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-12-01
net/smc: use helper smc_conn_abort() in listen processing
Karsten Graul
1
-12
/
+5
2020-12-01
net/tls: make sure tls offload sets salt_size
Rohit Maheshwari
1
-1
/
+3
2020-12-01
net: delete __dev_getfirstbyhwtype
Vladimir Oltean
1
-13
/
+0
2020-12-01
net/tipc: fix all function Return: notation
Randy Dunlap
9
-68
/
+68
2020-12-01
net/tipc: fix socket.c kernel-doc
Randy Dunlap
1
-2
/
+29
2020-12-01
net/tipc: fix node.c kernel-doc
Randy Dunlap
1
-1
/
+25
2020-12-01
net/tipc: fix name_table.c kernel-doc
Randy Dunlap
1
-7
/
+35
2020-12-01
net/tipc: fix name_distr.c kernel-doc
Randy Dunlap
1
-0
/
+27
2020-12-01
net/tipc: fix link.c kernel-doc
Randy Dunlap
1
-2
/
+36
2020-12-01
net/tipc: fix bearer.c for kernel-doc
Randy Dunlap
1
-1
/
+19
2020-12-01
net/tipc: fix various kernel-doc warnings
Randy Dunlap
9
-19
/
+40
2020-12-01
net/tipc: fix tipc header files for kernel-doc
Randy Dunlap
5
-14
/
+24
2020-12-01
bridge: switchdev: Notify about VLAN protocol changes
Danielle Ratson
1
-2
/
+14
2020-12-01
net/ipv6: propagate user pointer annotation
Lukas Bulwahn
1
-1
/
+1
2020-12-01
net: switch to storing KCOV handle directly in sk_buff
Marco Elver
1
-6
/
+0
2020-12-01
net: sched: remove redundant 'rtnl_held' argument
Vlad Buslov
2
-12
/
+10
2020-11-30
mptcp: use mptcp release_cb for delayed tasks
Paolo Abeni
4
-117
/
+168
2020-11-30
mptcp: avoid a few atomic ops in the rx path
Paolo Abeni
4
-43
/
+34
2020-11-30
mptcp: allocate TX skbs in msk context
Paolo Abeni
2
-42
/
+210
2020-11-30
mptcp: protect the rx path with the msk socket spinlock
Paolo Abeni
2
-47
/
+107
2020-11-30
mptcp: implement wmem reservation
Paolo Abeni
2
-7
/
+86
2020-11-30
mptcp: open code mptcp variant for lock_sock
Paolo Abeni
2
-1
/
+14
2020-11-28
net/sched: act_ct: enable stats for HW offloaded entries
Marcelo Ricardo Leitner
1
-2
/
+4
2020-11-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
22
-97
/
+279
2020-11-27
tipc: update address terminology in code
Jon Maloy
8
-36
/
+41
2020-11-27
tipc: make node number calculation reproducible
Jon Maloy
3
-4
/
+16
2020-11-27
tipc: refactor tipc_sk_bind() function
Jon Maloy
1
-36
/
+30
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-27
Merge tag 'linux-can-fixes-for-5.10-20201127' of git://git.kernel.org/pub/scm...
Jakub Kicinski
1
-2
/
+5
2020-11-27
sock: set sk_err to ee_errno on dequeue from errq
Willem de Bruijn
1
-1
/
+1
2020-11-27
mptcp: fix NULL ptr dereference on bad MPJ
Paolo Abeni
1
-3
/
+2
2020-11-27
net: openvswitch: fix TTL decrement action netlink message format
Eelco Chaudron
2
-23
/
+58
2020-11-27
can: af_can: can_rx_unregister(): remove WARN() statement from list operation...
Oliver Hartkopp
1
-2
/
+5
2020-11-25
net/tls: Protect from calling tls_dev_del for TLS RX twice
Maxim Mikityanskiy
1
-1
/
+4
2020-11-25
devlink: Make sure devlink instance and port are in same net namespace
Parav Pandit
1
-1
/
+2
2020-11-25
devlink: Hold rtnl lock while reading netdev attributes
Parav Pandit
1
-0
/
+4
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
[next]