summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-09-27net/netfilter/nf_conntrack_core: Fix net_conntrack_lock()Manfred Spraul1-23/+29
2017-09-20ip_tunnel: fix setting ttl and tos value in collect_md modeHaishuang Yan1-2/+2
2017-09-20tcp: fix a request socket leakEric Dumazet2-6/+6
2017-09-20sctp: fix missing wake ups in some situationsMarcelo Ricardo Leitner1-1/+2
2017-09-20ipv6: fix typo in fib6_net_exit()Eric Dumazet1-1/+1
2017-09-20ipv6: fix memory leak with multiple tables during netns destructionSabrina Dubroca1-6/+19
2017-09-20udp: drop head states only when all skb references are gonePaolo Abeni2-7/+7
2017-09-20ip6_gre: update mtu properly in ip6gre_errXin Long1-1/+3
2017-09-20Revert "net: fix percpu memory leaks"Jesper Dangaard Brouer4-35/+12
2017-09-20Revert "net: use lib/percpu_counter API for fragmentation mem accounting"Jesper Dangaard Brouer1-3/+1
2017-09-14Bluetooth: Properly check L2CAP config option output buffer lengthBen Seri1-37/+43
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds57-246/+343
2017-09-01udp: fix secpath leakYossi Kuperman1-1/+1
2017-09-01bridge: switchdev: Clear forward mark when transmitting packetIdo Schimmel1-0/+3
2017-09-01mlxsw: spectrum: Forbid linking to devices that have uppersIdo Schimmel1-1/+2
2017-08-31kcm: do not attach PF_KCM sockets to avoid deadlockEric Dumazet1-0/+4
2017-08-31sch_tbf: fix two null pointer dereferences on init failureNikolay Aleksandrov1-2/+3
2017-08-31sch_sfq: fix null pointer dereference on init failureNikolay Aleksandrov1-3/+3
2017-08-31sch_netem: avoid null pointer deref on init failureNikolay Aleksandrov1-2/+2
2017-08-31sch_fq_codel: avoid double free on init failureNikolay Aleksandrov1-3/+1
2017-08-31sch_cbq: fix null pointer dereferences on init failureNikolay Aleksandrov1-3/+7
2017-08-31sch_hfsc: fix null pointer deref and double free on init failureNikolay Aleksandrov1-7/+3
2017-08-31sch_hhf: fix null pointer dereference on init failureNikolay Aleksandrov1-0/+3
2017-08-31sch_multiq: fix double free on init failureNikolay Aleksandrov1-6/+1
2017-08-31sch_htb: fix crash on init failureNikolay Aleksandrov1-2/+3
2017-08-30packet: Don't write vnet header beyond end of bufferBenjamin Poirier1-3/+9
2017-08-30tipc: permit bond slave as bearerParthasarathy Bhuvaragan2-15/+13
2017-08-29ipv6: do not set sk_destruct in IPV6_ADDRFORM sockoptXin Long1-1/+0
2017-08-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller4-8/+13
2017-08-29net: dsa: Don't dereference dst->cpu_dp->netdevFlorian Fainelli1-1/+1
2017-08-29bridge: check for null fdb->dst before notifying switchdev driversRoopa Prabhu1-1/+1
2017-08-29ipv6: set dst.obsolete when a cached route has expiredXin Long2-2/+5
2017-08-29ipv6: fix sparse warning on rt6i_nodeWei Wang3-6/+10
2017-08-28l2tp: hold tunnel used while creating sessions with netlinkGuillaume Nault1-9/+12
2017-08-28l2tp: hold tunnel while handling genl TUNNEL_GET commandsGuillaume Nault1-12/+15
2017-08-28l2tp: hold tunnel while handling genl tunnel updatesGuillaume Nault1-2/+4
2017-08-28l2tp: hold tunnel while processing genl delete commandGuillaume Nault1-2/+4
2017-08-28l2tp: hold tunnel while looking up sessions in l2tp_netlinkGuillaume Nault3-47/+38
2017-08-28l2tp: initialise session's refcount before making it reachableGuillaume Nault1-4/+2
2017-08-28net: missing call of trace_napi_poll in busy_poll_stopJesper Dangaard Brouer1-0/+1
2017-08-28xfrm_user: fix info leak in build_aevent()Mathias Krause1-0/+1
2017-08-28xfrm_user: fix info leak in build_expire()Mathias Krause1-0/+2
2017-08-28xfrm_user: fix info leak in xfrm_notify_sa()Mathias Krause1-0/+1
2017-08-28xfrm_user: fix info leak in copy_user_offload()Mathias Krause1-1/+1
2017-08-26udp6: set rx_dst_cookie on rx_dst updatesPaolo Abeni2-2/+13
2017-08-26Merge tag 'nfsd-4.13-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+20
2017-08-26tcp: fix refcnt leak with ebpf congestion controlSabrina Dubroca3-11/+17
2017-08-26ipv6: Fix may be used uninitialized warning in rt6_checkSteffen Klassert1-1/+1
2017-08-25esp: Fix skb tailroom calculationSteffen Klassert2-2/+2
2017-08-25esp: Fix locking on page fragment allocationSteffen Klassert2-4/+6