Age | Commit message (Expand) | Author | Files | Lines |
2020-02-24 | devlink: add ACL generic packet traps | Jiri Pirko | 1 | -0/+3 |
2020-02-24 | net: Remove unneeded export of a couple of xdp generic functions | David Ahern | 2 | -2/+0 |
2020-02-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 5 | -72/+188 |
2020-02-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 4 | -42/+26 |
2020-02-21 | net: Generate reuseport group ID on group creation | Jakub Sitnicki | 2 | -40/+22 |
2020-02-21 | bpf: Allow selecting reuseport socket from a SOCKMAP/SOCKHASH | Jakub Sitnicki | 1 | -5/+10 |
2020-02-21 | bpf, sockmap: Let all kernel-land lookup values in SOCKMAP/SOCKHASH | Jakub Sitnicki | 1 | -2/+7 |
2020-02-21 | bpf, sockmap: Return socket cookie on lookup from syscall | Jakub Sitnicki | 1 | -4/+53 |
2020-02-21 | bpf, sockmap: Don't set up upcalls and progs for listening sockets | Jakub Sitnicki | 1 | -7/+45 |
2020-02-21 | bpf, sockmap: Allow inserting listening TCP sockets into sockmap | Jakub Sitnicki | 1 | -15/+44 |
2020-02-21 | net, sk_msg: Clear sk_user_data pointer on clone if tagged | Jakub Sitnicki | 2 | -1/+7 |
2020-02-21 | net, sk_msg: Annotate lockless access to sk_prot on clone | Jakub Sitnicki | 1 | -3/+5 |
2020-02-20 | net: use netif_is_bridge_port() to check for IFF_BRIDGE_PORT | Julian Wiedmann | 1 | -6/+6 |
2020-02-20 | net: page_pool: API cleanup and comments | Ilias Apalodimas | 2 | -34/+38 |
2020-02-20 | net: neigh: remove unused NEIGH_SYSCTL_MS_JIFFIES_ENTRY | Li RongQing | 1 | -3/+0 |
2020-02-20 | net: core: Distribute switch variables for initialization | Kees Cook | 1 | -2/+2 |
2020-02-18 | devlink: Force enclosing array on binary fmsg data | Aya Levin | 1 | -8/+86 |
2020-02-18 | Revert "net: dev: introduce support for sch BYPASS for lockless qdisc" | Paolo Abeni | 1 | -20/+2 |
2020-02-17 | bpf, sockmap: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -1/+1 |
2020-02-17 | net: bridge: teach ndo_dflt_bridge_getlink() more brport flags | Julian Wiedmann | 1 | -1/+5 |
2020-02-16 | skbuff: remove stale bit mask comments | Randy Dunlap | 1 | -2/+0 |
2020-02-16 | net: export netdev_next_lower_dev_rcu() | Taehee Yoo | 1 | -3/+3 |
2020-02-16 | net: add strict checks in netdev_name_node_alt_destroy() | Eric Dumazet | 1 | -0/+6 |
2020-02-16 | net: rtnetlink: fix bugs in rtnl_alt_ifname() | Eric Dumazet | 1 | -14/+12 |
2020-02-16 | net: fib_rules: Correctly set table field when table number exceeds 8 bits | Jethro Beekman | 1 | -1/+1 |
2020-02-13 | page_pool: refill page when alloc.count of pool is zero | Li RongQing | 1 | -14/+8 |
2020-02-11 | core: Don't skip generic XDP program execution for cloned SKBs | Toke Høiland-Jørgensen | 1 | -2/+2 |
2020-02-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2 | -12/+21 |
2020-02-07 | bpf: Improve bucket_log calculation logic | Martin KaFai Lau | 1 | -2/+3 |
2020-02-07 | bpf, sockhash: Synchronize_rcu before free'ing map | Jakub Sitnicki | 1 | -0/+4 |
2020-02-07 | bpf, sockmap: Don't sleep while holding RCU lock on tear-down | Jakub Sitnicki | 1 | -4/+4 |
2020-02-07 | bpf, sockmap: Check update requirements after locking | Lorenz Bauer | 1 | -6/+10 |
2020-02-07 | drop_monitor: Do not cancel uninitialized work item | Ido Schimmel | 1 | -1/+3 |
2020-02-05 | devlink: report 0 after hitting end in region read | Jacob Keller | 1 | -0/+6 |
2020-02-04 | treewide: remove redundant IS_ERR() before error code check | Masahiro Yamada | 2 | -2/+2 |
2020-02-04 | proc: convert everything to "struct proc_ops" | Alexey Dobriyan | 1 | -22/+22 |
2020-01-30 | net/core: Do not clear VF index for node/port GUIDs query | Leon Romanovsky | 1 | -2/+2 |
2020-01-30 | net: drop_monitor: Use kstrdup | Joe Perches | 1 | -6/+2 |
2020-01-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 15 | -3491/+571 |
2020-01-28 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
2020-01-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -2/+9 |
2020-01-27 | Revert "pktgen: Allow configuration of IPv6 source address range" | David S. Miller | 1 | -98/+0 |
2020-01-27 | flow_dissector: Fix to use new variables for port ranges in bpf hook | Yoshiki Komachi | 1 | -2/+9 |
2020-01-27 | net: introduce dev_net notifier register/unregister variants | Jiri Pirko | 1 | -0/+46 |
2020-01-27 | net: push code from net notifier reg/unreg into helpers | Jiri Pirko | 1 | -22/+38 |
2020-01-27 | net: call call_netdevice_unregister_net_notifiers from unregister | Jiri Pirko | 1 | -11/+3 |
2020-01-27 | soreuseport: Cleanup duplicate initialization of more_reuse->max_socks. | Kuniyuki Iwashima | 1 | -1/+0 |
2020-01-27 | net: Support GRO/GSO fraglist chaining. | Steffen Klassert | 2 | -1/+92 |
2020-01-27 | net: Add a netdev software feature set that defaults to off. | Steffen Klassert | 1 | -1/+1 |
2020-01-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 5 | -49/+84 |