summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net_sched: sch_fq: add dctcp-like markingEric Dumazet2018-11-111-0/+21
* tcp: tsq: no longer use limit_output_bytes for paced flowsEric Dumazet2018-11-112-4/+5
* tcp: get rid of tcp_tso_should_defer() dependency on HZ/jiffiesEric Dumazet2018-11-111-2/+5
* tcp: refine tcp_tso_should_defer() after EDT adoptionEric Dumazet2018-11-111-3/+4
* tcp: do not try to defer skbs with eor mark (MSG_EOR)Eric Dumazet2018-11-111-0/+4
* tcp: minor optimization in tcp ack fast path processingYafang Shao2018-11-111-3/+4
* tipc: improve broadcast retransmission algorithmLUU Duc Canh2018-11-112-46/+14
* net: sched: register callbacks for indirect tc block bindsJohn Hurley2018-11-111-1/+255
* sctp: Fix SKB list traversal in sctp_intl_store_ordered().David S. Miller2018-11-101-5/+12
* sctp: Fix SKB list traversal in sctp_intl_store_reasm().David S. Miller2018-11-101-5/+12
* iucv: Remove SKB list assumptions.David S. Miller2018-11-101-26/+15
* OVS: remove VLAN_TAG_PRESENT - fixupMichał Mirosław2018-11-101-1/+1
* udp6: cleanup stats accounting in recvmsg()Paolo Abeni2018-11-091-25/+7
* net: tcp: remove BUG_ON from tcp_v4_errLi RongQing2018-11-091-1/+0
* net: sched: red: inform offloads about harddrop settingJakub Kicinski2018-11-081-0/+1
* tcp_bbr: update comments to reflect pacing_margin_percentNeal Cardwell2018-11-081-8/+7
* ipv4/tunnel: use __vlan_hwaccel helpersMichał Mirosław2018-11-081-1/+1
* bridge: use __vlan_hwaccel helpersMichał Mirosław2018-11-083-10/+13
* 8021q: use __vlan_hwaccel helpersMichał Mirosław2018-11-081-1/+1
* nfnetlink/queue: use __vlan_hwaccel helpersMichał Mirosław2018-11-081-2/+3
* net/core: use __vlan_hwaccel helpersMichał Mirosław2018-11-083-5/+7
* net: move __skb_checksum_complete*() to skbuff.cCong Wang2018-11-082-43/+43
* net: 8021q: vlan_core: allow use list of vlans for real deviceIvan Khoronzhuk2018-11-081-0/+27
* net: core: dev_addr_lists: add auxiliary func to handle reference address upd...Ivan Khoronzhuk2018-11-081-0/+97
* OVS: remove use of VLAN_TAG_PRESENTMichał Mirosław2018-11-084-18/+23
* sock: Reset dst when changing sk_mark via setsockoptDavid Barmann2018-11-081-2/+4
* openvswitch: remove BUG_ON from get_dpdevLi RongQing2018-11-081-1/+0
* fou, fou6: ICMP error handlers for FoU and GUEStefano Brivio2018-11-083-0/+143
* udp: Support for error handlers of tunnels with arbitrary destination portStefano Brivio2018-11-082-35/+110
* net: Convert protocol error handlers from void to intStefano Brivio2018-11-0822-115/+166
* udp: Handle ICMP errors for tunnels with same destination port on both endpointsStefano Brivio2018-11-083-20/+149
* net/ipv6: compute anycast address hash only if dev is nullLi RongQing2018-11-081-2/+4
* net: sched: prio: delay destroying child qdiscs on changeJakub Kicinski2018-11-081-1/+3
* net: sched: red: delay destroying child qdisc on replaceJakub Kicinski2018-11-081-2/+6
* net: sched: refactor grafting Qdiscs with a parentJakub Kicinski2018-11-081-14/+14
* net: sched: add an offload graft helperJakub Kicinski2018-11-082-24/+32
* net: sched: set TCQ_F_OFFLOADED flag for MQJakub Kicinski2018-11-081-6/+3
* net: sched: red: remove unnecessary red_dump_offload_stats parameterJakub Kicinski2018-11-081-2/+2
* net: sched: add an offload dump helperJakub Kicinski2018-11-083-31/+23
* net/vlan: include the shift in skb_vlan_tag_get_prio()Michał Mirosław2018-11-071-2/+1
* inet: minor optimization for backlog setting in listen(2)Yafang Shao2018-11-073-3/+2
* net: vlan: add support for tunnel offloadDavide Caratti2018-11-073-0/+15
* udp: cope with UDP GRO packet misdirectionPaolo Abeni2018-11-072-2/+45
* ipv6: factor out protocol delivery helperPaolo Abeni2018-11-071-12/+16
* ip: factor out protocol delivery helperPaolo Abeni2018-11-071-37/+36
* udp: add support for UDP_GRO cmsgPaolo Abeni2018-11-072-0/+7
* udp: implement GRO for plain UDP sockets.Paolo Abeni2018-11-073-27/+96
* udp: implement complete book-keeping for encap_neededPaolo Abeni2018-11-072-11/+22
* ipv6: do not drop vrf udp multicast packetsDewi Morgan2018-11-071-3/+5
* ipv6: handling of multicast packets received in VRFMike Manning2018-11-071-3/+32