Age | Commit message (Expand) | Author | Files | Lines |
2017-10-18 | netlink: use NETLINK_CB(in_skb).sk instead of looking it up | Johannes Berg | 1 | -10/+2 |
2017-10-18 | Merge branch 'bpf-cpumap-type-for-XDP_REDIRECT' | David S. Miller | 15 | -34/+2277 |
2017-10-18 | samples/bpf: add cpumap sample program xdp_redirect_cpu | Jesper Dangaard Brouer | 3 | -0/+1310 |
2017-10-18 | bpf: cpumap add tracepoints | Jesper Dangaard Brouer | 2 | -5/+89 |
2017-10-18 | bpf: cpumap xdp_buff to skb conversion and allocation | Jesper Dangaard Brouer | 3 | -22/+158 |
2017-10-18 | bpf: XDP_REDIRECT enable use of cpumap | Jesper Dangaard Brouer | 5 | -34/+172 |
2017-10-18 | bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAP | Jesper Dangaard Brouer | 7 | -1/+576 |
2017-10-18 | net: ftgmac100: Request clock and set speed | Joel Stanley | 1 | -0/+26 |
2017-10-17 | net: export netdev_txq_to_tc to allow sch_mqprio to compile as module | Henrik Austad | 1 | -0/+1 |
2017-10-16 | Merge branch 'mlxsw-GRE-Offload-decap-without-encap' | David S. Miller | 4 | -64/+209 |
2017-10-16 | mlxsw: spectrum: Drop refcounting of IPIP entries | Petr Machata | 2 | -30/+20 |
2017-10-16 | mlxsw: spectrum: Support IPIP overlay VRF migration | Petr Machata | 3 | -3/+49 |
2017-10-16 | mlxsw: spectrum: Support decap-only IP-in-IP tunnels | Petr Machata | 3 | -10/+109 |
2017-10-16 | mlxsw: spectrum_router: Move mlxsw_sp_netdev_ipip_type() | Petr Machata | 1 | -19/+19 |
2017-10-16 | mlxsw: spectrum: Move netdevice NB to struct mlxsw_sp | Petr Machata | 2 | -7/+17 |
2017-10-16 | tipc: fix rebasing error | Jon Maloy | 1 | -0/+1 |
2017-10-16 | Merge branch 'net-core-rcuify-rtnl-af_ops' | David S. Miller | 2 | -47/+89 |
2017-10-16 | net: core: rcu-ify rtnl af_ops | Florian Westphal | 2 | -18/+48 |
2017-10-16 | rtnetlink: place link af dump into own helper | Florian Westphal | 1 | -30/+42 |
2017-10-16 | tcp: cdg: make struct tcp_cdg static | Colin Ian King | 1 | -1/+1 |
2017-10-16 | net: systemport: add NET_DSA dependency | Arnd Bergmann | 1 | -0/+1 |
2017-10-16 | hamradio: baycom_par: use new parport device model | Sudip Mukherjee | 1 | -4/+44 |
2017-10-16 | net: dccp: mark expected switch fall-throughs | Gustavo A. R. Silva | 2 | -1/+2 |
2017-10-16 | pch_gbe: Switch to new PCI IRQ allocation API | Andy Shevchenko | 2 | -28/+17 |
2017-10-16 | tracing: bpf: Hide bpf trace events when they are not used | Steven Rostedt (VMware) | 2 | -1/+7 |
2017-10-16 | ipv6: only update __use and lastusetime once per jiffy at most | Wei Wang | 2 | -11/+12 |
2017-10-16 | ipv6: check fn before doing FIB6_SUBTREE(fn) | Wei Wang | 1 | -4/+7 |
2017-10-16 | bpf: Add -target to clang switch while cross compiling. | Abhijit Ayarekar | 1 | -2/+3 |
2017-10-16 | Merge branch 'sched-tp_q-remove' | David S. Miller | 23 | -69/+127 |
2017-10-16 | net: sched: propagate q and parent from caller down to tcf_fill_node | Jiri Pirko | 1 | -20/+35 |
2017-10-16 | net: sched: use tcf_block_q helper to get q pointer for sch_tree_lock | Jiri Pirko | 2 | -5/+4 |
2017-10-16 | net: sched: tcindex, fw, flow: use tcf_block_q helper to get struct Qdisc | Jiri Pirko | 3 | -4/+13 |
2017-10-16 | net: sched: cls_u32: use block instead of q in tc_u_common | Jiri Pirko | 1 | -8/+4 |
2017-10-16 | net: sched: ematch: obtain net pointer from blocks | Jiri Pirko | 1 | -1/+1 |
2017-10-16 | net: sched: teach tcf_bind/unbind_filter to use block->q | Jiri Pirko | 1 | -10/+17 |
2017-10-16 | net: sched: introduce tcf_block_q and tcf_block_dev helpers | Jiri Pirko | 1 | -0/+21 |
2017-10-16 | net: sched: store net pointer in block and introduce qdisc_net helper | Jiri Pirko | 3 | -0/+9 |
2017-10-16 | net: sched: store Qdisc pointer in struct block | Jiri Pirko | 16 | -21/+23 |
2017-10-16 | mqprio: Reserve last 32 classid values for HW traffic classes and misc IDs | Alexander Duyck | 2 | -33/+47 |
2017-10-16 | Merge tag 'mlx5-updates-2017-10-11' of git://git.kernel.org/pub/scm/linux/ker... | David S. Miller | 24 | -796/+1437 |
2017-10-15 | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe... | David S. Miller | 13 | -192/+1510 |
2017-10-15 | Merge branch 'tc-testing-updates' | David S. Miller | 9 | -1169/+2097 |
2017-10-15 | tc-testing: fix the -l argument bug in tdc.py | Lucas Bates | 1 | -4/+4 |
2017-10-15 | tc-testing: Add test cases for police and skbmod | Lucas Bates | 2 | -0/+899 |
2017-10-15 | tc-testing: Split test case files into smaller chunks | Lucas Bates | 6 | -1212/+1194 |
2017-10-15 | tc-testing: Add test cases for flushing actions | Lucas Bates | 1 | -1/+48 |
2017-10-15 | Merge branch 'macvlan-cleanups' | David S. Miller | 1 | -2/+4 |
2017-10-15 | macvlan: Only update pkt_type if destination MAC address matches | Alexander Duyck | 1 | -1/+3 |
2017-10-15 | macvlan: Only deliver one copy of the frame to the macvlan interface | Alexander Duyck | 1 | -1/+1 |
2017-10-15 | tcp: add a tracepoint for tcp retransmission | Cong Wang | 3 | -0/+72 |