aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-12-20cls_bpf: fix offload assumptions after callback conversionJakub Kicinski1-55/+38
2017-12-20bridge: Use helpers to handle MAC addressAndy Shevchenko1-10/+3
2017-12-20net: Fix double free and memory corruption in get_net_ns_by_id()Eric W. Biederman1-1/+1
2017-12-20ip6_vti: adjust vti mtu according to mtu of lower deviceAlexey Kodanev1-0/+20
2017-12-20esp: Don't require synchronous crypto fallback on offloading anymore.Steffen Klassert2-20/+4
2017-12-20xfrm: Allow to use the layer2 IPsec GSO codepath for software crypto.Steffen Klassert1-2/+2
2017-12-20net: Add asynchronous callbacks for xfrm on layer 2.Steffen Klassert6-31/+152
2017-12-20xfrm: Separate ESP handling from segmentation for GRO packets.Steffen Klassert6-129/+126
2017-12-19ipv4: fib: Fix metrics match when deleting a routePhil Sutter1-2/+6
2017-12-19net_sched: properly check for empty skb array on error pathCong Wang1-1/+7
2017-12-19tipc: fix list sorting bug in function tipc_group_update_member()Jon Maloy1-2/+1
2017-12-19Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller3-218/+85
2017-12-19ip6_tunnel: get the min mtu properly in ip6_tnl_xmitXin Long1-2/+7
2017-12-19ip6_gre: remove the incorrect mtu limit for ipgre tapXin Long1-0/+1
2017-12-19ip_gre: remove the incorrect mtu limit for ipgre tapXin Long1-0/+1
2017-12-19net: Disable GRO_HW when generic XDP is installed on a device.Michael Chan1-0/+18
2017-12-19net: Introduce NETIF_F_GRO_HW.Michael Chan2-0/+13
2017-12-19sock: Move the socket inuse to namespace.Tonghao Zhang2-21/+47
2017-12-19sock: Change the netns_core member name.Tonghao Zhang1-5/+5
2017-12-19Merge tag 'mac80211-for-davem-2017-12-19' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller4-23/+100
2017-12-19cfg80211: Scan results to also report the per chain signal strengthSunil Dutt2-0/+10
2017-12-19nl80211: send deauth reason if locally generatedDavid Spinadel1-1/+1
2017-12-19Revert "mac80211: Add TXQ scheduling API"Johannes Berg7-73/+41
2017-12-19Revert "mac80211: Add airtime account and scheduling to TXQs"Johannes Berg9-97/+8
2017-12-19cfg80211: ship certificates as hex filesJohannes Berg3-20/+95
2017-12-19cfg80211: always rewrite generated files from scratchThierry Reding1-2/+2
2017-12-19xfrm: Reinject transport-mode packets through taskletHerbert Xu3-2/+77
2017-12-19bpf: make function xdp_do_generic_redirect_map() staticXiongwei Song1-2/+3
2017-12-18net: erspan: reload pointer after pskb_may_pullWilliam Tu2-2/+6
2017-12-18net: erspan: fix wrong return valueWilliam Tu2-2/+2
2017-12-18net/ncsi: Don't take any action on HNCDSC AENSamuel Mendoza-Jonas1-32/+3
2017-12-18net: bridge: fix early call to br_stp_change_bridge_id and plug newlink leaksNikolay Aleksandrov1-5/+6
2017-12-18sctp: add SCTP_CID_RECONF conversion in sctp_cnameXin Long1-0/+3
2017-12-18sctp: fix the issue that a __u16 variable may overflow in sctp_ulpq_renegeXin Long1-16/+8
2017-12-18tipc: remove leaving group member from all listsJon Maloy1-2/+4
2017-12-18tipc: fix lost member events bugJon Maloy1-0/+1
2017-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-1/+1
2017-12-18Merge 4.15-rc4 into staging-nextGreg Kroah-Hartman71-285/+492
2017-12-16ipv6: icmp6: Allow icmp messages to be looped backBrendan McGrath1-0/+1
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller53-143/+357
2017-12-16Merge tag 'nfs-for-4.15-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds5-15/+24
2017-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds45-128/+329
2017-12-15net: sched: fix static key imbalance in case of ingress/clsact_init errorJiri Pirko1-4/+5
2017-12-15net: sched: fix clsact init error pathJiri Pirko2-7/+3
2017-12-15SUNRPC: Fix a race in the receive code pathTrond Myklebust1-9/+19
2017-12-15xprtrdma: Spread reply processing over more CPUsChuck Lever4-6/+5
2017-12-15ip_gre: fix wrong return value of erspan_rcvHaishuang Yan1-1/+1
2017-12-15sctp: support sysctl to allow users to use stream interleaveXin Long1-0/+7
2017-12-15sctp: update mid instead of ssn when doing stream and asoc resetXin Long1-15/+25
2017-12-15sctp: add stream interleave support in stream schedulerXin Long1-1/+2