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
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-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
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/klasse...
David S. Miller
8
-8
/
+88
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
bpf, sockmap: Fix double bpf_prog_put on error case in map_link
John Fastabend
1
-8
/
+13
2022-01-05
bpf, sockmap: Fix return codes from tcp_bpf_recvmsg_parser()
John Fastabend
1
-0
/
+27
2022-01-05
netlink: do not allocate a device refcount tracker in ethnl_default_notify()
Eric Dumazet
1
-1
/
+0
2022-01-05
net/sched: add missing tracker information in qdisc_create()
Eric Dumazet
1
-1
/
+1
2022-01-05
net: dsa: remove cross-chip support for HSR
Vladimir Oltean
3
-49
/
+13
2022-01-05
net: dsa: remove cross-chip support for MRP
Vladimir Oltean
3
-106
/
+20
2022-01-05
net: dsa: fix incorrect function pointer check for MRP ring roles
Vladimir Oltean
1
-2
/
+2
2022-01-05
net: dsa: make dsa_switch :: num_ports an unsigned int
Vladimir Oltean
1
-1
/
+1
2022-01-04
Merge tag 'mac80211-for-net-2022-01-04' of git://git.kernel.org/pub/scm/linux...
Jakub Kicinski
4
-82
/
+55
2022-01-04
mac80211: use ieee80211_bss_get_elem()
Johannes Berg
1
-7
/
+7
2022-01-04
mac80211: Add stations iterator where the iterator function may sleep
Martin Blumenstingl
1
-0
/
+13
2022-01-04
mac80211: allow non-standard VHT MCS-10/11
Ping-Ke Shih
1
-1
/
+1
2022-01-04
mac80211: mesh: embedd mesh_paths and mpp_paths into ieee80211_if_mesh
Pavel Skripkin
3
-81
/
+54
2022-01-04
mac80211: initialize variable have_higher_than_11mbit
Tom Rix
1
-1
/
+1
2022-01-04
Namespaceify mtu_expires sysctl
xu xin
1
-10
/
+11
2022-01-04
Namespaceify min_pmtu sysctl
xu xin
1
-16
/
+37
2022-01-04
sch_qfq: prevent shift-out-of-bounds in qfq_init_qdisc
Eric Dumazet
1
-4
/
+2
2022-01-04
netrom: fix copying in user data in nr_setsockopt
Christoph Hellwig
1
-1
/
+1
2022-01-04
udp6: Use Segment Routing Header for dest address if present
Andrew Lunn
1
-1
/
+2
2022-01-04
icmp: ICMPV6: Examine invoking packet for Segment Route Headers.
Andrew Lunn
2
-1
/
+35
2022-01-04
seg6: export get_srh() for ICMP handling
Andrew Lunn
2
-31
/
+31
2022-01-04
net: openvswitch: Fill act ct extension
Paul Blakey
1
-0
/
+6
2022-01-04
net/sched: act_ct: Fill offloading tuple iifidx
Paul Blakey
2
-1
/
+32
2022-01-03
Merge tag 'batadv-next-pullrequest-20220103' of git://git.open-mesh.org/linux...
Jakub Kicinski
3
-22
/
+18
2022-01-03
Merge tag 'batadv-net-pullrequest-20220103' of git://git.open-mesh.org/linux-...
Jakub Kicinski
3
-11
/
+21
[next]