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-11-27
net/x25: remove x25_kill_by_device()
Martin Schiller
1
-16
/
+0
2020-11-27
net/x25: fix restart request/confirm handling
Martin Schiller
1
-8
/
+33
2020-11-27
net/lapb: fix t1 timer handling for LAPB_STATE_0
Martin Schiller
1
-2
/
+9
2020-11-27
net/lapb: support netdev events
Martin Schiller
1
-1
/
+81
2020-11-27
net/x25: handle additional netdev events
Martin Schiller
3
-12
/
+19
2020-11-27
net/sched: sch_frag: add generic packet fragment support.
wenxu
5
-1
/
+171
2020-11-27
net/sched: act_mirred: refactor the handle of xmit
wenxu
1
-6
/
+15
2020-11-27
net/sched: fix miss init the mru in qdisc_skb_cb
wenxu
1
-0
/
+2
2020-11-27
net/tls: add CHACHA20-POLY1305 configuration
Vadim Fedorenko
2
-0
/
+19
2020-11-27
net/tls: add CHACHA20-POLY1305 specific behavior
Vadim Fedorenko
1
-2
/
+4
2020-11-27
net/tls: make inline helpers protocol-aware
Vadim Fedorenko
3
-14
/
+13
2020-11-25
net: Use lockdep_assert_in_softirq() in napi_consume_skb()
Yunsheng Lin
1
-0
/
+2
2020-11-25
mptcp: be careful on MPTCP-level ack.
Paolo Abeni
1
-18
/
+49
2020-11-25
bridge: mrp: Implement LC mode for MRP
Horatiu Vultur
1
-3
/
+15
2020-11-25
net: sched: alias action flags with TCA_ACT_ prefix
Vlad Buslov
1
-5
/
+5
2020-11-25
mptcp: put reference in mptcp timeout timer
Florian Westphal
1
-0
/
+1
2020-11-24
net: warn if gso_type isn't set for a GSO SKB
Heiner Kallweit
1
-0
/
+5
2020-11-24
devlink: Add blackhole_nexthop trap
Ido Schimmel
1
-0
/
+1
2020-11-24
Merge tag 'rxrpc-next-20201123' of git://git.kernel.org/pub/scm/linux/kernel/...
Jakub Kicinski
13
-797
/
+518
2020-11-23
sctp: Fix some typo
Christophe JAILLET
1
-2
/
+2
2020-11-23
net: don't include ethtool.h from netdevice.h
Jakub Kicinski
4
-0
/
+4
2020-11-23
net: dsa: tag_hellcreek: Cleanup includes
Kurt Kanzenbach
1
-3
/
+1
2020-11-23
rxrpc: Ask the security class how much space to allow in a packet
David Howells
5
-40
/
+82
2020-11-23
rxrpc: rxkad: Don't use pskb_pull() to advance through the response packet
David Howells
1
-3
/
+1
2020-11-23
rxrpc: Organise connection security to use a union
David Howells
2
-23
/
+28
2020-11-23
rxrpc: Don't reserve security header in Tx DATA skbuff
David Howells
4
-27
/
+14
2020-11-23
rxrpc: Merge prime_packet_security into init_connection_security
David Howells
5
-23
/
+15
2020-11-23
rxrpc: Fix example key name in a comment
David Howells
1
-1
/
+1
2020-11-23
rxrpc: Ignore unknown tokens in key payload unless no known tokens
David Howells
1
-10
/
+21
2020-11-23
rxrpc: Make the parsing of xdr payloads more coherent
David Howells
1
-10
/
+11
2020-11-23
rxrpc: Allow security classes to give more info on server keys
David Howells
2
-0
/
+7
2020-11-23
rxrpc: Don't leak the service-side session key to userspace
David Howells
1
-2
/
+6
2020-11-23
rxrpc: Hand server key parsing off to the security class
David Howells
4
-30
/
+86
2020-11-23
rxrpc: Split the server key type (rxrpc_s) into its own file
David Howells
4
-127
/
+149
2020-11-23
rxrpc: Don't retain the server key in the connection
David Howells
7
-67
/
+100
2020-11-23
rxrpc: Support keys with multiple authentication tokens
David Howells
5
-13
/
+17
2020-11-23
rxrpc: List the held token types in the key description in /proc/keys
David Howells
1
-1
/
+28
2020-11-23
rxrpc: Remove the rxk5 security class as it's now defunct
David Howells
1
-468
/
+0
2020-11-21
Merge tag 'linux-can-next-for-5.11-20201120' of git://git.kernel.org/pub/scm/...
Jakub Kicinski
3
-12
/
+74
2020-11-21
net: bridge: switch to net core statistics counters handling
Heiner Kallweit
3
-28
/
+10
2020-11-20
mptcp: refine MPTCP-level ack scheduling
Paolo Abeni
4
-57
/
+61
2020-11-20
mptcp: track window announced to peer
Florian Westphal
4
-10
/
+36
2020-11-20
mptcp: send out dedicated ADD_ADDR packet
Geliang Tang
5
-6
/
+80
2020-11-20
mptcp: change add_addr_signal type
Geliang Tang
2
-9
/
+21
2020-11-20
mptcp: keep unaccepted MPC subflow into join list
Paolo Abeni
3
-21
/
+22
2020-11-20
mptcp: skip to next candidate if subflow has unacked data
Florian Westphal
1
-1
/
+4
2020-11-20
mptcp: fix state tracking for fallback socket
Paolo Abeni
1
-5
/
+13
2020-11-20
mptcp: drop WORKER_RUNNING status bit
Paolo Abeni
2
-8
/
+1
2020-11-20
net: dsa: avoid potential use-after-free error
Christian Eggers
1
-3
/
+3
2020-11-20
net: add annotation for sock_{lock,unlock}_fast
Paolo Abeni
1
-1
/
+2
[next]