aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-12sctp: process sk_reuseport in sctp_get_port_localXin Long1-13/+33
2018-11-12sctp: add sock_reuseport for the sock in __sctp_hash_endpointXin Long4-10/+82
2018-11-12sctp: do reuseport_select_sock in __sctp_rcv_lookup_endpointXin Long1-28/+41
2018-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-31/+39
2018-11-11net_sched: sch_fq: add dctcp-like markingEric Dumazet1-0/+21
2018-11-11tcp: tsq: no longer use limit_output_bytes for paced flowsEric Dumazet2-4/+5
2018-11-11tcp: get rid of tcp_tso_should_defer() dependency on HZ/jiffiesEric Dumazet1-2/+5
2018-11-11tcp: refine tcp_tso_should_defer() after EDT adoptionEric Dumazet1-3/+4
2018-11-11tcp: do not try to defer skbs with eor mark (MSG_EOR)Eric Dumazet1-0/+4
2018-11-11tcp: minor optimization in tcp ack fast path processingYafang Shao1-3/+4
2018-11-11act_mirred: clear skb->tstamp on redirectEric Dumazet2-10/+2
2018-11-11tipc: fix link re-establish failureJon Maloy1-4/+7
2018-11-11tipc: improve broadcast retransmission algorithmLUU Duc Canh2-46/+14
2018-11-11net: sched: register callbacks for indirect tc block bindsJohn Hurley1-1/+255
2018-11-10sctp: Fix SKB list traversal in sctp_intl_store_ordered().David S. Miller1-5/+12
2018-11-10sctp: Fix SKB list traversal in sctp_intl_store_reasm().David S. Miller1-5/+12
2018-11-10iucv: Remove SKB list assumptions.David S. Miller1-26/+15
2018-11-10OVS: remove VLAN_TAG_PRESENT - fixupMichał Mirosław1-1/+1
2018-11-10net: sched: cls_flower: validate nested enc_opts_policy to avoid warningJakub Kicinski1-1/+13
2018-11-09udp6: cleanup stats accounting in recvmsg()Paolo Abeni1-25/+7
2018-11-09flow_dissector: do not dissect l4 ports for fragments배석진1-2/+2
2018-11-09net: tcp: remove BUG_ON from tcp_v4_errLi RongQing1-1/+0
2018-11-08net: sched: red: inform offloads about harddrop settingJakub Kicinski1-0/+1
2018-11-08tcp_bbr: update comments to reflect pacing_margin_percentNeal Cardwell1-8/+7
2018-11-08ipv4/tunnel: use __vlan_hwaccel helpersMichał Mirosław1-1/+1
2018-11-08bridge: use __vlan_hwaccel helpersMichał Mirosław3-10/+13
2018-11-088021q: use __vlan_hwaccel helpersMichał Mirosław1-1/+1
2018-11-08nfnetlink/queue: use __vlan_hwaccel helpersMichał Mirosław1-2/+3
2018-11-08net/core: use __vlan_hwaccel helpersMichał Mirosław3-5/+7
2018-11-08net: move __skb_checksum_complete*() to skbuff.cCong Wang2-43/+43
2018-11-08net: 8021q: vlan_core: allow use list of vlans for real deviceIvan Khoronzhuk1-0/+27
2018-11-08net: core: dev_addr_lists: add auxiliary func to handle reference address updatesIvan Khoronzhuk1-0/+97
2018-11-08OVS: remove use of VLAN_TAG_PRESENTMichał Mirosław4-18/+23
2018-11-08sock: Reset dst when changing sk_mark via setsockoptDavid Barmann1-2/+4
2018-11-08inet: frags: better deal with smp racesEric Dumazet1-14/+15
2018-11-08openvswitch: remove BUG_ON from get_dpdevLi RongQing1-1/+0
2018-11-08fou, fou6: ICMP error handlers for FoU and GUEStefano Brivio3-0/+143
2018-11-08udp: Support for error handlers of tunnels with arbitrary destination portStefano Brivio2-35/+110
2018-11-08net: Convert protocol error handlers from void to intStefano Brivio22-115/+166
2018-11-08udp: Handle ICMP errors for tunnels with same destination port on both endpointsStefano Brivio3-20/+149
2018-11-08net/ipv6: compute anycast address hash only if dev is nullLi RongQing1-2/+4
2018-11-08net: sched: prio: delay destroying child qdiscs on changeJakub Kicinski1-1/+3
2018-11-08net: sched: red: delay destroying child qdisc on replaceJakub Kicinski1-2/+6
2018-11-08net: sched: refactor grafting Qdiscs with a parentJakub Kicinski1-14/+14
2018-11-08net: sched: add an offload graft helperJakub Kicinski2-24/+32
2018-11-08net: sched: set TCQ_F_OFFLOADED flag for MQJakub Kicinski1-6/+3
2018-11-08net: sched: red: remove unnecessary red_dump_offload_stats parameterJakub Kicinski1-2/+2
2018-11-08net: sched: add an offload dump helperJakub Kicinski3-31/+23
2018-11-07net/vlan: include the shift in skb_vlan_tag_get_prio()Michał Mirosław1-2/+1
2018-11-07inet: minor optimization for backlog setting in listen(2)Yafang Shao3-3/+2