summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: l2tp: mark expected switch fall-throughGustavo A. R. Silva2017-10-191-1/+1
* mqprio: fix potential null pointer dereference on optColin Ian King2017-10-191-1/+2
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-10-191-0/+16
|\
| * ethtool: add ethtool_intersect_link_masksAlan Brady2017-10-171-0/+16
* | tcp: fix tcp_xmit_retransmit_queue() after rbtree introductionEric Dumazet2017-10-181-6/+3
* | bpf: allow access to skb->len from offloadsJakub Kicinski2017-10-181-0/+2
* | bpf: move knowledge about post-translation offsets out of verifierJakub Kicinski2017-10-181-0/+40
* | bpf: split verifier and program opsJakub Kicinski2017-10-181-9/+36
* | net: ipx: mark expected switch fall-throughGustavo A. R. Silva2017-10-181-0/+1
* | ipv6: mark expected switch fall-throughsGustavo A. R. Silva2017-10-1810-6/+19
* | ipv4: mark expected switch fall-throughsGustavo A. R. Silva2017-10-187-3/+11
* | decnet: af_decnet: mark expected switch fall-throughsGustavo A. R. Silva2017-10-181-0/+3
* | sunrpc: Convert timers to use timer_setup()Kees Cook2017-10-184-15/+13
* | ipv4: timewait: Convert timers to use timer_setup()Kees Cook2017-10-181-4/+3
* | net: atm: Convert timers to use timer_setup()Kees Cook2017-10-183-13/+11
* | net/core: Convert sk_timer users to use timer_setup()Kees Cook2017-10-186-42/+46
* | net/core: Collapse redundant sk_timer callback data assignmentsKees Cook2017-10-185-5/+1
* | inet: frags: Convert timers to use timer_setup()Kees Cook2017-10-185-10/+14
* | inet/connection_sock: Convert timers to use timer_setup()Kees Cook2017-10-183-27/+30
* | netfilter: ipset: Convert timers to use timer_setup()Kees Cook2017-10-186-15/+25
* | net: sched: Convert timers to use timer_setup()Kees Cook2017-10-185-20/+23
* | net: can: Convert timers to use timer_setup()Kees Cook2017-10-183-7/+7
* | xfrm: Convert timers to use timer_setup()Kees Cook2017-10-181-9/+8
* | net/rose: Convert timers to use timer_setup()Kees Cook2017-10-185-44/+36
* | net/lapb: Convert timers to use timer_setup()Kees Cook2017-10-182-12/+10
* | net/decnet: Convert timers to use timer_setup()Kees Cook2017-10-183-22/+5
* | net: dsa: split dsa_port's netdev memberVivien Didelot2017-10-185-25/+25
* | net: dsa: rename dsa_master_get_slaveVivien Didelot2017-10-189-10/+10
* | net: dsa: add slave to master helperVivien Didelot2017-10-182-22/+17
* | net: dsa: add slave to port helperVivien Didelot2017-10-1811-115/+115
* | net: dsa: add slave notify helperVivien Didelot2017-10-181-12/+17
* | net: dsa: use port's cpu_dp when creating a slaveVivien Didelot2017-10-181-5/+2
* | netlink: use NETLINK_CB(in_skb).sk instead of looking it upJohannes Berg2017-10-181-10/+2
* | bpf: cpumap xdp_buff to skb conversion and allocationJesper Dangaard Brouer2017-10-181-0/+27
* | bpf: XDP_REDIRECT enable use of cpumapJesper Dangaard Brouer2017-10-181-29/+111
|/
* net: export netdev_txq_to_tc to allow sch_mqprio to compile as moduleHenrik Austad2017-10-171-0/+1
* tipc: fix rebasing errorJon Maloy2017-10-161-0/+1
* net: core: rcu-ify rtnl af_opsFlorian Westphal2017-10-162-18/+48
* rtnetlink: place link af dump into own helperFlorian Westphal2017-10-161-30/+42
* tcp: cdg: make struct tcp_cdg staticColin Ian King2017-10-161-1/+1
* net: dccp: mark expected switch fall-throughsGustavo A. R. Silva2017-10-162-1/+2
* ipv6: only update __use and lastusetime once per jiffy at mostWei Wang2017-10-161-4/+4
* ipv6: check fn before doing FIB6_SUBTREE(fn)Wei Wang2017-10-161-4/+7
* net: sched: propagate q and parent from caller down to tcf_fill_nodeJiri Pirko2017-10-161-20/+35
* net: sched: use tcf_block_q helper to get q pointer for sch_tree_lockJiri Pirko2017-10-161-2/+4
* net: sched: tcindex, fw, flow: use tcf_block_q helper to get struct QdiscJiri Pirko2017-10-163-4/+13
* net: sched: cls_u32: use block instead of q in tc_u_commonJiri Pirko2017-10-161-8/+4
* net: sched: ematch: obtain net pointer from blocksJiri Pirko2017-10-161-1/+1
* net: sched: store net pointer in block and introduce qdisc_net helperJiri Pirko2017-10-161-0/+1
* net: sched: store Qdisc pointer in struct blockJiri Pirko2017-10-1614-19/+20