index
:
kernel
0x221E-v0.0-v7.0
0x221E-v0.0.1-v6.19
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Hosts the 0x221E linux distro kernel.
Ubuntu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
Age
Commit message (
Expand
)
Author
2022-02-22
net: preserve skb_end_offset() in skb_unclone_keeptruesize()
Eric Dumazet
2022-02-22
net: add skb_set_end_offset() helper
Eric Dumazet
2022-02-22
net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friends
Eric Dumazet
2022-02-22
gro_cells: avoid using synchronize_rcu() in gro_cells_destroy()
Eric Dumazet
2022-02-21
net: core: Use csum_replace_by_diff() and csum_sub() instead of opencoding
Christophe Leroy
2022-02-21
Merge tag 'v5.17-rc5' into sched/core, to resolve conflicts
Ingo Molnar
2022-02-19
net: get rid of rtnl_lock_unregistering()
Eric Dumazet
2022-02-18
net: avoid quadratic behavior in netdev_wait_allrefs_any()
Eric Dumazet
2022-02-18
net-timestamp: convert sk->sk_tskey to atomic_t
Eric Dumazet
2022-02-18
net-sysfs: add check for netdevice being present to speed_show
suresh kumar
2022-02-17
net: add sanity check in proto_register()
Eric Dumazet
2022-02-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
2022-02-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-17
net: allow out-of-order netdev unregistration
Jakub Kicinski
2022-02-17
net: transition netdev reg state earlier in run_todo
Jakub Kicinski
2022-02-16
net: rtnetlink: rtnl_stats_get(): Emit an extack for unset filter_mask
Petr Machata
2022-02-16
sched/isolation: Use single feature type while referring to housekeeping cpumask
Frederic Weisbecker
2022-02-16
net: Decouple HK_FLAG_WQ and HK_FLAG_DOMAIN cpumask fetch
Frederic Weisbecker
2022-02-14
net: dev: Make rps_lock() disable interrupts.
Sebastian Andrzej Siewior
2022-02-14
net: dev: Makes sure netif_rx() can be invoked in any context.
Sebastian Andrzej Siewior
2022-02-14
net: dev: Remove preempt_disable() and get_cpu() in netif_rx_internal().
Sebastian Andrzej Siewior
2022-02-14
net_sched: add __rcu annotation to netdev->qdisc
Eric Dumazet
2022-02-11
bpf: Do not try bpf_msg_push_data with len 0
Felix Maurer
2022-02-11
drop_monitor: fix data-race in dropmon_net_event / trace_napi_poll_hit
Eric Dumazet
2022-02-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-10
net: make net->dev_unreg_count atomic
Eric Dumazet
2022-02-10
skbuff: cleanup double word in comment
Tom Rix
2022-02-09
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-02-09
net: drop_monitor: support drop reason
Menglong Dong
2022-02-09
bpf: Make remote_port field in struct bpf_sk_lookup 16-bit wide
Jakub Sitnicki
2022-02-08
net: remove default_device_exit()
Eric Dumazet
2022-02-08
net: add dev->dev_registered_tracker
Eric Dumazet
2022-02-06
net: initialize init_net earlier
Eric Dumazet
2022-02-05
skmsg: convert struct sk_msg_sg::copy to a bitmap
Eric Dumazet
2022-02-05
net: refine dev_put()/dev_hold() debugging
Eric Dumazet
2022-02-05
net: gro: minor optimization for dev_gro_receive()
Paolo Abeni
2022-02-05
net: gro: avoid re-computing truesize twice on recycle
Paolo Abeni
2022-02-03
net: minor __dev_alloc_name() optimization
Eric Dumazet
2022-02-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-03
page_pool: Refactor page_pool to enable fragmenting after allocation
Alexander Duyck
2022-02-02
net, neigh: Do not trigger immediate probes on NUD_FAILED from neigh_managed_...
Daniel Borkmann
2022-02-01
rtnetlink: make sure to refresh master_dev/m_ops in __rtnl_newlink()
Eric Dumazet
2022-02-01
net: allow SO_MARK with CAP_NET_RAW via cmsg
Jakub Kicinski
2022-01-31
bpf: Make dst_port field in struct bpf_sock 16-bit wide
Jakub Sitnicki
2022-01-31
tcp: Change SYN ACK retransmit behaviour to account for rehash
Akhmat Karakotov
2022-01-31
bpf: Add SO_TXREHASH setsockopt
Akhmat Karakotov
2022-01-31
txhash: Add socket option to control TX hash rethink behavior
Akhmat Karakotov
2022-01-31
txhash: Make rethinking txhash behavior configurable via sysctl
Akhmat Karakotov
2022-01-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
[prev]
[next]