summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* ipv6: allow ping to link-local address in VRFMike Manning2018-11-071-1/+1
* net: fix raw socket lookup device bind matching with VRFsDuncan Eastoe2018-11-072-5/+3
* net: provide a sysctl raw_l3mdev_accept for raw socket lookup with VRFsMike Manning2018-11-073-2/+39
* net: ensure unbound datagram socket to be chosen when not in a VRFMike Manning2018-11-074-21/+20
* net: ensure unbound stream socket to be chosen when not in a VRFMike Manning2018-11-072-16/+12
* net: allow binding socket in a VRF when there's an unbound socketRobert Shearman2018-11-072-8/+25
* rtnetlink: Add more extack messages to rtnl_newlinkDavid Ahern2018-11-061-2/+4
* net: Add extack argument to ip_fib_metrics_initDavid Ahern2018-11-063-10/+23
* net: Add extack argument to rtnl_create_linkDavid Ahern2018-11-062-7/+13
* ipv6: gro: do not use slow memcmp() in ipv6_gro_receive()Eric Dumazet2018-11-061-3/+10