Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-01-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 1 | -3/+17 |
2020-01-25 | devlink: Add health recover notifications on devlink flows | Moshe Shemesh | 1 | -87/+89 |
2020-01-24 | net: Fix skb->csum update in inet_proto_csum_replace16(). | Praveen Chaudhary | 1 | -3/+17 |
2020-01-24 | neigh_stat_seq_next() should increase position index | Vasily Averin | 1 | -0/+1 |
2020-01-23 | net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link() | Eric Dumazet | 2 | -12/+30 |
2020-01-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 3 | -74/+26 |
2020-01-22 | bpf: Add BPF_FUNC_jiffies64 | Martin KaFai Lau | 1 | -0/+2 |
2020-01-22 | net: Fix packet reordering caused by GRO and listified RX cooperation | Maxim Mikityanskiy | 1 | -31/+33 |
2020-01-22 | net, sk_msg: Don't check if sock is locked when tearing down psock | Jakub Sitnicki | 1 | -2/+0 |
2020-01-22 | xsk, net: Make sock_def_readable() have external linkage | Björn Töpel | 1 | -1/+1 |
2020-01-21 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 1 | -10/+17 |
2020-01-21 | net-sysfs: Fix reference count leak | Jouni Hogander | 1 | -1/+3 |
2020-01-19 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 5 | -27/+22 |
2020-01-19 | devlink: Add overlay source MAC is multicast trap | Amit Cohen | 1 | -0/+1 |
2020-01-19 | devlink: Add tunnel generic packet traps | Amit Cohen | 1 | -0/+2 |
2020-01-19 | devlink: Add non-routable packet trap | Amit Cohen | 1 | -0/+1 |
2020-01-17 | netns: Constify exported functions | Guillaume Nault | 1 | -3/+3 |
2020-01-17 | net: avoid updating qdisc_xmit_lock_key in netdev_update_lockdep_key() | Cong Wang | 1 | -12/+0 |
2020-01-16 | xdp: Use bulking for non-map XDP_REDIRECT and consolidate code paths | Toke Høiland-Jørgensen | 1 | -71/+19 |
2020-01-16 | xdp: Move devmap bulk queue into struct net_device | Toke Høiland-Jørgensen | 1 | -0/+2 |
2020-01-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 3 | -11/+18 |
2020-01-15 | bpf: Sockmap/tls, msg_push_data may leave end mark in place | John Fastabend | 1 | -0/+1 |
2020-01-15 | bpf: Sockmap, skmsg helper overestimates push, pull, and pop bounds | John Fastabend | 1 | -5/+5 |
2020-01-15 | bpf: Sockmap, ensure sock lock held during tear down | John Fastabend | 2 | -1/+8 |
2020-01-14 | pktgen: Allow configuration of IPv6 source address range | Niu Xilei | 1 | -0/+98 |
2020-01-14 | bpf: Return -EBADRQC for invalid map type in __bpf_tx_xdp_map | Li RongQing | 1 | -1/+1 |
2020-01-14 | netns: don't disable BHs when locking "nsid_lock" | Guillaume Nault | 1 | -11/+11 |