Age | Commit message (Expand) | Author | Files | Lines |
2019-05-13 | flow_dissector: disable preemption around BPF calls | Eric Dumazet | 1 | -0/+2 |
2019-05-08 | fib_rules: return 0 directly if an exactly same rule exists when NLM_F_EXCL n... | Hangbin Liu | 1 | -3/+3 |
2019-05-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 27 | -523/+1978 |
2019-05-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+10 |
2019-05-07 | Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+4 |
2019-05-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -1/+1 |
2019-05-07 | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2 | -3/+3 |
2019-05-05 | net: use indirect calls helpers for ptype hook | Paolo Abeni | 1 | -2/+4 |
2019-05-05 | bpf: Use PTR_ERR_OR_ZERO in bpf_fd_sk_storage_update_elem() | YueHaibing | 1 | -1/+1 |
2019-05-04 | neighbor: Call __ipv4_neigh_lookup_noref in neigh_xmit | David Ahern | 1 | -1/+8 |
2019-05-04 | neighbor: Reset gc_entries counter if new entry is released before insert | David Ahern | 1 | -0/+2 |
2019-05-01 | devlink: Change devlink health locking mechanism | Moshe Shemesh | 1 | -23/+74 |
2019-04-30 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 1 | -1/+1 |
2019-04-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 5 | -68/+996 |
2019-04-28 | genetlink: optionally validate strictly/dumps | Johannes Berg | 2 | -0/+41 |
2019-04-28 | netlink: make validation more configurable for future strictness | Johannes Berg | 6 | -72/+99 |
2019-04-28 | netlink: make nla_nest_start() add NLA_F_NESTED flag | Michal Kubecek | 5 | -60/+72 |
2019-04-27 | bpf: Introduce bpf sk local storage | Martin KaFai Lau | 4 | -0/+822 |
2019-04-26 | ipv6: Initialize fib6_result in bpf_ipv6_fib_lookup | David Ahern | 1 | -1/+1 |
2019-04-26 | bpf: support BPF_PROG_QUERY for BPF_FLOW_DISSECTOR attach_type | Stanislav Fomichev | 1 | -0/+39 |
2019-04-25 | net-sysfs: Replace ktype default_attrs field with groups | Kimberly Brown | 1 | -2/+4 |
2019-04-24 | lwtunnel: Pass encap and encap type attributes to lwtunnel_fill_encap | David Ahern | 1 | -3/+4 |
2019-04-24 | net: fix sparc64 compilation of sock_gettstamp | Stephen Rothwell | 1 | -3/+3 |
2019-04-24 | bpf: update skb->protocol in bpf_skb_net_grow | Willem de Bruijn | 1 | -0/+8 |
2019-04-23 | flow_dissector: handle no-skb use case | Stanislav Fomichev | 1 | -27/+25 |
2019-04-23 | net: plumb network namespace into __skb_flow_dissect | Stanislav Fomichev | 1 | -10/+17 |
2019-04-23 | flow_dissector: switch kernel context to struct bpf_flow_dissector | Stanislav Fomichev | 2 | -48/+102 |
2019-04-23 | net: devlink: Add extack to shared buffer operations | Ido Schimmel | 1 | -9/+13 |
2019-04-23 | cgroup: net: remove left over MODULE_LICENSE tag | Paul Gortmaker | 1 | -2/+0 |
2019-04-23 | net: Rename net/nexthop.h net/rtnh.h | David Ahern | 1 | -1/+1 |
2019-04-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2 | -21/+56 |
2019-04-20 | net: rework SIOCGSTAMP ioctl handling | Arnd Bergmann | 1 | -23/+28 |
2019-04-18 | net ipv6: Prevent neighbor add if protocol is disabled on device | David Ahern | 1 | -0/+5 |
2019-04-18 | ipv6: Add fib6_type and fib6_flags to fib6_result | David Ahern | 1 | -14/+12 |
2019-04-18 | ipv6: Pass fib6_result to fib lookups | David Ahern | 1 | -5/+5 |
2019-04-18 | ipv6: Pass fib6_result to ip6_mtu_from_fib6 and fib6_mtu | David Ahern | 1 | -1/+1 |
2019-04-18 | ipv6: Rename fib6_multipath_select and pass fib6_result | David Ahern | 1 | -17/+17 |
2019-04-18 | net: core: introduce build_skb_around | Jesper Dangaard Brouer | 1 | -19/+52 |
2019-04-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 8 | -20/+41 |
2019-04-17 | socket: fix compat SO_RCVTIMEO_NEW/SO_SNDTIMEO_NEW | Arnd Bergmann | 1 | -2/+2 |
2019-04-17 | net: Fix missing meta data in skb with vlan packet | Yuya Kusakabe | 1 | -1/+9 |
2019-04-17 | net/core: work around section mismatch warning for ptp_classifier | Ard Biesheuvel | 1 | -3/+4 |
2019-04-17 | bpf: allow clearing all sock_ops callback flags | Viet Hoang Tran | 1 | -2/+1 |
2019-04-16 | bpf: reserve flags in bpf_skb_net_shrink | Willem de Bruijn | 1 | -0/+3 |
2019-04-15 | Revert "net-sysfs: Fix memory leak in netdev_register_kobject" | Wang Hai | 1 | -9/+5 |
2019-04-15 | rtnetlink: fix rtnl_valid_stats_req() nlmsg_len check | Eric Dumazet | 1 | -1/+1 |
2019-04-12 | bpf: Check address length before reading address family | Tetsuo Handa | 1 | -0/+2 |
2019-04-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -4/+8 |
2019-04-11 | bpf: add layer 2 encap support to bpf_skb_adjust_room | Alan Maguire | 1 | -4/+8 |
2019-04-11 | netns: read NETNSA_NSID as s32 attribute in rtnl_net_getid() | Guillaume Nault | 1 | -1/+1 |