index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: openvswitch: Remove redundant if statements
Xu Wang
2021-12-02
1
-2
/
+1
*
Revert "net: snmp: add statistics for tcp small queue check"
Eric Dumazet
2021-12-02
2
-5
/
+1
*
net: dsa: support use of phylink_generic_validate()
Russell King (Oracle)
2021-12-02
1
-1
/
+4
*
net: dsa: replace phylink_get_interfaces() with phylink_get_caps()
Russell King (Oracle)
2021-12-02
1
-3
/
+2
*
net: dsa: consolidate phylink creation
Russell King (Oracle)
2021-12-02
3
-33
/
+32
*
mctp: remove unnecessary check before calling kfree_skb()
Yang Yingliang
2021-12-01
2
-5
/
+2
*
devlink: Simplify devlink resources unregister call
Leon Romanovsky
2021-11-30
2
-16
/
+49
*
net: ipv6: use the new fib6_nh_release_dsts helper in fib6_nh_release
Nikolay Aleksandrov
2021-11-30
1
-18
/
+2
*
net: nexthop: reduce rcu synchronizations when replacing resilient groups
Nikolay Aleksandrov
2021-11-30
1
-5
/
+3
*
net/tls: simplify the tls_set_sw_offload function
Tianjia Zhang
2021-11-30
1
-19
/
+17
*
ethtool: netlink: Slightly simplify 'ethnl_features_to_bitmap()'
Christophe JAILLET
2021-11-30
1
-1
/
+0
*
net: snmp: add statistics for tcp small queue check
Menglong Dong
2021-11-29
2
-1
/
+5
*
devlink: Remove misleading internal_flags from health reporter dump
Leon Romanovsky
2021-11-29
1
-2
/
+0
*
net: mpls: Make for_nexthops iterator const
Benjamin Poirier
2021-11-29
2
-5
/
+5
*
net: mpls: Remove duplicate variable from iterator macro
Benjamin Poirier
2021-11-29
1
-7
/
+6
*
net: Write lock dev_base_lock without disabling bottom halves.
Sebastian Andrzej Siewior
2021-11-29
4
-17
/
+17
*
net/l2tp: convert tunnel rwlock_t to rcu
Tom Parkin
2021-11-29
3
-36
/
+31
*
af_unix: Relax race in unix_autobind().
Kuniyuki Iwashima
2021-11-27
1
-10
/
+12
*
af_unix: Replace the big lock with small locks.
Kuniyuki Iwashima
2021-11-27
2
-48
/
+70
*
af_unix: Save hash in sk_hash.
Kuniyuki Iwashima
2021-11-27
1
-19
/
+23
*
af_unix: Add helpers to calculate hashes.
Kuniyuki Iwashima
2021-11-27
1
-29
/
+35
*
af_unix: Remove UNIX_ABSTRACT() macro and test sun_path[0] instead.
Kuniyuki Iwashima
2021-11-27
1
-4
/
+2
*
af_unix: Allocate unix_address in unix_bind_(bsd|abstract)().
Kuniyuki Iwashima
2021-11-27
1
-40
/
+67
*
af_unix: Remove unix_mkname().
Kuniyuki Iwashima
2021-11-27
1
-23
/
+11
*
af_unix: Copy unix_mkname() into unix_find_(bsd|abstract)().
Kuniyuki Iwashima
2021-11-27
1
-38
/
+25
*
af_unix: Cut unix_validate_addr() out of unix_mkname().
Kuniyuki Iwashima
2021-11-27
1
-10
/
+30
*
af_unix: Return an error as a pointer in unix_find_other().
Kuniyuki Iwashima
2021-11-27
1
-18
/
+22
*
af_unix: Factorise unix_find_other() based on address types.
Kuniyuki Iwashima
2021-11-27
1
-55
/
+81
*
af_unix: Pass struct sock to unix_autobind().
Kuniyuki Iwashima
2021-11-27
1
-15
/
+21
*
af_unix: Use offsetof() instead of sizeof().
Kuniyuki Iwashima
2021-11-27
2
-8
/
+14
*
bridge: use __set_bit in __br_vlan_set_default_pvid
Xin Long
2021-11-27
1
-2
/
+2
*
net: ethtool: set a default driver name
Tonghao Zhang
2021-11-27
1
-0
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-11-26
26
-121
/
+255
|
\
|
*
net/smc: Don't call clcsock shutdown twice when smc shutdown
Tony Lu
2021-11-26
1
-1
/
+7
|
*
net: vlan: fix underflow for the real_dev refcnt
Ziyang Xuan
2021-11-26
2
-3
/
+3
|
*
ethtool: ioctl: fix potential NULL deref in ethtool_set_coalesce()
Julian Wiedmann
2021-11-26
1
-1
/
+1
|
*
net/sched: sch_ets: don't peek at classes beyond 'nbands'
Davide Caratti
2021-11-26
1
-3
/
+5
|
*
tls: fix replacing proto_ops
Jakub Kicinski
2021-11-26
1
-7
/
+40
|
*
tls: splice_read: fix accessing pre-processed records
Jakub Kicinski
2021-11-26
1
-8
/
+25
|
*
tls: splice_read: fix record type check
Jakub Kicinski
2021-11-26
1
-13
/
+10
|
*
net/smc: Fix loop in smc_listen
Guo DaXing
2021-11-25
1
-1
/
+3
|
*
net/smc: Fix NULL pointer dereferencing in smc_vlan_by_tcpsk()
Karsten Graul
2021-11-25
1
-17
/
+18
|
*
tcp_cubic: fix spurious Hystart ACK train detections for not-cwnd-limited flows
Eric Dumazet
2021-11-25
1
-2
/
+3
|
*
net/ncsi : Add payload to be 32-bit aligned to fix dropped packets
Kumar Thangavel
2021-11-24
1
-8
/
+16
|
*
net/smc: Ensure the active closing peer first closes clcsock
Tony Lu
2021-11-23
1
-0
/
+6
|
*
net/smc: Clean up local struct sock variables
Tony Lu
2021-11-23
1
-2
/
+2
|
*
net: nexthop: fix null pointer dereference when IPv6 is not enabled
Nikolay Aleksandrov
2021-11-23
1
-3
/
+7
|
*
net: nexthop: release IPv6 per-cpu dsts when replacing a nexthop group
Nikolay Aleksandrov
2021-11-22
1
-2
/
+23
|
*
net: ipv6: add fib6_nh_release_dsts stub
Nikolay Aleksandrov
2021-11-22
2
-0
/
+20
|
*
net, neigh: Fix crash in v6 module initialization error path
Daniel Borkmann
2021-11-22
1
-0
/
+1
[next]