Age | Commit message (Expand) | Author |
2022-12-03 | net: add netdev_sw_irq_coalesce_default_on() | Heiner Kallweit |
2022-11-18 | net: fix napi_disable() logic error | Eric Dumazet |
2022-11-16 | net: add atomic_long_t to net_device_stats fields | Eric Dumazet |
2022-11-16 | net: adopt try_cmpxchg() in napi_{enable|disable}() | Eric Dumazet |
2022-11-16 | net: adopt try_cmpxchg() in napi_schedule_prep() and napi_complete_done() | Eric Dumazet |
2022-11-16 | net: net_{enable|disable}_timestamp() optimizations | Eric Dumazet |
2022-11-09 | net: introduce a helper to move notifier block to different namespace | Jiri Pirko |
2022-11-09 | net/core: Allow live renaming when an interface is up | Andy Ren |
2022-11-03 | net: devlink: track netdev with devlink_port assigned | Jiri Pirko |
2022-10-31 | net: add new helper unregister_netdevice_many_notify | Hangbin Liu |
2022-10-31 | rtnetlink: pass netlink message header and portid to rtnl_configure_link() | Hangbin Liu |
2022-10-28 | net: Remove the obsolte u64_stats_fetch_*_irq() users (net). | Thomas Gleixner |
2022-10-25 | net: dev: Convert sa_data to flexible array in struct sockaddr | Kees Cook |
2022-10-19 | net: Fix return value of qdisc ingress handling on success | Paul Blakey |
2022-09-29 | net: skb: introduce and use a single page frag cache | Paolo Abeni |
2022-08-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-08-24 | net: Fix a data-race around netdev_unregister_timeout_secs. | Kuniyuki Iwashima |
2022-08-24 | net: Fix a data-race around netdev_budget_usecs. | Kuniyuki Iwashima |
2022-08-24 | net: Fix a data-race around netdev_budget. | Kuniyuki Iwashima |
2022-08-24 | net: Fix data-races around netdev_tstamp_prequeue. | Kuniyuki Iwashima |
2022-08-24 | net: Fix data-races around netdev_max_backlog. | Kuniyuki Iwashima |
2022-08-24 | net: Fix data-races around weight_p and dev_weight_[rt]x_bias. | Kuniyuki Iwashima |
2022-08-22 | net: move from strlcpy with unused retval to strscpy | Wolfram Sang |
2022-08-22 | Remove DECnet support from kernel | Stephen Hemminger |
2022-07-22 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski |
2022-07-19 | bpf: Don't redirect packets with invalid pkt_len | Zhengchao Shao |
2022-07-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-07-06 | xdp: Fix spurious packet loss in generic XDP TX path | Johan Almbladh |
2022-06-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-06-17 | net: fix data-race in dev_isalive() | Eric Dumazet |
2022-06-09 | net: add napi_get_frags_check() helper | Eric Dumazet |
2022-06-09 | net: use DEBUG_NET_WARN_ON_ONCE() in dev_loopback_xmit() | Eric Dumazet |
2022-06-09 | net: adopt u64_stats_t in struct pcpu_sw_netstats | Eric Dumazet |
2022-06-09 | net: rename reference+tracking helpers | Jakub Kicinski |
2022-05-25 | Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds |
2022-05-24 | Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2022-05-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-05-18 | random32: use real rng for non-deterministic randomness | Jason A. Donenfeld |
2022-05-16 | net: fix dev_fill_forward_path with pppoe + bridge | Felix Fietkau |
2022-05-16 | net: call skb_defer_free_flush() before each napi_poll() | Eric Dumazet |
2022-05-16 | net: add skb_defer_max sysctl | Eric Dumazet |
2022-05-16 | net: use napi_consume_skb() in skb_defer_free_flush() | Eric Dumazet |
2022-05-16 | net: fix possible race in skb_attempt_defer_free() | Eric Dumazet |
2022-05-16 | net: allow gro_max_size to exceed 65536 | Alexander Duyck |
2022-05-16 | net: allow gso_max_size to exceed 65536 | Alexander Duyck |
2022-05-12 | net: update the register_netdevice() kdoc | Jakub Kicinski |
2022-05-11 | net: add more debug info in skb_checksum_help() | Eric Dumazet |
2022-05-11 | net: remove two BUG() from skb_checksum_help() | Eric Dumazet |
2022-05-10 | net: fix kdoc on __dev_queue_xmit() | Jakub Kicinski |
2022-05-06 | net: make drivers set the TSO limit not the GSO limit | Jakub Kicinski |