Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-01-23 | 1 | -4/+15 | |
| |\ \ \ | ||||||
| * | | | | net: core: Fix kernel-doc for netdev_upper_link() | Florian Fainelli | 2018-01-23 | 1 | -0/+2 | |
| * | | | | net: core: Fix kernel-doc for call_netdevice_notifiers_info() | Florian Fainelli | 2018-01-23 | 1 | -1/+0 | |
| | |/ / | |/| | | ||||||
| * | | | net: core: Expose number of link up/down transitions | David Decotigny | 2018-01-22 | 2 | -3/+35 | |
| * | | | devlink: fix memory leak on 'resource' | Colin Ian King | 2018-01-22 | 1 | -0/+1 | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2018-01-21 | 2 | -9/+58 | |
| |\ \ \ | ||||||
| | * | | | bpf: move event_output to const_size_or_zero for xdp/skb as well | Daniel Borkmann | 2018-01-20 | 1 | -2/+2 | |
| | * | | | bpf: restrict access to core bpf sysctls | Daniel Borkmann | 2018-01-20 | 1 | -3/+43 | |
| | * | | | bpf: get rid of pure_initcall dependency to enable jits | Daniel Borkmann | 2018-01-20 | 1 | -6/+12 | |
| | * | | | bpf: add csum_diff helper to xdp as well | Daniel Borkmann | 2018-01-20 | 1 | -0/+2 | |
| | * | | | bpf: allow socket_filter programs to use bpf_prog_test_run | Alexei Starovoitov | 2018-01-18 | 1 | -0/+1 | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-01-20 | 2 | -2/+5 | |
| |\ \ \ \ | ||||||
| * | | | | | devlink: Make some functions static | Wei Yongjun | 2018-01-19 | 1 | -2/+3 | |
| | |/ / / | |/| | | | ||||||
| * | | | | net: Remove spinlock from get_net_ns_by_id() | Kirill Tkhai | 2018-01-17 | 1 | -2/+0 | |
| * | | | | net: Fix possible race in peernet2id_alloc() | Kirill Tkhai | 2018-01-17 | 1 | -2/+11 | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-01-17 | 1 | -2/+2 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2018-01-17 | 1 | -4/+3 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | bpf: simplify xdp_convert_ctx_access for xdp_rxq_info | Jesper Dangaard Brouer | 2018-01-13 | 1 | -4/+3 | |
| * | | | | | | net: delete /proc THIS_MODULE references | Alexey Dobriyan | 2018-01-16 | 4 | -9/+0 | |
| * | | | | | | devlink: Add relation between dpipe and resource | Arkadi Sharshevsky | 2018-01-16 | 1 | -0/+37 | |
| * | | | | | | devlink: Add support for reload | Arkadi Sharshevsky | 2018-01-16 | 1 | -0/+47 | |
| * | | | | | | devlink: Add support for resource abstraction | Arkadi Sharshevsky | 2018-01-16 | 1 | -0/+374 | |
| * | | | | | | devlink: Add per devlink instance lock | Arkadi Sharshevsky | 2018-01-16 | 1 | -59/+77 | |
| * | | | | | | net: Convert atomic_t net::count to refcount_t | Kirill Tkhai | 2018-01-15 | 2 | -7/+7 | |
| * | | | | | | net: Cap number of queues even with accel_priv | Alexander Duyck | 2018-01-12 | 1 | -2/+1 | |
| |/ / / / / | ||||||
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-01-12 | 3 | -5/+9 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2018-01-11 | 1 | -5/+4 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | net: free RX queue structures | Jakub Kicinski | 2018-01-10 | 1 | -4/+3 | |
| | * | | | | | | net: use the right variant of kfree | Jakub Kicinski | 2018-01-10 | 1 | -1/+1 | |
| * | | | | | | | Merge tag 'mlx5-updates-2018-01-08' of git://git.kernel.org/pub/scm/linux/ker... | David S. Miller | 2018-01-10 | 1 | -1/+9 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | net/core: Add drop counters to VF statistics | Eugenia Emantayev | 2018-01-09 | 1 | -1/+9 | |
| | |/ / / / / / | ||||||
| * | | | | | | | ethtool: Ensure new ring parameters are within bounds during SRINGPARAM | Eugenia Emantayev | 2018-01-09 | 1 | -2/+11 | |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-01-09 | 3 | -19/+20 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | bpf: finally expose xdp_rxq_info to XDP bpf-programs | Jesper Dangaard Brouer | 2018-01-06 | 1 | -0/+19 | |
| * | | | | | | | xdp: generic XDP handling of xdp_rxq_info | Jesper Dangaard Brouer | 2018-01-06 | 1 | -10/+59 | |
| * | | | | | | | xdp/qede: setup xdp_rxq_info and intro xdp_rxq_info_is_reg | Jesper Dangaard Brouer | 2018-01-06 | 1 | -0/+6 | |
| * | | | | | | | xdp: base API for new XDP rx-queue info concept | Jesper Dangaard Brouer | 2018-01-06 | 2 | -1/+68 | |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-12-29 | 1 | -3/+3 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2017-12-28 | 1 | -2/+3 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | bpf: make function xdp_do_generic_redirect_map() static | Xiongwei Song | 2017-12-19 | 1 | -2/+3 | |
| * | | | | | | | | | skbuff: in skb_segment, call zerocopy functions once per nskb | Willem de Bruijn | 2017-12-27 | 1 | -5/+9 | |
| * | | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2017-12-27 | 1 | -7/+12 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | net: Add asynchronous callbacks for xfrm on layer 2. | Steffen Klassert | 2017-12-20 | 1 | -5/+11 | |
| | * | | | | | | | | | xfrm: Separate ESP handling from segmentation for GRO packets. | Steffen Klassert | 2017-12-20 | 1 | -3/+2 | |
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-12-22 | 3 | -5/+6 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | flow_dissector: Parse batman-adv unicast headers | Sven Eckelmann | 2017-12-21 | 1 | -0/+57 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | net: Disable GRO_HW when generic XDP is installed on a device. | Michael Chan | 2017-12-19 | 1 | -0/+18 | |
| * | | | | | | | | | | net: Introduce NETIF_F_GRO_HW. | Michael Chan | 2017-12-19 | 2 | -0/+13 | |
| * | | | | | | | | | | sock: Move the socket inuse to namespace. | Tonghao Zhang | 2017-12-19 | 1 | -2/+45 | |
| * | | | | | | | | | | sock: Change the netns_core member name. | Tonghao Zhang | 2017-12-19 | 1 | -5/+5 | |
| | |/ / / / / / / / | |/| | | | | | | | |