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
2021-06-15
bpf: Support socket migration by eBPF.
Kuniyuki Iwashima
2
-5
/
+42
2021-06-15
bpf: Support BPF_FUNC_get_socket_cookie() for BPF_PROG_TYPE_SK_REUSEPORT.
Kuniyuki Iwashima
1
-0
/
+10
2021-06-15
tcp: Migrate TCP_NEW_SYN_RECV requests at receiving the final ACK.
Kuniyuki Iwashima
4
-14
/
+58
2021-06-15
tcp: Migrate TCP_NEW_SYN_RECV requests at retransmitting SYN+ACKs.
Kuniyuki Iwashima
1
-6
/
+69
2021-06-15
tcp: Migrate TCP_ESTABLISHED/TCP_SYN_RECV sockets in accept queues.
Kuniyuki Iwashima
1
-1
/
+69
2021-06-15
tcp: Add reuseport_migrate_sock() to select a new listener.
Kuniyuki Iwashima
1
-14
/
+64
2021-06-15
tcp: Keep TCP_CLOSE sockets in the reuseport group.
Kuniyuki Iwashima
3
-11
/
+185
2021-06-15
tcp: Add num_closed_socks to struct sock_reuseport.
Kuniyuki Iwashima
1
-18
/
+57
2021-06-15
net: Introduce net.ipv4.tcp_migrate_req.
Kuniyuki Iwashima
1
-0
/
+9
2021-05-26
xdp: Extend xdp_redirect_map with broadcast support
Hangbin Liu
3
-3
/
+65
2021-05-25
xsk: Use kvcalloc to support large umems
Magnus Karlsson
1
-4
/
+3
2021-05-20
net: atm: use DEVICE_ATTR_RO macro
YueHaibing
1
-12
/
+12
2021-05-19
net: qrtr: ns: Fix error return code in qrtr_ns_init()
Wei Yongjun
1
-1
/
+3
2021-05-19
net/sched: cls_api: increase max_reclassify_loop
Davide Caratti
1
-1
/
+1
2021-05-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
5
-25
/
+62
2021-05-19
net: Add notifications when multipath hash field change
Ido Schimmel
2
-2
/
+34
2021-05-19
netlabel: remove unused parameter in netlbl_netlink_auditinfo()
Zheng Yejian
5
-16
/
+14
2021-05-19
bpf: Prepare bpf syscall to be used from kernel and user space.
Alexei Starovoitov
1
-1
/
+1
2021-05-19
bpf: Introduce bpf_sys_bpf() helper and program type.
Alexei Starovoitov
1
-0
/
+43
2021-05-18
net: dcb: Remove unnecessary INIT_LIST_HEAD()
Yang Yingliang
1
-2
/
+0
2021-05-18
cipso: correct comments of cipso_v4_cache_invalidate()
Zheng Yejian
1
-2
/
+1
2021-05-18
ipv6: Add custom multipath hash policy
Ido Schimmel
2
-1
/
+127
2021-05-18
ipv6: Add a sysctl to control multipath hash fields
Ido Schimmel
2
-0
/
+17
2021-05-18
ipv6: Calculate multipath hash inside switch statement
Ido Schimmel
1
-2
/
+4
2021-05-18
ipv6: Use a more suitable label name
Ido Schimmel
1
-2
/
+2
2021-05-18
ipv4: Add custom multipath hash policy
Ido Schimmel
2
-1
/
+123
2021-05-18
ipv4: Add a sysctl to control multipath hash fields
Ido Schimmel
2
-0
/
+18
2021-05-18
ipv4: Calculate multipath hash inside switch statement
Ido Schimmel
1
-2
/
+4
2021-05-18
bpf: Check for BPF_F_ADJ_ROOM_FIXED_GSO when bpf_skb_change_proto
Dongseok Yi
1
-9
/
+13
2021-05-18
skmsg: Remove unused parameters of sk_msg_wait_data()
Cong Wang
3
-15
/
+5
2021-05-17
net/packet: Remove redundant assignment to ret
Jiapeng Chong
1
-5
/
+2
2021-05-17
net: Remove the member netns_ok
Yejune Deng
10
-22
/
+0
2021-05-17
ip: Treat IPv4 segment's lowest address as unicast
Seth David Schoen
1
-3
/
+1
2021-05-14
tcp: add tracepoint for checksum errors
Jakub Kicinski
4
-0
/
+7
2021-05-14
net: bridge: fix build when IPv6 is disabled
Matteo Croce
1
-1
/
+1
2021-05-14
net: bridge: fix br_multicast_is_router stub when igmp is disabled
Nikolay Aleksandrov
1
-1
/
+2
2021-05-13
bpf: Use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-2
/
+1
2021-05-13
net: caif: Drop unnecessary NULL check after container_of
Guenter Roeck
1
-2
/
+0
2021-05-13
net: bridge: mcast: export multicast router presence adjacent to a port
Linus Lüssing
1
-0
/
+55
2021-05-13
net: bridge: mcast: add ip4+ip6 mcast router timers to mdb netlink
Linus Lüssing
1
-1
/
+7
2021-05-13
net: bridge: mcast: split multicast router state for IPv4 and IPv6
Linus Lüssing
3
-7
/
+151
2021-05-13
net: bridge: mcast: split router port del+notify for mcast router split
Linus Lüssing
1
-9
/
+31
2021-05-13
net: bridge: mcast: prepare add-router function for mcast router split
Linus Lüssing
1
-32
/
+85
2021-05-13
net: bridge: mcast: prepare expiry functions for mcast router split
Linus Lüssing
1
-9
/
+22
2021-05-13
net: bridge: mcast: prepare is-router function for mcast router split
Linus Lüssing
3
-7
/
+37
2021-05-13
net: bridge: mcast: prepare query reception for mcast router split
Linus Lüssing
1
-26
/
+27
2021-05-13
net: bridge: mcast: prepare mdb netlink for mcast router split
Linus Lüssing
1
-5
/
+34
2021-05-13
net: bridge: mcast: add wrappers for router node retrieval
Linus Lüssing
2
-2
/
+13
2021-05-13
net: bridge: mcast: rename multicast router lists and timers
Linus Lüssing
4
-34
/
+34
2021-05-13
net: Treat __napi_schedule_irqoff() as __napi_schedule() on PREEMPT_RT
Sebastian Andrzej Siewior
1
-2
/
+9
[next]