summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2017-10-05nl80211: check for the required netlink attributes presenceVladis Dronov
2017-10-05libceph: don't allow bidirectional swap of pg-upmap-itemsIlya Dryomov
2017-10-05mac80211: fix deadlock in driver-managed RX BA session startJohannes Berg
2017-10-05mac80211: flush hw_roc_start work before cancelling the ROCAvraham Stern
2017-10-05mac80211: fix VLAN handling with TXQsJohannes Berg
2017-09-27net/netfilter/nf_conntrack_core: Fix net_conntrack_lock()Manfred Spraul
2017-09-20ip_tunnel: fix setting ttl and tos value in collect_md modeHaishuang Yan
2017-09-20tcp: fix a request socket leakEric Dumazet
2017-09-20sctp: fix missing wake ups in some situationsMarcelo Ricardo Leitner
2017-09-20ipv6: fix typo in fib6_net_exit()Eric Dumazet
2017-09-20ipv6: fix memory leak with multiple tables during netns destructionSabrina Dubroca
2017-09-20udp: drop head states only when all skb references are gonePaolo Abeni
2017-09-20ip6_gre: update mtu properly in ip6gre_errXin Long
2017-09-20Revert "net: fix percpu memory leaks"Jesper Dangaard Brouer
2017-09-20Revert "net: use lib/percpu_counter API for fragmentation mem accounting"Jesper Dangaard Brouer
2017-09-13Bluetooth: Properly check L2CAP config option output buffer lengthBen Seri
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-09-01udp: fix secpath leakYossi Kuperman
2017-09-01bridge: switchdev: Clear forward mark when transmitting packetIdo Schimmel
2017-09-01mlxsw: spectrum: Forbid linking to devices that have uppersIdo Schimmel
2017-08-30kcm: do not attach PF_KCM sockets to avoid deadlockEric Dumazet
2017-08-30sch_tbf: fix two null pointer dereferences on init failureNikolay Aleksandrov
2017-08-30sch_sfq: fix null pointer dereference on init failureNikolay Aleksandrov
2017-08-30sch_netem: avoid null pointer deref on init failureNikolay Aleksandrov
2017-08-30sch_fq_codel: avoid double free on init failureNikolay Aleksandrov
2017-08-30sch_cbq: fix null pointer dereferences on init failureNikolay Aleksandrov
2017-08-30sch_hfsc: fix null pointer deref and double free on init failureNikolay Aleksandrov
2017-08-30sch_hhf: fix null pointer dereference on init failureNikolay Aleksandrov
2017-08-30sch_multiq: fix double free on init failureNikolay Aleksandrov
2017-08-30sch_htb: fix crash on init failureNikolay Aleksandrov
2017-08-29packet: Don't write vnet header beyond end of bufferBenjamin Poirier
2017-08-29tipc: permit bond slave as bearerParthasarathy Bhuvaragan
2017-08-29ipv6: do not set sk_destruct in IPV6_ADDRFORM sockoptXin Long
2017-08-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-08-28net: dsa: Don't dereference dst->cpu_dp->netdevFlorian Fainelli
2017-08-28bridge: check for null fdb->dst before notifying switchdev driversRoopa Prabhu
2017-08-28ipv6: set dst.obsolete when a cached route has expiredXin Long
2017-08-28ipv6: fix sparse warning on rt6i_nodeWei Wang
2017-08-28l2tp: hold tunnel used while creating sessions with netlinkGuillaume Nault
2017-08-28l2tp: hold tunnel while handling genl TUNNEL_GET commandsGuillaume Nault
2017-08-28l2tp: hold tunnel while handling genl tunnel updatesGuillaume Nault
2017-08-28l2tp: hold tunnel while processing genl delete commandGuillaume Nault
2017-08-28l2tp: hold tunnel while looking up sessions in l2tp_netlinkGuillaume Nault
2017-08-28l2tp: initialise session's refcount before making it reachableGuillaume Nault
2017-08-28net: missing call of trace_napi_poll in busy_poll_stopJesper Dangaard Brouer
2017-08-28xfrm_user: fix info leak in build_aevent()Mathias Krause
2017-08-28xfrm_user: fix info leak in build_expire()Mathias Krause
2017-08-28xfrm_user: fix info leak in xfrm_notify_sa()Mathias Krause
2017-08-28xfrm_user: fix info leak in copy_user_offload()Mathias Krause
2017-08-25udp6: set rx_dst_cookie on rx_dst updatesPaolo Abeni