summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2017-11-11netfilter; Add some missing default cases to switch statements in nft_reject.David S. Miller
2017-11-11netfilter: Fix switch statement warnings with recent gcc.David Miller
2017-11-11net: caif: fix misleading indentationArnd Bergmann
2017-11-11packet: in packet_do_bind, test fanout with bind_lock heldWillem de Bruijn
2017-11-11packet: hold bind lock when rebinding to fanout hookWillem de Bruijn
2017-11-11mac80211: accept key reinstall without changing anythingJohannes Berg
2017-11-11sch_tbf: fix two null pointer dereferences on init failureNikolay Aleksandrov
2017-11-11sch_netem: avoid null pointer deref on init failureNikolay Aleksandrov
2017-11-11sch_fq_codel: avoid double free on init failureNikolay Aleksandrov
2017-11-11sch_cbq: fix null pointer dereferences on init failureNikolay Aleksandrov
2017-11-11sch_hfsc: fix null pointer deref and double free on init failureNikolay Aleksandrov
2017-11-11sch_hhf: fix null pointer dereference on init failureNikolay Aleksandrov
2017-11-11sch_multiq: fix double free on init failureNikolay Aleksandrov
2017-11-11sch_htb: fix crash on init failureNikolay Aleksandrov
2017-11-11net_sched: fix error recovery at qdisc creationEric Dumazet
2017-11-11ipv6: fix sparse warning on rt6i_nodeWei Wang
2017-11-11l2tp: hold tunnel used while creating sessions with netlinkGuillaume Nault
2017-11-11l2tp: remove useless duplicate session detection in l2tp_netlinkGuillaume Nault
2017-11-11l2tp: hold tunnel while handling genl TUNNEL_GET commandsGuillaume Nault
2017-11-11l2tp: hold tunnel while handling genl tunnel updatesGuillaume Nault
2017-11-11l2tp: hold tunnel while processing genl delete commandGuillaume Nault
2017-11-11l2tp: hold tunnel while looking up sessions in l2tp_netlinkGuillaume Nault
2017-11-11l2tp: define parameters of l2tp_session_get*() as "const"Guillaume Nault
2017-11-11l2tp: initialise session's refcount before making it reachableGuillaume Nault
2017-11-11xfrm_user: fix info leak in build_aevent()Mathias Krause
2017-11-11xfrm_user: fix info leak in xfrm_notify_sa()Mathias Krause
2017-11-11ipv6: Fix may be used uninitialized warning in rt6_checkSteffen Klassert
2017-11-11ipv6: add rcu grace period before freeing fib6_nodeWei Wang
2017-11-11ipv6: Add rt6_get_cookie() functionMartin KaFai Lau
2017-11-11ipv6: accept 64k - 1 packet length in ip6_find_1stfragopt()Stefano Brivio
2017-11-11ipv6: reset fn->rr_ptr when replacing routeWei Wang
2017-11-11net_sched/sfq: update hierarchical backlog when drop packetKonstantin Khlebnikov
2017-11-11ipv4: fix NULL dereference in free_fib_info_rcu()Eric Dumazet
2017-11-11ipv4: add reference counting to metricsEric Dumazet
2017-11-11dst: Increase alignment of metrics to allow extra flag on pointersBen Hutchings
2017-11-11af_key: do not use GFP_KERNEL in atomic contextsEric Dumazet
2017-11-11net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn
2017-11-11net: skb_needs_check() accepts CHECKSUM_NONE for txEric Dumazet
2017-11-11net: reduce skb_warn_bad_offload() noiseEric Dumazet
2017-11-11net: remove open-coded skb_cow_head.françois romieu
2017-11-11ipv6: set rt6i_protocol properly in the route when it is installedXin Long
2017-11-11batman-adv: fix TT sync flag inconsistenciesLinus Lüssing
2017-11-11ipv4: initialize fib_trie prior to register_netdev_notifier call.Mahesh Bandewar
2017-11-11netfilter: ipt_CLUSTERIP: fix use-after-free of proc entrySabrina Dubroca
2017-11-11libceph: potential NULL dereference in ceph_msg_data_create()Dan Carpenter
2017-11-11net/packet: Fix Tx queue selection for AF_PACKETIván Briano
2017-11-11net: bridge: fix dest lookup when vlan proto doesn't matchNikolay Aleksandrov
2017-10-12net sched filters: fix notification of filter delete with proper handleJamal Hadi Salim
2017-10-12ipv4/fib: don't warn when primary address is missing if in_dev is deadPaolo Abeni
2017-10-12net/route: enforce hoplimit max valuePaolo Abeni