summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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/lin...David S. Miller4-23/+100
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-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-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
2017-12-15sctp: implement handle_ftsn for sctp_stream_interleaveXin Long2-13/+51
2017-12-15sctp: implement report_ftsn for sctp_stream_interleaveXin Long3-12/+51
2017-12-15sctp: implement validate_ftsn for sctp_stream_interleaveXin Long3-18/+54
2017-12-15sctp: implement generate_ftsn for sctp_stream_interleaveXin Long2-6/+81
2017-12-15sctp: add basic structures and make chunk function for ifwdtsnXin Long1-0/+24
2017-12-15net: sched: Move to new offload indication in REDYuval Mintz1-16/+15
2017-12-15net: sched: Add TCA_HW_OFFLOADYuval Mintz1-0/+2
2017-12-15ip6_gre: add erspan v2 supportWilliam Tu1-16/+104
2017-12-15net: erspan: introduce erspan v2 for ip_greWilliam Tu1-15/+90
2017-12-15net: erspan: refactor existing erspan codeWilliam Tu3-23/+37
2017-12-15sock: free skb in skb_complete_tx_timestamp on errorWillem de Bruijn1-1/+5
2017-12-15batman-adv: Add kernel-doc to externally visible functionsSven Eckelmann16-3/+381
2017-12-15batman-adv: Add kernel-doc to functions in headersSven Eckelmann6-19/+131
2017-12-15batman-adv: Add kernel-doc to enums in headersSven Eckelmann2-0/+55
2017-12-15batman-adv: Add kernel-doc to structs in headersSven Eckelmann2-3/+24
2017-12-15batman-adv: Fix kernel-doc references to struct membersSven Eckelmann1-23/+26
2017-12-15batman-adv: Use inline kernel-doc for enum/structSven Eckelmann6-636/+1444
2017-12-15batman-adv: Use parentheses in function kernel-docSven Eckelmann34-619/+633
2017-12-15batman-adv: Add missing kernel-doc to packet.hSven Eckelmann1-2/+23
2017-12-15batman-adv: Remove unused sched.h includeSven Eckelmann1-1/+0
2017-12-15batman-adv: include kobject.h for kobject_* functionsSven Eckelmann1-0/+1