index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-10
ipv4: Restore flowi4_oif update before call to xfrm_lookup_route
David Ahern
1
-1
/
+3
2020-10-10
mptcp: subflows garbage collection
Paolo Abeni
3
-0
/
+24
2020-10-10
mptcp: fix fallback for MP_JOIN subflows
Paolo Abeni
3
-9
/
+34
2020-10-10
net: smc: fix missing brace warning for old compilers
Pujin Shi
1
-2
/
+2
2020-10-10
net: smc: fix missing brace warning for old compilers
Pujin Shi
1
-1
/
+1
2020-10-10
Merge tag 'linux-can-fixes-for-5.9-20201008' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can
Jakub Kicinski
1
-0
/
+2
2020-10-09
tipc: fix NULL pointer dereference in tipc_named_rcv
Hoang Huu Le
2
-2
/
+10
2020-10-09
tipc: fix the skb_unshare() in tipc_buf_append()
Cong Wang
1
-1
/
+2
2020-10-09
net/tls: sendfile fails with ktls offload
Rohit Maheshwari
1
-5
/
+6
2020-10-09
net: ipv6: Discard next-hop MTU less than minimum link MTU
Georg Kohmann
1
-1
/
+2
2020-10-09
net: mptcp: make DACK4/DACK8 usage consistent among all subflows
Davide Caratti
3
-4
/
+3
2020-10-08
net: j1939: j1939_session_fresh_new(): fix missing initialization of skbcnt
Marc Kleine-Budde
1
-0
/
+1
2020-10-08
can: j1935: j1939_tp_tx_dat_new(): fix missing initialization of skbcnt
Cong Wang
1
-0
/
+1
2020-10-08
openvswitch: handle DNAT tuple collision
Dumitru Ceara
1
-8
/
+12
2020-10-08
sctp: fix sctp_auth_init_hmacs() error path
Eric Dumazet
1
-0
/
+1
2020-10-08
Merge tag 'mac80211-for-net-2020-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
Jakub Kicinski
1
-0
/
+3
2020-10-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
1
-0
/
+6
2020-10-08
bridge: Netlink interface fix.
Henrik Bjoernlund
1
-15
/
+11
2020-10-08
net: wireless: nl80211: fix out-of-bounds access in nl80211_del_key()
Anant Thazhemadam
1
-0
/
+3
2020-10-06
Merge tag 'rxrpc-fixes-20201005' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
David S. Miller
7
-288
/
+64
2020-10-06
tcp: fix receive window update in tcp_add_backlog()
Eric Dumazet
1
-3
/
+3
2020-10-06
mptcp: more DATA FIN fixes
Paolo Abeni
2
-6
/
+6
2020-10-06
net: qrtr: ns: Fix the incorrect usage of rcu_read_lock()
Manivannan Sadhasivam
1
-12
/
+64
2020-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
48
-197
/
+367
2020-10-05
rxrpc: Fix server keyring leak
David Howells
1
-1
/
+1
2020-10-05
rxrpc: The server keyring isn't network-namespaced
David Howells
1
-1
/
+1
2020-10-05
rxrpc: Fix accept on a connection that need securing
David Howells
6
-279
/
+47
2020-10-05
rxrpc: Fix some missing _bh annotations on locking conn->state_lock
David Howells
1
-3
/
+3
2020-10-05
rxrpc: Downgrade the BUG() for unsupported token type in rxrpc_read()
David Howells
1
-2
/
+2
2020-10-05
rxrpc: Fix rxkad token xdr encoding
Marc Dionne
1
-2
/
+10
2020-10-04
net/core: check length before updating Ethertype in skb_mpls_{push,pop}
Guillaume Nault
1
-2
/
+2
2020-10-04
net_sched: check error pointer in tcf_dump_walker()
Cong Wang
1
-0
/
+2
2020-10-02
tcp: fix syn cookied MPTCP request socket leak
Paolo Abeni
1
-1
/
+1
2020-10-02
libceph: use sendpage_ok() in ceph_tcp_sendpage()
Coly Li
1
-1
/
+1
2020-10-02
tcp: use sendpage_ok() to detect misused .sendpage
Coly Li
1
-1
/
+2
2020-10-02
net: add WARN_ONCE in kernel_sendpage() for improper zero-copy send
Coly Li
1
-2
/
+4
2020-10-02
netlink: fix policy dump leak
Johannes Berg
2
-15
/
+18
2020-10-01
bpf: Fix "unresolved symbol" build error with resolve_btfids
Yonghong Song
1
-0
/
+6
2020-09-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-1
/
+16
2020-09-29
mptcp: Handle incoming 32-bit DATA_FIN values
Mat Martineau
3
-7
/
+18
2020-09-29
mptcp: Consistently use READ_ONCE/WRITE_ONCE with msk->ack_seq
Mat Martineau
2
-6
/
+6
2020-09-28
ethtool: mark netlink family as __ro_after_init
Jakub Kicinski
1
-1
/
+1
2020-09-28
net: qrtr: ns: Protect radix_tree_deref_slot() using rcu read locks
Manivannan Sadhasivam
1
-9
/
+25
2020-09-28
net: core: add nested_level variable in net_device
Taehee Yoo
2
-19
/
+78
2020-09-28
net: core: introduce struct netdev_nested_priv for nested interface infrastructure
Taehee Yoo
3
-37
/
+68
2020-09-28
net: core: add __netdev_upper_dev_unlink()
Taehee Yoo
1
-10
/
+16
2020-09-28
net_sched: remove a redundant goto chain check
Cong Wang
1
-14
/
+0
2020-09-28
net: bridge: fdb: don't flush ext_learn entries
Nikolay Aleksandrov
1
-0
/
+2
2020-09-28
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
David S. Miller
4
-7
/
+45
2020-09-25
Merge tag 'nfsd-5.9-2' of git://git.linux-nfs.org/projects/cel/cel-2.6
Linus Torvalds
1
-1
/
+1
[next]