summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2017-11-26VSOCK: Detach QP check should filter out non matching QPs.Jorgen Hansen
2017-11-26VSOCK: Fix lockdep issue.Jorgen Hansen
2017-11-26VSOCK: sock_put wasn't safe to call in interrupt contextJorgen Hansen
2017-11-26mac80211: don't compare TKIP TX MIC key in reinstall preventionJohannes Berg
2017-11-26mac80211: use constant time comparison with keysJason A. Donenfeld
2017-11-26sctp: do not peel off an assoc from one netns to another oneXin Long
2017-11-26ipv6: fix typo in fib6_net_exit()Eric Dumazet
2017-11-26ipv6: fix memory leak with multiple tables during netns destructionSabrina Dubroca
2017-11-26mac80211: flush hw_roc_start work before cancelling the ROCAvraham Stern
2017-11-26l2tp: pass tunnel pointer to ->session_create()Guillaume Nault
2017-11-26l2tp: prevent creation of sessions on terminated tunnelsGuillaume Nault
2017-11-26Revert "net: use lib/percpu_counter API for fragmentation mem accounting"Jesper Dangaard Brouer
2017-11-26net: don't decrement kobj reference count on init failurestephen hemminger
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