Age | Commit message (Expand) | Author |
2020-03-17 | net: core: dev.c: fix a documentation warning | Mauro Carvalho Chehab |
2020-02-26 | net: Fix Tx hash bound checking | Amritha Nambiar |
2020-02-18 | Revert "net: dev: introduce support for sch BYPASS for lockless qdisc" | Paolo Abeni |
2020-02-16 | net: export netdev_next_lower_dev_rcu() | Taehee Yoo |
2020-02-16 | net: add strict checks in netdev_name_node_alt_destroy() | Eric Dumazet |
2020-02-11 | core: Don't skip generic XDP program execution for cloned SKBs | Toke Høiland-Jørgensen |
2020-02-04 | treewide: remove redundant IS_ERR() before error code check | Masahiro Yamada |
2020-01-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds |
2020-01-28 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2020-01-27 | net: introduce dev_net notifier register/unregister variants | Jiri Pirko |
2020-01-27 | net: push code from net notifier reg/unreg into helpers | Jiri Pirko |
2020-01-27 | net: call call_netdevice_unregister_net_notifiers from unregister | Jiri Pirko |
2020-01-27 | net: Support GRO/GSO fraglist chaining. | Steffen Klassert |
2020-01-27 | net: Add a netdev software feature set that defaults to off. | Steffen Klassert |
2020-01-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-01-23 | net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link() | Eric Dumazet |
2020-01-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2020-01-22 | net: Fix packet reordering caused by GRO and listified RX cooperation | Maxim Mikityanskiy |
2020-01-21 | net-sysfs: Fix reference count leak | Jouni Hogander |
2020-01-19 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-01-17 | net: avoid updating qdisc_xmit_lock_key in netdev_update_lockdep_key() | Cong Wang |
2020-01-16 | xdp: Move devmap bulk queue into struct net_device | Toke Høiland-Jørgensen |
2019-12-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller |
2019-12-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2019-12-25 | Merge tag 'v5.5-rc3' into sched/core, to pick up fixes | Ingo Molnar |
2019-12-17 | netfilter: Clean up unnecessary #ifdef | Lukas Wunner |
2019-12-13 | bpf, xdp: Start using the BPF dispatcher for XDP | Björn Töpel |
2019-12-09 | treewide: Use sizeof_field() macro | Pankaj Bharadiya |
2019-12-08 | sched/rt, net: Use CONFIG_PREEMPTION.patch | Thomas Gleixner |
2019-12-07 | inet: protect against too small mtu values. | Eric Dumazet |
2019-12-03 | net: fix a leak in register_netdevice() | Dan Carpenter |
2019-11-26 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2019-11-23 | net: gro: use vlan API instead of accessing directly | Tonghao Zhang |
2019-11-16 | net: core: allow fast GRO for skbs with Ethernet header in head | Alexander Lobakin |
2019-11-08 | net/sched: annotate lockless accesses to qdisc->empty | Eric Dumazet |
2019-11-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2019-11-01 | net: fix installing orphaned programs | Jakub Kicinski |
2019-10-30 | net/core: Replace rcu_swap_protected() with rcu_replace_pointer() | Paul E. McKenney |
2019-10-25 | netns: fix GFP flags in rtnl_net_notifyid() | Guillaume Nault |
2019-10-24 | net: remove unnecessary variables and callback | Taehee Yoo |
2019-10-24 | net: core: add ignore flag to netdev_adjacent structure | Taehee Yoo |
2019-10-24 | net: core: add generic lockdep keys | Taehee Yoo |
2019-10-24 | net: core: limit nested device depth | Taehee Yoo |
2019-10-15 | net: core: use listified Rx for GRO_NORMAL in napi_gro_receive() | Alexander Lobakin |
2019-10-08 | Revert "tun: call dev_get_valid_name() before register_netdevice()" | Eric Dumazet |
2019-10-07 | net: core: use helper skb_ensure_writable in more places | Heiner Kallweit |
2019-10-03 | net: propagate errors correctly in register_netdevice() | Eric Dumazet |
2019-10-02 | net: introduce per-netns netdevice notifiers | Jiri Pirko |
2019-10-02 | net: push loops and nb calls into helper functions | Jiri Pirko |
2019-10-01 | net: rtnetlink: add linkprop commands to add and delete alternative ifnames | Jiri Pirko |