aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-21net: ipv6: put host and anycast routes on device with addressDavid Ahern3-56/+47
2017-08-21dsa: remove unused net_device arg from handlersFlorian Westphal9-17/+10
2017-08-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller14-33/+92
2017-08-18net: style cleanupsstephen hemminger1-32/+36
2017-08-18net: mark receive queue attributes ro_after_initstephen hemminger1-12/+13
2017-08-18net: make queue attributes ro_after_initstephen hemminger1-21/+19
2017-08-18net: make BQL sysfs attributes ro_after_initstephen hemminger1-11/+11
2017-08-18net: drop unused attribute argument from sysfs queue funcsstephen hemminger1-26/+11
2017-08-18net: make net sysfs attributes ro_after_initstephen hemminger1-2/+2
2017-08-18net: constify net_ns_type_operationsstephen hemminger1-1/+1
2017-08-18net: make net_class ro_after_initstephen hemminger1-1/+1
2017-08-18net: constify netdev_class_filestephen hemminger1-2/+2
2017-08-18net: don't decrement kobj reference count on init failurestephen hemminger1-12/+10
2017-08-18xdp: adjust xdp redirect tracepoint to include return error codeJesper Dangaard Brouer1-7/+12
2017-08-18net: inet: diag: expose sockets cgroup classidLevin, Alexander (Sasha Levin)1-0/+11
2017-08-18ipv4: convert dst_metrics.refcnt from atomic_t to refcount_tEric Dumazet3-7/+7
2017-08-18Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller2-1/+13
2017-08-18ipv6: fix false-postive maybe-uninitialized warningArnd Bergmann1-2/+4
2017-08-17bpf: reuse tc bpf prologue for sk skb progsDaniel Borkmann1-37/+10
2017-08-17bpf: no need to nullify ri->map in xdp_do_redirectDaniel Borkmann1-1/+0
2017-08-16tcp: Export tcp_{sendpage,sendmsg}_locked() for ipv6.David S. Miller1-0/+2
2017-08-16net: sched: cls_flower: fix ndo_setup_tc type for stats callJiri Pirko1-1/+1
2017-08-16qdisc: add tracepoint qdisc:qdisc_dequeue for dequeued SKBsJesper Dangaard Brouer2-2/+7
2017-08-16bpf: add access to sock fields and pkt data from sk_skb programsJohn Fastabend1-0/+169
2017-08-16bpf: sockmap with sk redirect supportJohn Fastabend1-0/+43
2017-08-16bpf: introduce new program type for skbs on socketsJohn Fastabend1-0/+36
2017-08-16net: fixes for skb_send_sockJohn Fastabend2-2/+2
2017-08-16net: add sendmsg_locked and sendpage_locked to af_inet6John Fastabend1-0/+2
2017-08-16net: early init support for strparserJohn Fastabend1-6/+4
2017-08-16net_sched/hfsc: opencode trivial set_active() and set_passive()Konstantin Khlebnikov1-29/+16
2017-08-16net_sched: call qlen_notify only if child qdisc is emptyKonstantin Khlebnikov6-13/+15
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller19-68/+113
2017-08-15ipv4: route: set ipv4 RTM_GETROUTE to not use rtnlFlorian Westphal1-1/+2
2017-08-15ipv6: route: set ipv6 RTM_GETROUTE to not use rtnlFlorian Westphal1-1/+2
2017-08-15ipv6: route: make rtm_getroute not assume rtnl is lockedFlorian Westphal1-1/+6
2017-08-15dsa: fix flow disector null pointerCraig Gallek1-1/+1
2017-08-15net_sched: remove warning from qdisc_hash_addKonstantin Khlebnikov1-3/+0
2017-08-15net_sched/sfq: update hierarchical backlog when drop packetKonstantin Khlebnikov1-1/+4
2017-08-15net_sched: reset pointers to tcf blocks in classful qdiscs' destructorsKonstantin Khlebnikov4-4/+12
2017-08-15ipv4: fix NULL dereference in free_fib_info_rcu()Eric Dumazet1-5/+7
2017-08-15ipv6: fix NULL dereference in ip6_route_dev_notify()Eric Dumazet1-3/+3
2017-08-15ipv6: fib: Provide offload indication using nexthop flagsIdo Schimmel1-6/+1
2017-08-15Merge tag 'wireless-drivers-for-davem-2017-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-driversDavid S. Miller1-1/+21
2017-08-14tcp: fix possible deadlock in TCP stack vs BPF filterEric Dumazet2-4/+4
2017-08-14dccp: purge write queue in dccp_destroy_sock()Eric Dumazet1-4/+1
2017-08-14ipv6: release rt6->rt6i_idev properly during ifdownWei Wang1-8/+5
2017-08-14af_key: do not use GFP_KERNEL in atomic contextsEric Dumazet1-22/+26
2017-08-14tcp: ulp: avoid module refcnt leak in tcp_set_ulpSabrina Dubroca1-7/+7
2017-08-14tipc: avoid inheriting msg_non_seq flag when message is returnedJon Paul Maloy1-0/+1
2017-08-14tipc: accept PACKET_MULTICAST packetsJon Paul Maloy1-1/+1