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-10-31
netfilter: nf_reject: add reject skbuff creation helpers
Jose M. Guisado Gomez
4
-192
/
+261
2020-10-29
bridge: cfm: Netlink Notifications.
Henrik Bjoernlund
4
-21
/
+147
2020-10-29
bridge: cfm: Netlink GET status Interface.
Henrik Bjoernlund
3
-3
/
+124
2020-10-29
bridge: cfm: Netlink GET configuration Interface.
Henrik Bjoernlund
3
-2
/
+194
2020-10-29
bridge: cfm: Netlink SET configuration Interface.
Henrik Bjoernlund
5
-2
/
+480
2020-10-29
bridge: cfm: Kernel space implementation of CFM. CCM frame RX added.
Henrik Bjoernlund
2
-0
/
+301
2020-10-29
bridge: cfm: Kernel space implementation of CFM. CCM frame TX added.
Henrik Bjoernlund
2
-0
/
+339
2020-10-29
bridge: cfm: Kernel space implementation of CFM. MEP create/delete.
Henrik Bjoernlund
5
-0
/
+334
2020-10-29
bridge: cfm: Add BRIDGE_CFM to Kconfig.
Henrik Bjoernlund
3
-0
/
+17
2020-10-29
net: bridge: extend the process of special frames
Henrik Bjoernlund
4
-12
/
+60
2020-10-29
vsock: fix the error return when an invalid ioctl command is used
Colin Ian King
1
-1
/
+1
2020-10-29
vsock: remove ratelimit unknown ioctl message
Colin Ian King
1
-1
/
+0
2020-10-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
14
-28
/
+65
2020-10-29
Merge tag 'net-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
11
-24
/
+56
2020-10-29
netem: fix zero division in tabledist
Aleksandr Nogikh
1
-1
/
+8
2020-10-29
mptcp: add missing memory scheduling in the rx path
Paolo Abeni
1
-0
/
+10
2020-10-29
tipc: fix memory leak caused by tipc_buf_append()
Tung Nguyen
1
-3
/
+2
2020-10-28
RDMA: Add rdma_connect_locked()
Jason Gunthorpe
1
-2
/
+3
2020-10-27
net: protect tcf_block_unbind with block lock
Leon Romanovsky
1
-2
/
+2
2020-10-27
net: core: Use skb_is_gso() in skb_checksum_help()
Yi Li
1
-1
/
+1
2020-10-27
net/sched: act_mpls: Add softdep on mpls_gso.ko
Guillaume Nault
1
-0
/
+1
2020-10-27
devlink: Unlock on error in dumpit()
Dan Carpenter
1
-2
/
+4
2020-10-27
devlink: Fix some error codes
Dan Carpenter
1
-9
/
+15
2020-10-26
net/smc: fix suppressed return code
Karsten Graul
1
-2
/
+5
2020-10-26
net/smc: fix null pointer dereference in smc_listen_decline()
Karsten Graul
1
-3
/
+4
2020-10-26
vsock: use ns_capable_noaudit() on socket create
Jeff Vander Stoep
1
-1
/
+1
2020-10-25
mm: remove kzfree() compatibility definition
Eric Biggers
1
-2
/
+2
2020-10-24
random32: add noise from network and scheduling activity
Willy Tarreau
1
-0
/
+4
2020-10-23
tcp: Prevent low rmem stalls with SO_RCVLOWAT.
Arjun Roy
2
-1
/
+4
2020-10-23
Merge tag 'net-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
28
-127
/
+208
2020-10-22
tcp: fix to update snd_wl1 in bulk receiver fast path
Neal Cardwell
1
-0
/
+2
2020-10-22
net: Properly typecast int values to set sk_max_pacing_rate
Ke Li
2
-2
/
+3
2020-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Jakub Kicinski
10
-18
/
+30
2020-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
1
-59
/
+99
2020-10-22
Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
7
-25
/
+85
2020-10-22
Merge tag '9p-for-5.10-rc1' of git://github.com/martinetd/linux
Linus Torvalds
2
-3
/
+3
2020-10-22
netfilter: nf_fwd_netdev: clear timestamp in forwarding path
Pablo Neira Ayuso
2
-0
/
+2
2020-10-21
rtnetlink: fix data overflow in rtnl_calcit()
Di Zhu
1
-7
/
+6
2020-10-22
bpf: Fix bpf_redirect_neigh helper api to support supplying nexthop
Toke Høiland-Jørgensen
1
-59
/
+99
2020-10-21
Merge tag 'ceph-for-5.10-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
3
-35
/
+213
2020-10-21
mptcp: depends on IPV6 but not as a module
Matthieu Baerts
1
-1
/
+1
2020-10-20
mpls: load mpls_gso after mpls_iptunnel
Alexander Ovechkin
1
-0
/
+1
2020-10-20
net/sched: act_tunnel_key: fix OOB write in case of IPv6 ERSPAN tunnels
Davide Caratti
1
-1
/
+1
2020-10-20
net/sched: act_gate: Unlock ->tcfa_lock in tc_setup_flow_action()
Guillaume Nault
1
-1
/
+1
2020-10-20
mptcp: MPTCP_IPV6 should depend on IPV6 instead of selecting it
Geert Uytterhoeven
1
-1
/
+1
2020-10-20
nfc: Ensure presence of NFC_ATTR_FIRMWARE_NAME attribute in nfc_genl_fw_downl...
Defang Bo
1
-1
/
+1
2020-10-20
mptcp: MPTCP_KUNIT_TESTS should depend on MPTCP instead of selecting it
Geert Uytterhoeven
1
-3
/
+1
2020-10-20
mptcp: move mptcp_options_received's port initialization
Geliang Tang
1
-1
/
+1
2020-10-20
mptcp: initialize mptcp_options_received's ahmac
Geliang Tang
1
-0
/
+1
2020-10-20
net/sched: act_ct: Fix adding udp port mangle operation
Roi Dayan
1
-2
/
+2
[next]