index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-28
fib: use indirect call wrappers in the most common fib_rules_ops
Brian Vazquez
3
-12
/
+30
2020-07-28
net_sched: initialize timer earlier in red_init()
Cong Wang
1
-4
/
+4
2020-07-28
mptcp: Safely store sequence number when sending data
Mat Martineau
1
-1
/
+1
2020-07-28
mptcp: Safely read sequence number when lock isn't held
Mat Martineau
1
-1
/
+1
2020-07-28
mptcp: Skip unnecessary skb extension allocation for bare acks
Mat Martineau
1
-3
/
+6
2020-07-28
mptcp: Only use subflow EOF signaling on fallback connections
Mat Martineau
1
-1
/
+2
2020-07-28
mptcp: Use full MPTCP-level disconnect state machine
Mat Martineau
3
-17
/
+92
2020-07-28
mptcp: Add helper to process acks of DATA_FIN
Mat Martineau
1
-8
/
+46
2020-07-28
mptcp: Add mptcp_close_state() helper
Mat Martineau
1
-0
/
+27
2020-07-28
mptcp: Track received DATA_FIN sequence number and add related helpers
Mat Martineau
3
-10
/
+115
2020-07-28
mptcp: Use MPTCP-level flag for sending DATA_FIN
Mat Martineau
3
-24
/
+18
2020-07-28
mptcp: Remove outdated and incorrect comment
Mat Martineau
1
-1
/
+0
2020-07-28
mptcp: Return EPIPE if sending is shut down during a sendmsg
Mat Martineau
1
-0
/
+5
2020-07-28
mptcp: Allow DATA_FIN in headers without TCP FIN
Mat Martineau
1
-10
/
+3
2020-07-28
net: improve the user pointer check in init_user_sockptr
Christoph Hellwig
2
-2
/
+2
2020-07-28
net: remove sockptr_advance
Christoph Hellwig
8
-28
/
+30
2020-07-28
netfilter: arp_tables: restore a SPDX identifier
Christoph Hellwig
1
-1
/
+1
2020-07-27
net: prp: enhance debugfs to display PRP info
Murali Karicheri
1
-9
/
+22
2020-07-27
net: prp: add packet handling support
Murali Karicheri
8
-88
/
+433
2020-07-27
net: hsr: define and use proto_ops ptrs to handle hsr specific frames
Murali Karicheri
4
-28
/
+55
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
14
-23
/
+87
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-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
35
-257
/
+302
2020-07-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net into master
Linus Torvalds
32
-224
/
+274
2020-07-24
dev: Defer free of skbs in flush_backlog
Subash Abhinov Kasiviswanathan
1
-1
/
+1
2020-07-24
qrtr: orphan socket in qrtr_release()
Cong Wang
1
-0
/
+1
2020-07-24
l2tp: WARN_ON rather than BUG_ON in l2tp_session_free
Tom Parkin
1
-1
/
+3
2020-07-24
l2tp: remove BUG_ON refcount value in l2tp_session_free
Tom Parkin
1
-2
/
+0
2020-07-24
l2tp: WARN_ON rather than BUG_ON in l2tp_session_queue_purge
Tom Parkin
1
-3
/
+4
2020-07-24
l2tp: don't BUG_ON seqfile checks in l2tp_ppp
Tom Parkin
1
-1
/
+5
2020-07-24
l2tp: don't BUG_ON session magic checks in l2tp_ppp
Tom Parkin
1
-3
/
+7
2020-07-24
l2tp: remove BUG_ON in l2tp_tunnel_closeall
Tom Parkin
1
-2
/
+0
2020-07-24
l2tp: remove BUG_ON in l2tp_session_queue_purge
Tom Parkin
1
-1
/
+0
2020-07-24
l2tp: WARN_ON rather than BUG_ON in l2tp_dfs_seq_start
Tom Parkin
1
-1
/
+4
2020-07-24
l2tp: avoid multiple assignments
Tom Parkin
3
-9
/
+15
2020-07-24
icmp6: support rfc 4884
Willem de Bruijn
3
-0
/
+29
2020-07-24
icmp: prepare rfc 4884 for ipv6
Willem de Bruijn
2
-14
/
+17
2020-07-24
icmp: revise rfc4884 tests
Willem de Bruijn
1
-6
/
+2
2020-07-24
sctp: remove redundant initialization of variable status
Colin Ian King
1
-6
/
+6
2020-07-24
net: openvswitch: fixes potential deadlock in dp cleanup code
Eelco Chaudron
2
-14
/
+13
2020-07-24
sctp: fix slab-out-of-bounds in SCTP_DELAYED_SACK processing
Christoph Hellwig
1
-21
/
+29
2020-07-24
net: optimize the sockptr_t for unified kernel/user address spaces
Christoph Hellwig
2
-7
/
+13
2020-07-24
net: pass a sockptr_t into ->setsockopt
Christoph Hellwig
51
-234
/
+218
2020-07-24
net/tcp: switch do_tcp_setsockopt to sockptr_t
Christoph Hellwig
1
-18
/
+16
2020-07-24
net/tcp: switch ->md5_parse to sockptr_t
Christoph Hellwig
3
-5
/
+6
[next]