index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
/
dev.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link()
Eric Dumazet
2020-01-23
1
-10
/
+19
*
net: Fix packet reordering caused by GRO and listified RX cooperation
Maxim Mikityanskiy
2020-01-22
1
-31
/
+33
*
net-sysfs: Fix reference count leak
Jouni Hogander
2020-01-21
1
-1
/
+3
*
net: avoid updating qdisc_xmit_lock_key in netdev_update_lockdep_key()
Cong Wang
2020-01-17
1
-12
/
+0
*
treewide: Use sizeof_field() macro
Pankaj Bharadiya
2019-12-09
1
-1
/
+1
*
inet: protect against too small mtu values.
Eric Dumazet
2019-12-07
1
-1
/
+2
*
net: fix a leak in register_netdevice()
Dan Carpenter
2019-12-03
1
-3
/
+3
*
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2019-11-27
1
-2
/
+2
|
\
|
*
net/core: Replace rcu_swap_protected() with rcu_replace_pointer()
Paul E. McKenney
2019-10-30
1
-2
/
+2
*
|
net: gro: use vlan API instead of accessing directly
Tonghao Zhang
2019-11-24
1
-1
/
+1
*
|
net: core: allow fast GRO for skbs with Ethernet header in head
Alexander Lobakin
2019-11-16
1
-2
/
+1
*
|
net/sched: annotate lockless accesses to qdisc->empty
Eric Dumazet
2019-11-08
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-11-02
1
-156
/
+467
|
\
\
|
*
|
net: fix installing orphaned programs
Jakub Kicinski
2019-11-01
1
-1
/
+2
|
*
|
netns: fix GFP flags in rtnl_net_notifyid()
Guillaume Nault
2019-10-26
1
-1
/
+1
|
*
|
net: remove unnecessary variables and callback
Taehee Yoo
2019-10-24
1
-19
/
+0
|
*
|
net: core: add ignore flag to netdev_adjacent structure
Taehee Yoo
2019-10-24
1
-21
/
+209
|
*
|
net: core: add generic lockdep keys
Taehee Yoo
2019-10-24
1
-84
/
+43
|
*
|
net: core: limit nested device depth
Taehee Yoo
2019-10-24
1
-45
/
+227
|
|
/
*
|
net: core: use listified Rx for GRO_NORMAL in napi_gro_receive()
Alexander Lobakin
2019-10-16
1
-24
/
+25
*
|
Revert "tun: call dev_get_valid_name() before register_netdevice()"
Eric Dumazet
2019-10-09
1
-3
/
+2
*
|
net: core: use helper skb_ensure_writable in more places
Heiner Kallweit
2019-10-07
1
-12
/
+8
*
|
net: propagate errors correctly in register_netdevice()
Eric Dumazet
2019-10-03
1
-0
/
+1
*
|
net: introduce per-netns netdevice notifiers
Jiri Pirko
2019-10-02
1
-0
/
+87
*
|
net: push loops and nb calls into helper functions
Jiri Pirko
2019-10-02
1
-28
/
+61
*
|
net: rtnetlink: add linkprop commands to add and delete alternative ifnames
Jiri Pirko
2019-10-01
1
-1
/
+57
*
|
net: introduce name_node struct to be used in hashlist
Jiri Pirko
2019-10-01
1
-18
/
+79
*
|
net: core: dev: replace state xoff flag comparison by netif_xmit_stopped method
Julio Faracco
2019-10-01
1
-1
/
+1
|
/
*
sk_buff: drop all skb extensions on free and skb scrubbing
Florian Westphal
2019-09-27
1
-2
/
+2
*
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-09-17
1
-6
/
+10
|
\
|
*
net/sched: fix race between deactivation and dequeue for NOLOCK qdisc
Paolo Abeni
2019-09-15
1
-6
/
+10
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-09-15
1
-0
/
+2
|
\
|
|
*
net: Fix null de-reference of device refcount
Subash Abhinov Kasiviswanathan
2019-09-12
1
-0
/
+2
*
|
net: Don't call XDP_SETUP_PROG when nothing is changed
Maxim Mikityanskiy
2019-08-17
1
-2
/
+13
*
|
net: use listified RX for handling GRO_NORMAL skbs
Edward Cree
2019-08-09
1
-3
/
+41
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-08-07
1
-5
/
+12
|
\
|
|
*
net: fix bpf_xdp_adjust_head regression for generic-XDP
Jesper Dangaard Brouer
2019-08-05
1
-5
/
+10
|
*
net: fix ifindex collision during namespace removal
Jiri Pirko
2019-07-29
1
-0
/
+2
*
|
net: Use skb_frag_off accessors
Jonathan Lemon
2019-07-30
1
-1
/
+1
|
/
*
skbuff: increase verbosity when dumping skb data
Willem de Bruijn
2019-07-09
1
-12
/
+4
*
net: sched: refactor reinsert action
John Hurley
2019-06-28
1
-3
/
+1
*
net: handle 802.1P vlan 0 packets properly
Govindarajulu Varadarajan
2019-06-16
1
-1
/
+29
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2019-06-07
1
-3
/
+3
|
\
|
*
net: fix indirect calls helpers for ptype list hooks.
Paolo Abeni
2019-06-05
1
-3
/
+3
*
|
Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...
Linus Torvalds
2019-05-31
1
-5
/
+1
|
\
\
|
|
/
|
/
|
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
*
|
net-gro: fix use-after-free read in napi_gro_frags()
Eric Dumazet
2019-05-30
1
-1
/
+1
*
|
net: core: support XDP generic on stacked devices.
Stephen Hemminger
2019-05-30
1
-46
/
+12
|
/
*
net: avoid weird emergency message
Eric Dumazet
2019-05-16
1
-1
/
+1
*
net: use indirect calls helpers for ptype hook
Paolo Abeni
2019-05-05
1
-2
/
+4
[next]