aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ip_tunnel: fix setting ttl and tos value in collect_md modeHaishuang Yan2017-09-201-2/+2
* tcp: fix a request socket leakEric Dumazet2017-09-202-6/+6
* sctp: fix missing wake ups in some situationsMarcelo Ricardo Leitner2017-09-201-1/+2
* ipv6: fix typo in fib6_net_exit()Eric Dumazet2017-09-201-1/+1
* ipv6: fix memory leak with multiple tables during netns destructionSabrina Dubroca2017-09-201-6/+19
* udp: drop head states only when all skb references are gonePaolo Abeni2017-09-202-7/+7
* ip6_gre: update mtu properly in ip6gre_errXin Long2017-09-201-1/+3
* Revert "net: fix percpu memory leaks"Jesper Dangaard Brouer2017-09-204-35/+12
* Revert "net: use lib/percpu_counter API for fragmentation mem accounting"Jesper Dangaard Brouer2017-09-201-3/+1
* Bluetooth: Properly check L2CAP config option output buffer lengthBen Seri2017-09-131-37/+43
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-09-0157-246/+343
|\
| * udp: fix secpath leakYossi Kuperman2017-09-011-1/+1
| * bridge: switchdev: Clear forward mark when transmitting packetIdo Schimmel2017-09-011-0/+3
| * mlxsw: spectrum: Forbid linking to devices that have uppersIdo Schimmel2017-09-011-1/+2
| * kcm: do not attach PF_KCM sockets to avoid deadlockEric Dumazet2017-08-301-0/+4
| * sch_tbf: fix two null pointer dereferences on init failureNikolay Aleksandrov2017-08-301-2/+3
| * sch_sfq: fix null pointer dereference on init failureNikolay Aleksandrov2017-08-301-3/+3
| * sch_netem: avoid null pointer deref on init failureNikolay Aleksandrov2017-08-301-2/+2
| * sch_fq_codel: avoid double free on init failureNikolay Aleksandrov2017-08-301-3/+1
| * sch_cbq: fix null pointer dereferences on init failureNikolay Aleksandrov2017-08-301-3/+7
| * sch_hfsc: fix null pointer deref and double free on init failureNikolay Aleksandrov2017-08-301-7/+3
| * sch_hhf: fix null pointer dereference on init failureNikolay Aleksandrov2017-08-301-0/+3
| * sch_multiq: fix double free on init failureNikolay Aleksandrov2017-08-301-6/+1
| * sch_htb: fix crash on init failureNikolay Aleksandrov2017-08-301-2/+3
| * packet: Don't write vnet header beyond end of bufferBenjamin Poirier2017-08-291-3/+9
| * tipc: permit bond slave as bearerParthasarathy Bhuvaragan2017-08-292-15/+13
| * ipv6: do not set sk_destruct in IPV6_ADDRFORM sockoptXin Long2017-08-291-1/+0
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-08-294-8/+13
| |\
| | * xfrm_user: fix info leak in build_aevent()Mathias Krause2017-08-281-0/+1
| | * xfrm_user: fix info leak in build_expire()Mathias Krause2017-08-281-0/+2
| | * xfrm_user: fix info leak in xfrm_notify_sa()Mathias Krause2017-08-281-0/+1
| | * xfrm_user: fix info leak in copy_user_offload()Mathias Krause2017-08-281-1/+1
| | * esp: Fix skb tailroom calculationSteffen Klassert2017-08-252-2/+2
| | * esp: Fix locking on page fragment allocationSteffen Klassert2017-08-252-4/+6
| | * net: xfrm: don't double-hold dst when sk_policy in use.Lorenzo Colitti2017-08-241-1/+0
| * | net: dsa: Don't dereference dst->cpu_dp->netdevFlorian Fainelli2017-08-281-1/+1
| * | bridge: check for null fdb->dst before notifying switchdev driversRoopa Prabhu2017-08-281-1/+1
| * | ipv6: set dst.obsolete when a cached route has expiredXin Long2017-08-282-2/+5
| * | ipv6: fix sparse warning on rt6i_nodeWei Wang2017-08-283-6/+10
| * | l2tp: hold tunnel used while creating sessions with netlinkGuillaume Nault2017-08-281-9/+12
| * | l2tp: hold tunnel while handling genl TUNNEL_GET commandsGuillaume Nault2017-08-281-12/+15
| * | l2tp: hold tunnel while handling genl tunnel updatesGuillaume Nault2017-08-281-2/+4
| * | l2tp: hold tunnel while processing genl delete commandGuillaume Nault2017-08-281-2/+4
| * | l2tp: hold tunnel while looking up sessions in l2tp_netlinkGuillaume Nault2017-08-283-47/+38
| * | l2tp: initialise session's refcount before making it reachableGuillaume Nault2017-08-281-4/+2
| * | net: missing call of trace_napi_poll in busy_poll_stopJesper Dangaard Brouer2017-08-281-0/+1
| * | udp6: set rx_dst_cookie on rx_dst updatesPaolo Abeni2017-08-252-2/+13
| * | tcp: fix refcnt leak with ebpf congestion controlSabrina Dubroca2017-08-253-11/+17
| * | ipv6: Fix may be used uninitialized warning in rt6_checkSteffen Klassert2017-08-251-1/+1
| * | tipc: context imbalance at node read unlockParthasarathy Bhuvaragan2017-08-241-1/+1