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
/
dev.c
Age
Commit message (
Expand
)
Author
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
2019-10-01
net: introduce name_node struct to be used in hashlist
Jiri Pirko
2019-10-01
net: core: dev: replace state xoff flag comparison by netif_xmit_stopped method
Julio Faracco
2019-09-27
sk_buff: drop all skb extensions on free and skb scrubbing
Florian Westphal
2019-09-17
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-09-15
net/sched: fix race between deactivation and dequeue for NOLOCK qdisc
Paolo Abeni
2019-09-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-09-12
net: Fix null de-reference of device refcount
Subash Abhinov Kasiviswanathan
2019-08-17
net: Don't call XDP_SETUP_PROG when nothing is changed
Maxim Mikityanskiy
2019-08-08
net: use listified RX for handling GRO_NORMAL skbs
Edward Cree
2019-08-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-08-05
net: fix bpf_xdp_adjust_head regression for generic-XDP
Jesper Dangaard Brouer
2019-07-30
net: Use skb_frag_off accessors
Jonathan Lemon
2019-07-29
net: fix ifindex collision during namespace removal
Jiri Pirko
2019-07-08
skbuff: increase verbosity when dumping skb data
Willem de Bruijn
2019-06-28
net: sched: refactor reinsert action
John Hurley
2019-06-16
net: handle 802.1P vlan 0 packets properly
Govindarajulu Varadarajan
2019-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2019-06-04
net: fix indirect calls helpers for ptype list hooks.
Paolo Abeni
2019-05-31
Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...
Linus Torvalds
2019-05-30
net-gro: fix use-after-free read in napi_gro_frags()
Eric Dumazet
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
net: core: support XDP generic on stacked devices.
Stephen Hemminger
2019-05-16
net: avoid weird emergency message
Eric Dumazet
2019-05-05
net: use indirect calls helpers for ptype hook
Paolo Abeni
2019-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-04-10
failover: allow name change on IFF_UP slave interfaces
Si-Wei Liu
2019-04-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-04-04
net: devlink: introduce devlink_compat_switch_id_get() helper
Jiri Pirko
2019-04-04
net: Remove inclusion of pci.h
Yuval Shaia
[next]