index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-25
net/smc: fix connection leak
D. Wythe
1
-2
/
+8
2022-02-25
net: openvswitch: IPv6: Add IPv6 extension header support
Toms Atteka
3
-2
/
+178
2022-02-25
uaccess: remove CONFIG_SET_FS
Arnd Bergmann
1
-1
/
+1
2022-02-24
mptcp: Correctly set DATA_FIN timeout when number of retransmits is large
Mat Martineau
1
-2
/
+5
2022-02-24
mptcp: accurate SIOCOUTQ for fallback socket
Paolo Abeni
1
-0
/
+11
2022-02-24
net/tcp: Merge TCP-MD5 inbound callbacks
Dmitry Safonov
3
-131
/
+79
2022-02-24
net: dsa: support FDB events on offloaded LAG interfaces
Vladimir Oltean
4
-15
/
+177
2022-02-24
net: dsa: call SWITCHDEV_FDB_OFFLOADED for the orig_dev
Vladimir Oltean
2
-1
/
+3
2022-02-24
net: dsa: remove "ds" and "port" from struct dsa_switchdev_event_work
Vladimir Oltean
2
-13
/
+5
2022-02-24
net: switchdev: remove lag_mod_cb from switchdev_handle_fdb_event_to_device
Vladimir Oltean
2
-53
/
+33
2022-02-24
net: dsa: create a dsa_lag structure
Vladimir Oltean
6
-40
/
+87
2022-02-24
net: dsa: make LAG IDs one-based
Vladimir Oltean
2
-5
/
+5
2022-02-24
net: dsa: rename references to "lag" as "lag_dev"
Vladimir Oltean
4
-25
/
+25
2022-02-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
31
-71
/
+200
2022-02-24
Bluetooth: hci_sync: Fix not using conn_timeout
Luiz Augusto von Dentz
1
-6
/
+15
2022-02-24
Bluetooth: hci_sync: Fix hci_update_accept_list_sync
Luiz Augusto von Dentz
1
-1
/
+4
2022-02-24
Bluetooth: assign len after null check
Wang Qing
1
-1
/
+2
2022-02-24
Bluetooth: fix data races in smp_unregister(), smp_del_chan()
Lin Ma
1
-2
/
+2
2022-02-24
Bluetooth: hci_core: Fix leaking sent_cmd skb
Luiz Augusto von Dentz
1
-0
/
+1
2022-02-24
ping: remove pr_err from ping_lookup
Xin Long
1
-1
/
+0
2022-02-24
openvswitch: Fix setting ipv6 fields causing hw csum failure
Paul Blakey
1
-8
/
+38
2022-02-24
ipv6: prevent a possible race condition with lifetimes
Niels Dossche
1
-0
/
+2
2022-02-24
net/smc: Use a mutex for locking "struct smc_pnettable"
Fabio M. De Francesco
2
-22
/
+22
2022-02-24
can: gw: use call_rcu() instead of costly synchronize_rcu()
Eric Dumazet
1
-6
/
+10
2022-02-23
ethtool: add support to set/get completion queue event size
Subbaraya Sundeep
2
-3
/
+18
2022-02-23
Revert "vlan: move dev_put into vlan_dev_uninit"
Xin Long
1
-5
/
+3
2022-02-23
net: Correct wrong BH disable in hard-interrupt.
Sebastian Andrzej Siewior
1
-3
/
+8
2022-02-23
net: dsa: Include BR_PORT_LOCKED in the list of synced brport flags
Hans Schultz
1
-2
/
+2
2022-02-23
net: bridge: Add support for offloading of locked port flag
Hans Schultz
1
-1
/
+1
2022-02-23
net: bridge: Add support for bridge port in locked mode
Hans Schultz
2
-2
/
+15
2022-02-23
net: sched: avoid newline at end of message in NL_SET_ERR_MSG_MOD
Wan Jiabing
1
-1
/
+1
2022-02-23
drop_monitor: remove quadratic behavior
Eric Dumazet
1
-55
/
+24
2022-02-23
tipc: Fix end of loop tests for list_for_each_entry()
Dan Carpenter
2
-2
/
+2
2022-02-23
udp_tunnel: Fix end of loop test in udp_tunnel_nic_unregister()
Dan Carpenter
1
-1
/
+1
2022-02-23
mctp: Fix warnings reported by clang-analyzer
Matt Johnston
2
-2
/
+1
2022-02-23
mctp: Fix incorrect netdev unref for extended addr
Matt Johnston
1
-6
/
+2
2022-02-23
mctp: make __mctp_dev_get() take a refcount hold
Matt Johnston
3
-5
/
+22
2022-02-23
net: switchdev: avoid infinite recursion from LAG to bridge with port object handler
Vladimir Oltean
1
-4
/
+12
2022-02-23
netfilter: nf_tables: prefer kfree_rcu(ptr, rcu) variant
Eric Dumazet
1
-2
/
+2
2022-02-22
net: preserve skb_end_offset() in skb_unclone_keeptruesize()
Eric Dumazet
1
-0
/
+32
2022-02-22
net: add skb_set_end_offset() helper
Eric Dumazet
1
-14
/
+5
2022-02-22
ipv6: tcp: consistently use MAX_TCP_HEADER
Eric Dumazet
1
-3
/
+2
2022-02-22
net: dsa: fix panic when removing unoffloaded port from bridge
Alvin Šipraga
1
-1
/
+8
2022-02-22
net: phy: phylink: fix DSA mac_select_pcs() introduction
Russell King (Oracle)
1
-1
/
+1
2022-02-22
net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friends
Eric Dumazet
1
-2
/
+2
2022-02-22
s390/iucv: sort out physical vs virtual pointers usage
Alexander Gordeev
1
-1
/
+1
2022-02-22
gro_cells: avoid using synchronize_rcu() in gro_cells_destroy()
Eric Dumazet
1
-5
/
+31
2022-02-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
David S. Miller
7
-6
/
+57
2022-02-22
netfilter: nf_tables: fix memory leak during stateful obj update
Florian Westphal
1
-4
/
+9
2022-02-21
net: hsr: fix hsr build error when lockdep is not enabled
Juhee Kang
2
-11
/
+22
[prev]
[next]