index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
COPYING
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-07-27
net: prp: add supervision frame generation utility function
Murali Karicheri
3
-2
/
+88
2020-07-27
net: hsr: introduce protocol specific function pointers
Murali Karicheri
2
-31
/
+45
2020-07-27
net: hsr: introduce common code for skb initialization
Murali Karicheri
1
-13
/
+28
2020-07-27
hsr: enhance netlink socket interface to support PRP
Murali Karicheri
16
-25
/
+99
2020-07-27
qed: fix the allocation of the chains with an external PBL
Alexander Lobakin
1
-1
/
+3
2020-07-27
bnxt_en: Add support for 'ethtool -d'
Vasundhara Volam
4
-0
/
+94
2020-07-27
bnxt_en: Switch over to use the 64-bit software accumulated counters.
Michael Chan
3
-53
/
+64
2020-07-27
bnxt_en: Accumulate all counters.
Michael Chan
2
-2
/
+90
2020-07-27
bnxt_en: Retrieve hardware masks for port counters.
Michael Chan
1
-5
/
+70
2020-07-27
bnxt_en: Retrieve hardware counter masks from firmware if available.
Michael Chan
1
-0
/
+64
2020-07-27
bnxt_en: Allocate additional memory for all statistics blocks.
Michael Chan
2
-5
/
+26
2020-07-27
bnxt_en: Refactor statistics code and structures.
Michael Chan
4
-89
/
+76
2020-07-27
bnxt_en: Use macros to define port statistics size and offset.
Michael Chan
2
-5
/
+11
2020-07-27
bnxt_en: Update firmware interface to 1.10.1.54.
Michael Chan
6
-131
/
+391
2020-07-27
bnxt_en: Remove PCIe non-counters from ethtool statistics
Vasundhara Volam
3
-79
/
+1
2020-07-27
net: Removed the device type check to add mpls support for devices
Martin Varghese
1
-14
/
+3
2020-07-27
ipmr: Copy option to correct variable
Ido Schimmel
1
-1
/
+1
2020-07-27
net/smc: unique reason code for exceeded max dmb count
Karsten Graul
3
-6
/
+12
2020-07-27
s390/ism: indicate correct error reason in ism_alloc_dmb()
Karsten Graul
1
-1
/
+1
2020-07-27
sfc: drop unnecessary list_empty
Julia Lawall
1
-11
/
+9
2020-07-25
riscv: Parse all memory blocks to remove unusable memory
Atish Patra
1
-14
/
+17
2020-07-25
RISC-V: Do not rely on initrd_start/end computed during early dt parsing
Atish Patra
1
-6
/
+27
2020-07-25
drivers/net/wan: lapb: Corrected the usage of skb_cow
Xie He
2
-4
/
+8
2020-07-25
net: dsa: mv88e6xxx: Use chip-wide max frame size for MTU
Chris Packham
4
-0
/
+31
2020-07-25
net: dsa: mv88e6xxx: Support jumbo configuration on 6190/6190X
Chris Packham
1
-0
/
+2
2020-07-25
net: dsa: mv88e6xxx: MV88E6097 does not support jumbo configuration
Chris Packham
1
-1
/
+0
2020-07-25
dev: Defer free of skbs in flush_backlog
Subash Abhinov Kasiviswanathan
1
-1
/
+1
2020-07-25
RISC-V: Set maximum number of mapped pages correctly
Atish Patra
1
-1
/
+1
2020-07-25
qrtr: orphan socket in qrtr_release()
Cong Wang
1
-0
/
+1
2020-07-25
net: hix5hd2_gmac: Remove unneeded cast from memory allocation
Wang Hai
1
-3
/
+3
2020-07-25
l2tp: WARN_ON rather than BUG_ON in l2tp_session_free
Tom Parkin
1
-1
/
+3
2020-07-25
l2tp: remove BUG_ON refcount value in l2tp_session_free
Tom Parkin
1
-2
/
+0
2020-07-25
l2tp: WARN_ON rather than BUG_ON in l2tp_session_queue_purge
Tom Parkin
1
-3
/
+4
2020-07-25
l2tp: don't BUG_ON seqfile checks in l2tp_ppp
Tom Parkin
1
-1
/
+5
2020-07-25
l2tp: don't BUG_ON session magic checks in l2tp_ppp
Tom Parkin
1
-3
/
+7
2020-07-25
l2tp: remove BUG_ON in l2tp_tunnel_closeall
Tom Parkin
1
-2
/
+0
2020-07-25
l2tp: remove BUG_ON in l2tp_session_queue_purge
Tom Parkin
1
-1
/
+0
2020-07-25
l2tp: WARN_ON rather than BUG_ON in l2tp_dfs_seq_start
Tom Parkin
1
-1
/
+4
2020-07-25
l2tp: avoid multiple assignments
Tom Parkin
3
-9
/
+15
2020-07-25
icmp6: support rfc 4884
Willem de Bruijn
6
-0
/
+32
2020-07-25
icmp: prepare rfc 4884 for ipv6
Willem de Bruijn
3
-15
/
+19
2020-07-25
icmp: revise rfc4884 tests
Willem de Bruijn
1
-6
/
+2
2020-07-25
sctp: remove redundant initialization of variable status
Colin Ian King
1
-6
/
+6
2020-07-25
xen-netfront: fix potential deadlock in xennet_remove()
Andrea Righi
1
-22
/
+42
2020-07-25
net: openvswitch: fixes potential deadlock in dp cleanup code
Eelco Chaudron
2
-14
/
+13
2020-07-25
sctp: fix slab-out-of-bounds in SCTP_DELAYED_SACK processing
Christoph Hellwig
1
-21
/
+29
2020-07-25
mISDN: Don't try to print a sockptr_t from debug logging code.
David S. Miller
1
-2
/
+2
2020-07-25
net: optimize the sockptr_t for unified kernel/user address spaces
Christoph Hellwig
3
-9
/
+43
2020-07-25
net: pass a sockptr_t into ->setsockopt
Christoph Hellwig
61
-258
/
+246
2020-07-25
net/tcp: switch do_tcp_setsockopt to sockptr_t
Christoph Hellwig
1
-18
/
+16
[next]