aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller5-5/+10
2017-12-15Merge tag 'batadv-net-for-davem-20171215' of git://git.open-mesh.org/linux-mergeDavid S. Miller4-5/+7
2017-12-15net: dsa: mediatek: combine MediaTek tag with VLAN tagSean Wang1-9/+29
2017-12-14kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker3-0/+4
2017-12-13tcp: refresh tcp_mstamp from timers callbacksEric Dumazet1-0/+2
2017-12-13tcp: fix potential underestimation on rcv_rttWei Wang1-4/+6
2017-12-13tcp: pause Fast Open globally after third consecutive timeoutYuchung Cheng3-30/+22
2017-12-13net: avoid skb_warn_bad_offload on IS_ERRWillem de Bruijn1-1/+1
2017-12-13net: bridge: use rhashtable for fdbsNikolay Aleksandrov4-217/+209
2017-12-13tcp/dccp: avoid one atomic operation for timewait hashdanceEric Dumazet3-20/+21
2017-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller16-38/+170
2017-12-13tcp: allow TLP in ECN CWRNeal Cardwell1-6/+3
2017-12-13net_sched: switch to exit_batch for action pernet opsCong Wang16-85/+51
2017-12-13net: igmp: Use correct source address on IGMPv3 reportsKevin Cernekee1-1/+19
2017-12-13tipc: eliminate potential memory leakJon Maloy1-1/+1
2017-12-13net: remove duplicate includesPravin Shedge7-7/+0
2017-12-13ipv4: igmp: guard against silly MTU valuesEric Dumazet3-12/+18
2017-12-13ipv6: mcast: better catch silly mtu valuesEric Dumazet1-10/+15
2017-12-12tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch2-2/+2
2017-12-12tcp: smoother receiver autotuningEric Dumazet1-14/+5
2017-12-12tcp: avoid integer overflows in tcp_rcv_space_adjust()Eric Dumazet1-5/+7
2017-12-12tcp: do not overshoot window_clamp in tcp_rcv_space_adjust()Eric Dumazet1-1/+1
2017-12-11sctp: make sure stream nums can match optlen in sctp_setsockopt_reset_streamsXin Long1-1/+5
2017-12-11net: ipv4: fix for a race condition in raw_sendmsgMohamed Ghannam1-5/+10