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
2021-09-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-13
/
+15
2021-09-30
net: snmp: inline snmp_get_cpu_field()
Eric Dumazet
1
-6
/
+0
2021-09-30
tcp: adjust rcv_ssthresh according to sk_reserved_mem
Wei Wang
2
-4
/
+11
2021-09-30
tcp: adjust sndbuf according to sk_reserved_mem
Wei Wang
1
-2
/
+12
2021-09-30
net: add new socket option SO_RESERVE_MEM
Wei Wang
1
-1
/
+1
2021-09-29
net/ipv4/datagram.c: remove superfluous header files from datagram.c
Mianhan Liu
1
-1
/
+0
2021-09-28
net: ipv4: remove superfluous header files from fib_notifier.c
Mianhan Liu
1
-1
/
+0
2021-09-28
net: udp: annotate data race around udp_sk(sk)->corkflag
Eric Dumazet
1
-5
/
+5
2021-09-27
net/ipv4/tcp_nv.c: remove superfluous header files from tcp_nv.c
Mianhan Liu
1
-1
/
+0
2021-09-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Jakub Kicinski
1
-1
/
+1
2021-09-24
tcp: tracking packets with CE marks in BW rate sample
Yuchung Cheng
3
-8
/
+11
2021-09-24
net: ipv4: Fix rtnexthop len when RTA_FLOW is present
Xiao Liang
1
-7
/
+9
2021-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-5
/
+16
2021-09-23
tcp: remove sk_{tr}x_skb_cache
Eric Dumazet
4
-48
/
+0
2021-09-23
tcp: make tcp_build_frag() static
Paolo Abeni
1
-2
/
+2
2021-09-23
tcp: expose the tcp_mark_push() and tcp_skb_entail() helpers
Paolo Abeni
1
-4
/
+4
2021-09-23
nexthop: Fix memory leaks in nexthop notification chain listeners
Ido Schimmel
1
-5
/
+14
2021-09-21
net/ipv4/sysctl_net_ipv4.c: remove superfluous header files from sysctl_net_i...
Mianhan Liu
1
-9
/
+0
2021-09-21
net/ipv4/syncookies.c: remove superfluous header files from syncookies.c
Mianhan Liu
1
-2
/
+0
2021-09-21
net/ipv4/udp_tunnel_core.c: remove superfluous header files from udp_tunnel_c...
Mianhan Liu
1
-3
/
+0
2021-09-21
netfilter: iptable_raw: drop bogus net_init annotation
Florian Westphal
1
-1
/
+1
2021-09-20
net/ipv4/tcp_minisocks.c: remove superfluous header files from tcp_minisocks.c
Mianhan Liu
1
-7
/
+0
2021-09-20
net/ipv4/tcp_fastopen.c: remove superfluous header files from tcp_fastopen.c
Mianhan Liu
1
-6
/
+0
2021-09-20
net/ipv4/route.c: remove superfluous header files from route.c
Mianhan Liu
1
-8
/
+0
2021-09-20
nexthop: Fix division by zero while replacing a resilient group
Ido Schimmel
1
-0
/
+2
2021-09-19
NET: IPV4: fix error "do not initialise globals to 0"
wangzhitong
1
-1
/
+1
2021-09-14
Revert "Revert "ipv4: fix memory leaks in ip_cmsg_send() callers""
Eric Dumazet
4
-7
/
+10
2021-09-14
tcp: fix tp->undo_retrans accounting in tcp_sacktag_one()
zhenggy
1
-1
/
+1
2021-09-13
udp_tunnel: Fix udp_tunnel_nic work-queue type
Aya Levin
1
-1
/
+1
2021-09-13
Revert "ipv4: fix memory leaks in ip_cmsg_send() callers"
Yajun Deng
4
-10
/
+7
2021-09-05
ip_gre: validate csum_start only on pull
Willem de Bruijn
1
-3
/
+6
2021-09-03
net: remove the unnecessary check in cipso_v4_doi_free
王贇
1
-10
/
+8
2021-09-02
Set fc_nlinfo in nh_create_ipv4, nh_create_ipv6
Ryoga Saito
1
-0
/
+2
2021-08-31
fou: remove sparse errors
Eric Dumazet
2
-6
/
+6
2021-08-31
ipv4: fix endianness issue in inet_rtm_getroute_build_skb()
Eric Dumazet
1
-1
/
+1
2021-08-30
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
3
-7
/
+42
2021-08-30
net: ipv4: Fix the warning for dereference
Yajun Deng
1
-1
/
+3
2021-08-30
ipv4: make exception cache less predictible
Eric Dumazet
1
-16
/
+30
2021-08-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-0
/
+2
2021-08-27
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/
David S. Miller
1
-3
/
+1
2021-08-26
tcp: enable mid stream window clamp
Neil Spring
1
-0
/
+1
2021-08-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-14
/
+18
2021-08-26
net: fix NULL pointer reference in cipso_v4_doi_free
王贇
1
-8
/
+10
2021-08-26
ipv4: use siphash instead of Jenkins in fnhe_hashfun()
Eric Dumazet
1
-6
/
+6
2021-08-25
bpf: tcp: Allow bpf-tcp-cc to call bpf_(get|set)sockopt
Martin KaFai Lau
1
-3
/
+38
2021-08-25
netfilter: x_tables: handle xt_register_template() returning an error value
Lukas Bulwahn
1
-0
/
+2
2021-08-24
net: ipv4: Move ip_options_fragment() out of loop
Yajun Deng
1
-15
/
+4
2021-08-23
bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enum
Dave Marchevsky
2
-4
/
+4
2021-08-22
ip_gre: add validation for csum_start
Shreyansh Chouhan
1
-0
/
+2
2021-08-18
net-memcg: pass in gfp_t mask to mem_cgroup_charge_skmem()
Wei Wang
2
-2
/
+4
[next]