Age | Commit message (Expand) | Author |
2017-07-18 | xfrm: remove flow cache | Florian Westphal |
2017-07-17 | net: Revert "net: add function to allocate sk_buff head without data area" | Florian Westphal |
2017-07-17 | net: Remove all references to SKB_GSO_UDP. | David S. Miller |
2017-07-17 | net: Remove references to NETIF_F_UFO from ethtool. | David S. Miller |
2017-07-17 | net: Remove references to NETIF_F_UFO in netdev_fix_features(). | David S. Miller |
2017-07-17 | xdp: Add batching support to redirect map | John Fastabend |
2017-07-17 | bpf: add bpf_redirect_map helper routine | John Fastabend |
2017-07-17 | xdp: add trace event for xdp redirect | John Fastabend |
2017-07-17 | net: implement XDP_REDIRECT for xdp generic | John Fastabend |
2017-07-17 | xdp: add bpf_redirect helper function | John Fastabend |
2017-07-17 | net: xdp: support xdp generic on virtual devices | John Fastabend |
2017-07-17 | skbuff: optimize the pull_pages code in __pskb_pull_tail() | linzhang |
2017-07-12 | datagram: fix kernel-doc comments | stephen hemminger |
2017-07-08 | bonding: avoid NETDEV_CHANGEMTU event when unregistering slave | WANG Cong |
2017-07-05 | Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2017-07-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2017-07-05 | bpf: add missing break in for the TCP_BPF_SNDCWND_CLAMP case | Colin Ian King |
2017-07-03 | Merge tag 'docs-4.13' of git://git.lwn.net/linux | Linus Torvalds |
2017-07-03 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2017-07-03 | net: avoid one splat in fib_nl_delrule() | Eric Dumazet |
2017-07-03 | net: core: Fix slab-out-of-bounds in netdev_stats_to_stats64 | Alban Browaeys |
2017-07-03 | bpf: simplify narrower ctx access | Daniel Borkmann |
2017-07-03 | bpf: add bpf_skb_adjust_room helper | Daniel Borkmann |
2017-07-03 | bpf, net: add skb_mac_header_len helper | Daniel Borkmann |
2017-07-02 | bpf: fix to bpf_setsockops | Lawrence Brakmo |
2017-07-01 | bpf: Adds support for setting sndcwnd clamp | Lawrence Brakmo |
2017-07-01 | bpf: Adds support for setting initial cwnd | Lawrence Brakmo |
2017-07-01 | bpf: Add support for changing congestion control | Lawrence Brakmo |
2017-07-01 | bpf: Add setsockopt helper function to bpf | Lawrence Brakmo |
2017-07-01 | bpf: BPF support for sock_ops | Lawrence Brakmo |
2017-07-01 | net: convert net.passive from atomic_t to refcount_t | Reshetova, Elena |
2017-07-01 | net: convert fib_rule.refcnt from atomic_t to refcount_t | Reshetova, Elena |
2017-07-01 | net: convert netpoll_info.refcnt from atomic_t to refcount_t | Reshetova, Elena |
2017-07-01 | net: convert sock.sk_refcnt from atomic_t to refcount_t | Reshetova, Elena |
2017-07-01 | net: convert sock.sk_wmem_alloc from atomic_t to refcount_t | Reshetova, Elena |
2017-07-01 | net: convert sk_buff_fclones.fclone_ref from atomic_t to refcount_t | Reshetova, Elena |
2017-07-01 | net: convert sk_buff.users from atomic_t to refcount_t | Reshetova, Elena |
2017-07-01 | net: convert neigh_params.refcnt from atomic_t to refcount_t | Reshetova, Elena |
2017-07-01 | net: convert neighbour.refcnt from atomic_t to refcount_t | Reshetova, Elena |
2017-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller |
2017-06-30 | ethtool: don't open-code memdup_user() | Al Viro |
2017-06-29 | net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish() | Michal Kubeček |
2017-06-29 | net: constify attribute_group structures. | Arvind Yadav |
2017-06-27 | net: prevent sign extension in dev_get_stats() | Eric Dumazet |
2017-06-26 | net: add netlink_ext_ack argument to rtnl_link_ops.slave_validate | Matthias Schiffer |
2017-06-26 | net: add netlink_ext_ack argument to rtnl_link_ops.slave_changelink | Matthias Schiffer |
2017-06-26 | net: add netlink_ext_ack argument to rtnl_link_ops.validate | Matthias Schiffer |
2017-06-26 | net: add netlink_ext_ack argument to rtnl_link_ops.changelink | Matthias Schiffer |
2017-06-26 | net: add netlink_ext_ack argument to rtnl_link_ops.newlink | Matthias Schiffer |