summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* | | fou, fou6: ICMP error handlers for FoU and GUEStefano Brivio2018-11-093-0/+143
* | | udp: Support for error handlers of tunnels with arbitrary destination portStefano Brivio2018-11-092-35/+110
* | | net: Convert protocol error handlers from void to intStefano Brivio2018-11-0922-115/+166
* | | udp: Handle ICMP errors for tunnels with same destination port on both endpointsStefano Brivio2018-11-093-20/+149
* | | net/ipv6: compute anycast address hash only if dev is nullLi RongQing2018-11-091-2/+4
* | | net: sched: prio: delay destroying child qdiscs on changeJakub Kicinski2018-11-091-1/+3
* | | net: sched: red: delay destroying child qdisc on replaceJakub Kicinski2018-11-091-2/+6
* | | net: sched: refactor grafting Qdiscs with a parentJakub Kicinski2018-11-091-14/+14
* | | net: sched: add an offload graft helperJakub Kicinski2018-11-092-24/+32
* | | net: sched: set TCQ_F_OFFLOADED flag for MQJakub Kicinski2018-11-091-6/+3Star
* | | net: sched: red: remove unnecessary red_dump_offload_stats parameterJakub Kicinski2018-11-091-2/+2
* | | net: sched: add an offload dump helperJakub Kicinski2018-11-093-31/+23Star
* | | net/vlan: include the shift in skb_vlan_tag_get_prio()Michał Mirosław2018-11-081-2/+1Star
* | | inet: minor optimization for backlog setting in listen(2)Yafang Shao2018-11-083-3/+2Star
* | | net: vlan: add support for tunnel offloadDavide Caratti2018-11-083-0/+15
* | | udp: cope with UDP GRO packet misdirectionPaolo Abeni2018-11-082-2/+45
* | | ipv6: factor out protocol delivery helperPaolo Abeni2018-11-081-12/+16
* | | ip: factor out protocol delivery helperPaolo Abeni2018-11-081-37/+36Star
* | | udp: add support for UDP_GRO cmsgPaolo Abeni2018-11-082-0/+7
* | | udp: implement GRO for plain UDP sockets.Paolo Abeni2018-11-083-27/+96
* | | udp: implement complete book-keeping for encap_neededPaolo Abeni2018-11-082-11/+22
* | | ipv6: do not drop vrf udp multicast packetsDewi Morgan2018-11-081-3/+5
* | | ipv6: handling of multicast packets received in VRFMike Manning2018-11-081-3/+32
* | | ipv6: allow ping to link-local address in VRFMike Manning2018-11-081-1/+1
* | | net: fix raw socket lookup device bind matching with VRFsDuncan Eastoe2018-11-082-5/+3Star
* | | net: provide a sysctl raw_l3mdev_accept for raw socket lookup with VRFsMike Manning2018-11-083-2/+39
* | | net: ensure unbound datagram socket to be chosen when not in a VRFMike Manning2018-11-084-21/+20Star
* | | net: ensure unbound stream socket to be chosen when not in a VRFMike Manning2018-11-082-16/+12Star
* | | net: allow binding socket in a VRF when there's an unbound socketRobert Shearman2018-11-082-8/+25
* | | rtnetlink: Add more extack messages to rtnl_newlinkDavid Ahern2018-11-071-2/+4
* | | net: Add extack argument to ip_fib_metrics_initDavid Ahern2018-11-073-10/+23
* | | net: Add extack argument to rtnl_create_linkDavid Ahern2018-11-072-7/+13
* | | ipv6: gro: do not use slow memcmp() in ipv6_gro_receive()Eric Dumazet2018-11-061-3/+10
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-11-0632-268/+302
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-11-0617-242/+152Star
| |\ \
| | * | netfilter: conntrack: fix calculation of next bucket number in early_dropVasily Khoruzhick2018-11-031-5/+8
| | * | netfilter: nft_compat: ebtables 'nat' table is normal chain typeFlorian Westphal2018-11-031-9/+12
| | * | netfilter: nfnetlink_cttimeout: pass default timeout policy to obj_to_nlattrPablo Neira Ayuso2018-11-031-7/+40
| | * | netfilter: conntrack: add nf_{tcp,udp,sctp,icmp,dccp,icmpv6,generic}_pernet()Pablo Neira Ayuso2018-11-037-59/+24Star
| | * | netfilter: ipset: Fix calling ip_set() macro at dumpingJozsef Kadlecsik2018-11-031-4/+8
| | * | netfilter: xt_IDLETIMER: add sysfs filename checking routineTaehee Yoo2018-11-031-0/+20
| | * | netfilter: ipset: fix ip_set_list allocation failureAndrey Ryabinin2018-11-011-4/+4
| | * | netfilter: ipset: actually allow allowable CIDR 0 in hash:net,port,netEric Westbrook2018-11-011-4/+4
| | * | netfilter: ipset: list:set: Decrease refcount synchronously on deletion and r...Stefano Brivio2018-11-012-18/+22
| | * | Revert "netfilter: nft_numgen: add map lookups for numgen random operations"Pablo Neira Ayuso2018-10-291-127/+0Star
| | * | netfilter: nft_osf: check if attribute is presentPablo Neira Ayuso2018-10-251-1/+1
| | * | netfilter: ipv6: fix oops when defragmenting locally generated fragmentsFlorian Westphal2018-10-251-4/+9
| * | | net: bpfilter: fix iptables failure if bpfilter_umh is disabledTaehee Yoo2018-11-061-3/+3
| * | | sock_diag: fix autoloading of the raw_diag moduleAndrei Vagin2018-11-061-0/+1
| * | | net: core: netpoll: Enable netconsole IPv6 link local addressMatwey V. Kornilov2018-11-061-1/+2