summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* bridge: br_arp_nd_proxy: set icmp6_router if neigh has NTF_ROUTERRoopa Prabhu2018-09-261-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-09-262-30/+249
|\
| * flow_dissector: lookup netns by skb->sk if skb->dev is NULLWillem de Bruijn2018-09-251-3/+9
| * flow_dissector: implements flow dissector BPF hookPetar Penkov2018-09-142-0/+204
| * net/core/filter: fix unused-variable warningAnders Roxell2018-09-111-2/+3
| * xdp: split code for map vs non-map redirectJesper Dangaard Brouer2018-09-071-22/+30
| * xdp: explicit inline __xdp_map_lookup_elemJesper Dangaard Brouer2018-09-071-3/+3
| * xdp: unlikely instrumentation for xdp map redirectJesper Dangaard Brouer2018-09-071-3/+3
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2018-09-263-0/+60
|\ \
| * | net: xsk: add a simple buffer reuse queueJakub Kicinski2018-09-253-0/+60
* | | net: sched: use reference counting for tcf blocks on rules updateVlad Buslov2018-09-261-17/+21
* | | net: sched: implement tcf_block_refcnt_{get|put}()Vlad Buslov2018-09-261-24/+50
* | | net: sched: protect block idr with spinlockVlad Buslov2018-09-261-2/+13
* | | net: sched: implement functions to put and flush all chainsVlad Buslov2018-09-261-25/+30
* | | net: sched: change tcf block reference counter type to refcount_tVlad Buslov2018-09-261-24/+35
* | | net: sched: use Qdisc rcu API instead of relying on rtnl lockVlad Buslov2018-09-261-15/+64
* | | net: sched: extend Qdisc with rcuVlad Buslov2018-09-262-1/+42
* | | net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov2018-09-2619-41/+46
* | | net: core: netlink: add helper refcount dec and lock functionVlad Buslov2018-09-261-0/+6
* | | tls: Fixed a memory leak during socket closeVakul Garg2018-09-251-2/+4
* | | tls: Fix socket mem accounting error under async encryptionVakul Garg2018-09-251-5/+16
* | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-2524-91/+183
|\ \ \ | |/ / |/| |
| * | ip_tunnel: be careful when accessing the inner headerPaolo Abeni2018-09-241-0/+9
| * | mpls: allow routes on ip6gre devicesSaif Hasan2018-09-241-1/+5
| * | netpoll: make ndo_poll_controller() optionalEric Dumazet2018-09-241-12/+7Star
| * | rds: Fix build regression.David S. Miller2018-09-231-1/+1
| * | net-ethtool: ETHTOOL_GUFO did not and should not require CAP_NET_ADMINMaciej Żenczykowski2018-09-231-0/+1
| * | RDS: IB: Use DEFINE_PER_CPU_SHARED_ALIGNED for rds_ib_statsNathan Chancellor2018-09-221-1/+1
| * | devlink: double free in devlink_resource_fill()Dan Carpenter2018-09-221-2/+1Star
| * | net/ipv6: Display all addresses in output of /proc/net/if_inet6Jeff Barnhill2018-09-221-3/+1Star
| * | netlabel: check for IPV4MASK in addrinfo_getSean Tranchetti2018-09-221-1/+2
| * | sctp: update dst pmtu with the correct daddrXin Long2018-09-201-2/+10
| * | smc: generic netlink family should be __ro_after_initJohannes Berg2018-09-201-1/+1
| * | ip6_tunnel: be careful when accessing the inner headerPaolo Abeni2018-09-201-2/+11
| * | Merge tag 'batadv-net-for-davem-20180919' of git://git.open-mesh.org/linux-mergeDavid S. Miller2018-09-209-41/+88
| |\ \
| | * | batman-adv: Increase version number to 2018.3Sven Eckelmann2018-09-141-1/+1
| | * | batman-adv: fix hardif_neigh refcount on queue_work() failureMarek Lindner2018-09-071-2/+6
| | * | batman-adv: fix backbone_gw refcount on queue_work() failureMarek Lindner2018-09-071-2/+8
| | * | batman-adv: Prevent duplicated tvlv handlerSven Eckelmann2018-09-061-2/+6
| | * | batman-adv: Prevent duplicated global TT entrySven Eckelmann2018-09-061-2/+4
| | * | batman-adv: Prevent duplicated softif_vlan entrySven Eckelmann2018-09-061-7/+18
| | * | batman-adv: Prevent duplicated nc_node entrySven Eckelmann2018-09-061-12/+15
| | * | batman-adv: Prevent duplicated gateway_node entrySven Eckelmann2018-09-061-2/+9
| | * | batman-adv: Fix segfault when writing to sysfs elp_intervalSven Eckelmann2018-09-061-8/+17
| | * | batman-adv: Fix segfault when writing to throughput_overrideSven Eckelmann2018-09-061-2/+3
| | * | batman-adv: Avoid probe ELP information leakSven Eckelmann2018-09-061-1/+1
| * | | ipv6: fix memory leak on dst->_metricsWei Wang2018-09-191-1/+4
| * | | Revert "ipv6: fix double refcount of fib6_metrics"Wei Wang2018-09-191-0/+4
| * | | net/smc: fix sizeof to int comparisonYueHaibing2018-09-191-8/+6Star
| * | | net/smc: no urgent data check for listen socketsKarsten Graul2018-09-191-2/+2