summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2017-12-21Merge remote-tracking branch 'kspp/for-next/kspp'Stephen Rothwell
2017-12-21Merge remote-tracking branch 'staging/staging-next'Stephen Rothwell
2017-12-21Merge remote-tracking branch 'rcu/rcu/next'Stephen Rothwell
2017-12-21Merge remote-tracking branch 'mac80211-next/master'Stephen Rothwell
2017-12-21Merge remote-tracking branch 'ipvs-next/master'Stephen Rothwell
2017-12-21Merge remote-tracking branch 'netfilter-next/master'Stephen Rothwell
2017-12-21Merge remote-tracking branch 'bpf-next/master'Stephen Rothwell
2017-12-21Merge remote-tracking branch 'net-next/master'Stephen Rothwell
2017-12-21Merge remote-tracking branch 'hid/for-next'Stephen Rothwell
2017-12-21Merge remote-tracking branch 'vfs/for-next'Stephen Rothwell
2017-12-21Merge remote-tracking branch 'ipsec/master'Stephen Rothwell
2017-12-20ipv4: Fix use-after-free when flushing FIB tablesIdo Schimmel
2017-12-20tipc: remove joining group member from congested listJon Maloy
2017-12-20Merge tag 'batadv-next-for-davem-20171220' of git://git.open-mesh.org/linux-m...David S. Miller
2017-12-20net: tracepoint: using sock_set_state tracepoint to trace SCTP state transitionYafang Shao
2017-12-20net: tracepoint: using sock_set_state tracepoint to trace DCCP state transitionYafang Shao
2017-12-20net: sock: replace sk_state_load with inet_sk_state_load and remove sk_state_...Yafang Shao
2017-12-20net: tracepoint: replace tcp_set_state tracepoint with inet_sock_set_state tr...Yafang Shao
2017-12-20ip6_gre: fix potential memory leak in ip6erspan_rcvHaishuang Yan
2017-12-20ip_gre: fix potential memory leak in erspan_rcvHaishuang Yan
2017-12-20ip6_gre: fix error path when ip6erspan_rcv failedHaishuang Yan
2017-12-20ip_gre: fix error path when erspan_rcv failedHaishuang Yan
2017-12-20ip6_gre: fix a pontential issue in ip6erspan_rcvHaishuang Yan
2017-12-20cls_bpf: fix offload assumptions after callback conversionJakub Kicinski
2017-12-20bridge: Use helpers to handle MAC addressAndy Shevchenko
2017-12-20net: Fix double free and memory corruption in get_net_ns_by_id()Eric W. Biederman
2017-12-20ip6_vti: adjust vti mtu according to mtu of lower deviceAlexey Kodanev
2017-12-19ipv4: fib: Fix metrics match when deleting a routePhil Sutter
2017-12-19net_sched: properly check for empty skb array on error pathCong Wang
2017-12-19tipc: fix list sorting bug in function tipc_group_update_member()Jon Maloy
2017-12-19Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2017-12-19ip6_tunnel: get the min mtu properly in ip6_tnl_xmitXin Long
2017-12-19ip6_gre: remove the incorrect mtu limit for ipgre tapXin Long
2017-12-19ip_gre: remove the incorrect mtu limit for ipgre tapXin Long
2017-12-19net: Disable GRO_HW when generic XDP is installed on a device.Michael Chan
2017-12-19net: Introduce NETIF_F_GRO_HW.Michael Chan
2017-12-19sock: Move the socket inuse to namespace.Tonghao Zhang
2017-12-19sock: Change the netns_core member name.Tonghao Zhang
2017-12-19Merge tag 'mac80211-for-davem-2017-12-19' of git://git.kernel.org/pub/scm/lin...David S. Miller
2017-12-19cfg80211: Scan results to also report the per chain signal strengthSunil Dutt
2017-12-19nl80211: send deauth reason if locally generatedDavid Spinadel
2017-12-19Revert "mac80211: Add TXQ scheduling API"Johannes Berg
2017-12-19Revert "mac80211: Add airtime account and scheduling to TXQs"Johannes Berg
2017-12-19cfg80211: ship certificates as hex filesJohannes Berg
2017-12-19cfg80211: always rewrite generated files from scratchThierry Reding
2017-12-19xfrm: Reinject transport-mode packets through taskletHerbert Xu
2017-12-19bpf: make function xdp_do_generic_redirect_map() staticXiongwei Song
2017-12-18net: erspan: reload pointer after pskb_may_pullWilliam Tu
2017-12-18net: erspan: fix wrong return valueWilliam Tu
2017-12-18Merge branches 'work.get_user_pages_fast', 'work.wmci', 'work.sock_recvmsg', ...Al Viro