Age | Commit message (Expand) | Author | Files | Lines |
2017-07-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 8 | -11/+14 |
2017-07-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 5 | -5/+9 |
2017-07-21 | rtnetlink: allocate more memory for dev_set_mac_address() | WANG Cong | 1 | -1/+2 |
2017-07-20 | Revert "rtnetlink: Do not generate notifications for CHANGEADDR event" | David Ahern | 1 | -0/+1 |
2017-07-20 | net: make dev_close and related functions void | stephen hemminger | 1 | -15/+11 |
2017-07-19 | net: Zero terminate ifr_name in dev_ifname(). | David S. Miller | 1 | -0/+1 |
2017-07-19 | wireless: wext: terminate ifr name coming from userspace | Levin, Alexander | 1 | -0/+2 |
2017-07-18 | xfrm: remove flow cache | Florian Westphal | 2 | -517/+0 |
2017-07-17 | net: Revert "net: add function to allocate sk_buff head without data area" | Florian Westphal | 1 | -29/+2 |
2017-07-17 | net: Remove all references to SKB_GSO_UDP. | David S. Miller | 1 | -4/+4 |
2017-07-17 | net: Remove references to NETIF_F_UFO from ethtool. | David S. Miller | 1 | -7/+0 |
2017-07-17 | net: Remove references to NETIF_F_UFO in netdev_fix_features(). | David S. Miller | 1 | -18/+0 |
2017-07-17 | xdp: Add batching support to redirect map | John Fastabend | 1 | -10/+45 |
2017-07-17 | bpf: add bpf_redirect_map helper routine | John Fastabend | 1 | -0/+52 |
2017-07-17 | xdp: add trace event for xdp redirect | John Fastabend | 1 | -4/+9 |
2017-07-17 | net: implement XDP_REDIRECT for xdp generic | John Fastabend | 2 | -2/+46 |
2017-07-17 | xdp: add bpf_redirect helper function | John Fastabend | 1 | -0/+52 |
2017-07-17 | net: xdp: support xdp generic on virtual devices | John Fastabend | 1 | -95/+113 |
2017-07-17 | skbuff: optimize the pull_pages code in __pskb_pull_tail() | linzhang | 1 | -0/+3 |
2017-07-15 | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+1 |
2017-07-14 | netpoll: shut up a kernel warning on refcount | WANG Cong | 1 | -1/+1 |
2017-07-13 | net: set fib rule refcount after malloc | David Ahern | 1 | -2/+1 |
2017-07-13 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2 | -4/+4 |
2017-07-13 | bpf: fix return in bpf_skb_adjust_net | Kefeng Wang | 1 | -1/+1 |
2017-07-13 | mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s... | Michal Hocko | 2 | -4/+4 |
2017-07-13 | datagram: fix kernel-doc comments | stephen hemminger | 1 | -3/+3 |
2017-07-08 | bonding: avoid NETDEV_CHANGEMTU event when unregistering slave | WANG Cong | 1 | -1/+2 |
2017-07-06 | Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -14/+6 |
2017-07-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 19 | -635/+1359 |
2017-07-05 | bpf: add missing break in for the TCP_BPF_SNDCWND_CLAMP case | Colin Ian King | 1 | -0/+1 |
2017-07-04 | Merge tag 'docs-4.13' of git://git.lwn.net/linux | Linus Torvalds | 2 | -3/+6 |
2017-07-03 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
2017-07-03 | net: avoid one splat in fib_nl_delrule() | Eric Dumazet | 1 | -1/+1 |
2017-07-03 | net: core: Fix slab-out-of-bounds in netdev_stats_to_stats64 | Alban Browaeys | 1 | -1/+1 |
2017-07-03 | bpf: simplify narrower ctx access | Daniel Borkmann | 1 | -130/+109 |
2017-07-03 | bpf: add bpf_skb_adjust_room helper | Daniel Borkmann | 1 | -5/+121 |
2017-07-03 | bpf, net: add skb_mac_header_len helper | Daniel Borkmann | 1 | -2/+2 |
2017-07-03 | bpf: fix to bpf_setsockops | Lawrence Brakmo | 1 | -2/+1 |
2017-07-02 | bpf: Adds support for setting sndcwnd clamp | Lawrence Brakmo | 1 | -0/+7 |
2017-07-02 | bpf: Adds support for setting initial cwnd | Lawrence Brakmo | 1 | -1/+17 |
2017-07-02 | bpf: Add support for changing congestion control | Lawrence Brakmo | 1 | -1/+17 |
2017-07-02 | bpf: Add setsockopt helper function to bpf | Lawrence Brakmo | 1 | -1/+78 |
2017-07-02 | bpf: BPF support for sock_ops | Lawrence Brakmo | 1 | -0/+168 |
2017-07-01 | net: convert net.passive from atomic_t to refcount_t | Reshetova, Elena | 2 | -3/+3 |
2017-07-01 | net: convert fib_rule.refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -2/+2 |
2017-07-01 | net: convert netpoll_info.refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -3/+3 |
2017-07-01 | net: convert sock.sk_refcnt from atomic_t to refcount_t | Reshetova, Elena | 2 | -6/+6 |
2017-07-01 | net: convert sock.sk_wmem_alloc from atomic_t to refcount_t | Reshetova, Elena | 3 | -15/+15 |
2017-07-01 | net: convert sk_buff_fclones.fclone_ref from atomic_t to refcount_t | Reshetova, Elena | 1 | -5/+5 |
2017-07-01 | net: convert sk_buff.users from atomic_t to refcount_t | Reshetova, Elena | 6 | -22/+22 |