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
/
ipv4
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
5
-11
/
+28
2020-09-21
inet_diag: validate INET_DIAG_REQ_PROTOCOL attribute
Eric Dumazet
1
-5
/
+15
2020-09-15
nexthop: Only emit a notification when nexthop is actually deleted
Ido Schimmel
1
-2
/
+2
2020-09-15
nexthop: Convert to blocking notification chain
Ido Schimmel
1
-6
/
+7
2020-09-15
ipv4: Update exception handling for multipath routes via same device
David Ahern
1
-5
/
+8
2020-09-14
tcp: schedule EPOLLOUT after a partial sendmsg
Soheil Hassas Yeganeh
1
-11
/
+9
2020-09-14
tcp: return EPOLLOUT from tcp_poll only when notsent_bytes is half the limit
Soheil Hassas Yeganeh
1
-2
/
+2
2020-09-14
lwtunnel: only keep the available bits when setting vxlan md->gbp
Xin Long
1
-0
/
+1
2020-09-14
ipv4: Initialize flowi4_multipath_hash in data path
David Ahern
2
-0
/
+2
2020-09-14
tcp: remove SOCK_QUEUE_SHRUNK
Eric Dumazet
2
-17
/
+7
2020-09-14
mptcp: call tcp_cleanup_rbuf on subflows
Paolo Abeni
1
-1
/
+1
2020-09-10
tcp: reflect tos value received in SYN to the socket
Wei Wang
2
-1
/
+18
2020-09-10
ip: pass tos into ip_build_and_send_pkt()
Wei Wang
2
-3
/
+5
2020-09-10
tcp: record received TOS value in the request socket
Wei Wang
2
-3
/
+4
2020-09-10
ipmr: Use full VIF ID in netlink cache reports
Paul Davey
1
-1
/
+1
2020-09-10
ipmr: Add high byte of VIF ID to igmpmsg
Paul Davey
1
-2
/
+6
2020-09-10
ipmr: Add route table ID to netlink cache reports
Paul Davey
1
-1
/
+3
2020-09-08
ip: fix tos reflection in ack and reset packets
Wei Wang
1
-1
/
+2
2020-09-08
cipso: fix 'audit_secid' kernel-doc warning in cipso_ipv4.c
Wang Hai
1
-1
/
+1
2020-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-4
/
+5
2020-09-03
ip: expose inet sockopts through inet_diag
Wei Wang
1
-0
/
+17
2020-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
8
-52
/
+314
2020-08-31
net: ipv4: remove unused arg exact_dif in compute_score
Miaohe Lin
1
-4
/
+2
2020-08-31
net: clean up codestyle
Miaohe Lin
4
-9
/
+11
2020-08-31
net: Use helper macro IP_MAX_MTU in __ip_append_data()
Miaohe Lin
1
-1
/
+1
2020-08-28
netfilter: delete repeated words
Randy Dunlap
1
-1
/
+1
2020-08-27
net: Fix some comments
Miaohe Lin
1
-1
/
+1
2020-08-26
ipv4: nexthop: Correctly update nexthop group when replacing a nexthop
Ido Schimmel
1
-0
/
+32
2020-08-26
ipv4: nexthop: Correctly update nexthop group when removing a nexthop
Ido Schimmel
1
-1
/
+7
2020-08-26
ipv4: nexthop: Remove unnecessary rtnl_dereference()
Ido Schimmel
1
-1
/
+1
2020-08-26
ipv4: nexthop: Use nla_put_be32() for NHA_GATEWAY
Ido Schimmel
1
-1
/
+1
2020-08-26
ipv4: nexthop: Reduce allocation size of 'struct nh_group'
Ido Schimmel
1
-4
/
+1
2020-08-26
ipv4: Silence suspicious RCU usage warning
Ido Schimmel
1
-1
/
+2
2020-08-25
net: clean up codestyle for net/ipv4
Miaohe Lin
3
-20
/
+23
2020-08-25
net: Remove duplicated midx check against 0
Miaohe Lin
1
-3
/
+2
2020-08-25
net: Avoid unnecessary inet_addr_type() call when addr is INADDR_ANY
Miaohe Lin
1
-2
/
+2
2020-08-25
net: Set ping saddr after we successfully get the ping port
Miaohe Lin
1
-16
/
+3
2020-08-25
net: gain ipv4 mtu when mtu is not locked
Miaohe Lin
1
-1
/
+2
2020-08-24
net: Use helper macro RT_TOS() in __icmp_send()
Miaohe Lin
1
-2
/
+2
2020-08-24
net: Avoid access icmp_err_convert when icmp code is ICMP_FRAG_NEEDED
Miaohe Lin
1
-2
/
+3
2020-08-24
net: ipv4: delete repeated words
Randy Dunlap
5
-6
/
+6
2020-08-24
io_uring: allow tcp ancillary data for __sys_recvmsg_sock()
Luke Hsiao
1
-0
/
+1
2020-08-24
tcp: bpf: Optionally store mac header in TCP_SAVE_SYN
Martin KaFai Lau
2
-2
/
+15
2020-08-24
bpf: tcp: Allow bpf prog to write and parse TCP header option
Martin KaFai Lau
3
-16
/
+109
2020-08-24
bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt()
Martin KaFai Lau
3
-17
/
+98
2020-08-24
bpf: tcp: Add bpf_skops_parse_hdr()
Martin KaFai Lau
1
-0
/
+36
2020-08-24
bpf: tcp: Add bpf_skops_established()
Martin KaFai Lau
2
-5
/
+29
2020-08-24
tcp: Add saw_unknown to struct tcp_options_received
Martin KaFai Lau
1
-6
/
+16
2020-08-24
tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockopt
Martin KaFai Lau
1
-0
/
+2
2020-08-24
tcp: bpf: Add TCP_BPF_DELACK_MAX setsockopt
Martin KaFai Lau
2
-0
/
+4
[next]