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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-07
net/tls: Fix skb memory leak when running kTLS traffic
Gal Pressman
1
-0
/
+1
2022-01-07
sch_cake: revise Diffserv docs
Kevin Bracey
1
-20
/
+20
2022-01-07
netrom: fix api breakage in nr_setsockopt()
Dan Carpenter
1
-6
/
+6
2022-01-07
ax25: uninitialized variable in ax25_setsockopt()
Dan Carpenter
1
-5
/
+5
2022-01-07
mptcp: Check reclaim amount before reducing allocation
Mat Martineau
1
-1
/
+3
2022-01-07
mptcp: fix a DSS option writing error
Geliang Tang
1
-0
/
+1
2022-01-07
mptcp: fix opt size when sending DSS + MP_FAIL
Matthieu Baerts
1
-3
/
+6
2022-01-07
mptcp: avoid atomic bit manipulation when possible
Paolo Abeni
3
-31
/
+38
2022-01-07
mptcp: cleanup MPJ subflow list handling
Paolo Abeni
5
-104
/
+60
2022-01-07
mptcp: do not block subflows creation on errors
Paolo Abeni
4
-31
/
+71
2022-01-07
mptcp: keep track of local endpoint still available for each msk
Paolo Abeni
4
-54
/
+87
2022-01-07
mptcp: clean-up MPJ option writing
Paolo Abeni
1
-21
/
+23
2022-01-07
mptcp: fix per socket endpoint accounting
Paolo Abeni
1
-6
/
+12
2022-01-07
mptcp: implement support for user-space disconnect
Paolo Abeni
1
-4
/
+13
2022-01-07
mptcp: cleanup accept and poll
Paolo Abeni
3
-20
/
+7
2022-01-07
mptcp: full disconnect implementation
Paolo Abeni
4
-28
/
+98
2022-01-07
mptcp: implement fastclose xmit path
Paolo Abeni
2
-12
/
+46
2022-01-07
mptcp: keep snd_una updated for fallback socket
Paolo Abeni
1
-0
/
+1
2022-01-07
Bluetooth: hci_sock: fix endian bug in hci_sock_setsockopt()
Dan Carpenter
1
-2
/
+3
2022-01-07
Bluetooth: L2CAP: uninitialized variables in l2cap_sock_setsockopt()
Dan Carpenter
1
-6
/
+8
2022-01-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Jakub Kicinski
3
-1
/
+15
2022-01-06
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
13
-50
/
+189
2022-01-06
net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND()
Menglong Dong
8
-0
/
+10
2022-01-06
SUNRPC: use default_groups in kobj_type
Greg Kroah-Hartman
1
-2
/
+4
2022-01-06
SUNRPC: clean up some inconsistent indenting
Jiapeng Chong
1
-1
/
+1
2022-01-06
sunrpc: Remove unneeded null check
Xu Wang
1
-4
/
+2
2022-01-06
Bluetooth: hci_event: Rework hci_inquiry_result_with_rssi_evt
Luiz Augusto von Dentz
1
-10
/
+9
2022-01-06
net/smc: Reset conn->lgr when link group registration fails
Wen Gu
3
-9
/
+13
2022-01-06
ethtool: use phydev variable
Tom Rix
1
-4
/
+4
2022-01-06
gro: add ability to control gro max packet size
Coco Li
3
-1
/
+28
2022-01-06
net: fix SOF_TIMESTAMPING_BIND_PHC to work with multiple sockets
Miroslav Lichvar
1
-3
/
+6
2022-01-06
net: dsa: setup master before ports
Vladimir Oltean
1
-10
/
+13
2022-01-06
net: dsa: first set up shared ports, then non-shared ports
Vladimir Oltean
1
-13
/
+37
2022-01-06
net: dsa: hold rtnl_mutex when calling dsa_master_{setup,teardown}
Vladimir Oltean
2
-2
/
+10
2022-01-06
net: dsa: stop updating master MTU from master.c
Vladimir Oltean
1
-24
/
+1
2022-01-06
net: dsa: merge rtnl_lock sections in dsa_slave_create
Vladimir Oltean
1
-3
/
+1
2022-01-06
net: dsa: reorder PHY initialization with MTU setup in slave.c
Vladimir Oltean
1
-7
/
+7
2022-01-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
David S. Miller
5
-12
/
+81
2022-01-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
David S. Miller
8
-8
/
+88
2022-01-06
netfilter: nft_set_pipapo: allocate pcpu scratch maps on clone
Florian Westphal
1
-0
/
+8
2022-01-06
netfilter: nft_payload: do not update layer 4 checksum when mangling fragments
Pablo Neira Ayuso
1
-0
/
+3
2022-01-05
xdp: Add xdp_do_redirect_frame() for pre-computed xdp_frames
Toke Høiland-Jørgensen
1
-11
/
+54
2022-01-05
xdp: Move conversion to xdp_frame out of map functions
Toke Høiland-Jørgensen
1
-7
/
+17
2022-01-05
page_pool: Store the XDP mem id
Toke Høiland-Jørgensen
2
-2
/
+4
2022-01-05
page_pool: Add callback to init pages when they are allocated
Toke Høiland-Jørgensen
1
-0
/
+2
2022-01-05
xdp: Allow registering memory model without rxq reference
Toke Høiland-Jørgensen
1
-30
/
+62
2022-01-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
21
-177
/
+269
2022-01-05
bpf: Add SO_RCVBUF/SO_SNDBUF in _bpf_getsockopt().
Kuniyuki Iwashima
1
-0
/
+6
2022-01-05
bpf: Fix SO_RCVBUF/SO_SNDBUF handling in _bpf_setsockopt().
Kuniyuki Iwashima
1
-0
/
+2
2022-01-05
can: isotp: convert struct tpcon::{idx,len} to unsigned int
Marc Kleine-Budde
1
-2
/
+2
[prev]
[next]