summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: style cleanupsstephen hemminger2017-08-181-32/+36
* net: mark receive queue attributes ro_after_initstephen hemminger2017-08-181-12/+13
* net: make queue attributes ro_after_initstephen hemminger2017-08-181-21/+19
* net: make BQL sysfs attributes ro_after_initstephen hemminger2017-08-181-11/+11
* net: drop unused attribute argument from sysfs queue funcsstephen hemminger2017-08-181-26/+11
* net: make net sysfs attributes ro_after_initstephen hemminger2017-08-181-2/+2
* net: constify net_ns_type_operationsstephen hemminger2017-08-181-1/+1
* net: make net_class ro_after_initstephen hemminger2017-08-181-1/+1
* net: constify netdev_class_filestephen hemminger2017-08-181-2/+2
* net: don't decrement kobj reference count on init failurestephen hemminger2017-08-181-12/+10
* xdp: adjust xdp redirect tracepoint to include return error codeJesper Dangaard Brouer2017-08-181-7/+12
* net: inet: diag: expose sockets cgroup classidLevin, Alexander (Sasha Levin)2017-08-181-0/+11
* ipv4: convert dst_metrics.refcnt from atomic_t to refcount_tEric Dumazet2017-08-183-7/+7
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2017-08-182-1/+13
|\
| * Bluetooth: kfree tmp rather than an alias to itColin Ian King2017-08-111-1/+1
| * Bluetooth: document config optionsPavel Machek2017-08-081-0/+12
* | ipv6: fix false-postive maybe-uninitialized warningArnd Bergmann2017-08-181-2/+4
* | bpf: reuse tc bpf prologue for sk skb progsDaniel Borkmann2017-08-171-37/+10
* | bpf: no need to nullify ri->map in xdp_do_redirectDaniel Borkmann2017-08-171-1/+0
* | tcp: Export tcp_{sendpage,sendmsg}_locked() for ipv6.David S. Miller2017-08-161-0/+2
* | net: sched: cls_flower: fix ndo_setup_tc type for stats callJiri Pirko2017-08-161-1/+1
* | qdisc: add tracepoint qdisc:qdisc_dequeue for dequeued SKBsJesper Dangaard Brouer2017-08-162-2/+7
* | bpf: add access to sock fields and pkt data from sk_skb programsJohn Fastabend2017-08-161-0/+169
* | bpf: sockmap with sk redirect supportJohn Fastabend2017-08-161-0/+43
* | bpf: introduce new program type for skbs on socketsJohn Fastabend2017-08-161-0/+36
* | net: fixes for skb_send_sockJohn Fastabend2017-08-162-2/+2
* | net: add sendmsg_locked and sendpage_locked to af_inet6John Fastabend2017-08-161-0/+2
* | net: early init support for strparserJohn Fastabend2017-08-161-6/+4
* | net_sched/hfsc: opencode trivial set_active() and set_passive()Konstantin Khlebnikov2017-08-161-29/+16
* | net_sched: call qlen_notify only if child qdisc is emptyKonstantin Khlebnikov2017-08-166-13/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-1519-68/+113
|\ \
| * | net_sched: remove warning from qdisc_hash_addKonstantin Khlebnikov2017-08-151-3/+0
| * | net_sched/sfq: update hierarchical backlog when drop packetKonstantin Khlebnikov2017-08-151-1/+4
| * | net_sched: reset pointers to tcf blocks in classful qdiscs' destructorsKonstantin Khlebnikov2017-08-154-4/+12
| * | ipv4: fix NULL dereference in free_fib_info_rcu()Eric Dumazet2017-08-151-5/+7
| * | ipv6: fix NULL dereference in ip6_route_dev_notify()Eric Dumazet2017-08-151-3/+3
| * | Merge tag 'wireless-drivers-for-davem-2017-08-15' of git://git.kernel.org/pub...David S. Miller2017-08-151-1/+21
| |\ \
| | * | mac80211: add api to start ba session timer expired flowNaftali Goldstein2017-08-091-1/+21
| * | | tcp: fix possible deadlock in TCP stack vs BPF filterEric Dumazet2017-08-142-4/+4
| * | | dccp: purge write queue in dccp_destroy_sock()Eric Dumazet2017-08-141-4/+1
| * | | ipv6: release rt6->rt6i_idev properly during ifdownWei Wang2017-08-141-8/+5
| * | | af_key: do not use GFP_KERNEL in atomic contextsEric Dumazet2017-08-141-22/+26
| * | | tcp: ulp: avoid module refcnt leak in tcp_set_ulpSabrina Dubroca2017-08-141-7/+7
| * | | tipc: avoid inheriting msg_non_seq flag when message is returnedJon Paul Maloy2017-08-141-0/+1
| * | | tipc: accept PACKET_MULTICAST packetsJon Paul Maloy2017-08-141-1/+1
| * | | ipv4: route: fix inet_rtm_getroute induced crashFlorian Westphal2017-08-141-1/+2
| * | | bpf: fix two missing target_size settings in bpf_convert_ctx_accessDaniel Borkmann2017-08-111-0/+2
| * | | net/sched/hfsc: allocate tcf block for hfsc root classKonstantin Khlebnikov2017-08-111-0/+8
| * | | net: dsa: ksz: fix skb freeingVivien Didelot2017-08-111-4/+9
* | | | ipv4: route: set ipv4 RTM_GETROUTE to not use rtnlFlorian Westphal2017-08-151-1/+2
OpenPOWER on IntegriCloud