| Age | Commit message (Expand) | Author | Files | Lines |
| 2017-07-15 | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random |  Linus Torvalds | 1 | -2/+1 |
| 2017-07-13 | Merge branch 'akpm' (patches from Andrew) |  Linus Torvalds | 2 | -4/+4 |
| 2017-07-12 | mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semantic |  Michal Hocko | 2 | -4/+4 |
| 2017-07-12 | 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-05 | Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs |  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-03 | 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/kernel/git/tip/tip |  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-02 | bpf: fix to bpf_setsockops |  Lawrence Brakmo | 1 | -2/+1 |
| 2017-07-01 | bpf: Adds support for setting sndcwnd clamp |  Lawrence Brakmo | 1 | -0/+7 |
| 2017-07-01 | bpf: Adds support for setting initial cwnd |  Lawrence Brakmo | 1 | -1/+17 |
| 2017-07-01 | bpf: Add support for changing congestion control |  Lawrence Brakmo | 1 | -1/+17 |
| 2017-07-01 | bpf: Add setsockopt helper function to bpf |  Lawrence Brakmo | 1 | -1/+78 |
| 2017-07-01 | 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 |
| 2017-07-01 | net: convert neigh_params.refcnt from atomic_t to refcount_t |  Reshetova, Elena | 1 | -4/+4 |
| 2017-07-01 | net: convert neighbour.refcnt from atomic_t to refcount_t |  Reshetova, Elena | 1 | -7/+7 |
| 2017-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net |  David S. Miller | 1 | -10/+20 |
| 2017-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next |  David S. Miller | 1 | -0/+17 |
| 2017-06-30 | ethtool: don't open-code memdup_user() |  Al Viro | 1 | -14/+6 |
| 2017-06-29 | net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish() |  Michal Kubeček | 1 | -7/+17 |
| 2017-06-29 | net: constify attribute_group structures. |  Arvind Yadav | 1 | -3/+3 |
| 2017-06-27 | net: prevent sign extension in dev_get_stats() |  Eric Dumazet | 1 | -3/+3 |
| 2017-06-26 | net: add netlink_ext_ack argument to rtnl_link_ops.slave_validate |  Matthias Schiffer | 1 | -1/+2 |
| 2017-06-26 | net: add netlink_ext_ack argument to rtnl_link_ops.slave_changelink |  Matthias Schiffer | 1 | -1/+2 |
| 2017-06-26 | net: add netlink_ext_ack argument to rtnl_link_ops.validate |  Matthias Schiffer | 1 | -1/+1 |
| 2017-06-26 | net: add netlink_ext_ack argument to rtnl_link_ops.changelink |  Matthias Schiffer | 1 | -1/+1 |
| 2017-06-26 | net: add netlink_ext_ack argument to rtnl_link_ops.newlink |  Matthias Schiffer | 1 | -1/+2 |
| 2017-06-25 | net: store port/representator id in metadata_dst |  Jakub Kicinski | 2 | -5/+11 |
| 2017-06-24 | Merge branch 'linus' into sched/core, to pick up fixes |  Ingo Molnar | 4 | -12/+32 |
| 2017-06-23 | bpf: possibly avoid extra masking for narrower load in verifier |  Yonghong Song | 1 | -39/+53 |
| 2017-06-23 | xdp: add reporting of offload mode |  Jakub Kicinski | 2 | -5/+4 |
| 2017-06-23 | xdp: add HW offload mode flag for installing programs |  Jakub Kicinski | 2 | -4/+7 |
| 2017-06-23 | xdp: pass XDP flags into install handlers |  Jakub Kicinski | 1 | -2/+3 |
| 2017-06-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net |  David S. Miller | 4 | -12/+32 |
| 2017-06-21 | net: introduce SO_PEERGROUPS getsockopt |  David Herrmann | 1 | -0/+33 |
| 2017-06-21 | rtnetlink: add restricted rtnl groups for ipv4 and ipv6 mroute |  Julien Gomes | 1 | -0/+13 |