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
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
4
-22
/
+22
2018-02-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-5
/
+54
2018-02-07
tcp: tracepoint: only call trace_tcp_send_reset with full socket
Song Liu
1
-1
/
+2
2018-02-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2
-2
/
+2
2018-02-07
netfilter: nf_tables: fix flowtable free
Pablo Neira Ayuso
1
-0
/
+1
2018-02-06
net: erspan: fix erspan config overwrite
William Tu
1
-9
/
+0
2018-02-06
net: erspan: fix metadata extraction
William Tu
1
-1
/
+4
2018-02-06
net: add a UID to use for ULP socket assignment
John Fastabend
1
-5
/
+54
2018-02-03
Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+2
2018-02-02
Revert "defer call to mem_cgroup_sk_alloc()"
Roman Gushchin
1
-1
/
+0
2018-02-02
netfilter: flowtable infrastructure depends on NETFILTER_INGRESS
Pablo Neira Ayuso
1
-2
/
+1
2018-02-01
net: igmp: add a missing rcu locking section
Eric Dumazet
1
-0
/
+4
2018-02-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
3
-14
/
+22
2018-02-01
inet: Avoid unitialized variable warning in inet_unhash()
Geert Uytterhoeven
1
-4
/
+2
2018-02-01
tcp_bbr: fix pacing_gain to always be unity when using lt_bw
Neal Cardwell
1
-3
/
+3
2018-01-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
59
-2262
/
+1427
2018-01-31
netfilter: on sockopt() acquire sock lock only in the required scope
Paolo Abeni
2
-11
/
+9
2018-01-31
tcp_nv: fix potential integer overflow in tcpnv_acked
Gustavo A. R. Silva
1
-1
/
+1
2018-01-31
netfilter: ipt_CLUSTERIP: fix out-of-bounds accesses in clusterip_tg_check()
Dmitry Vyukov
1
-3
/
+13
2018-01-30
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-4
/
+4
2018-01-30
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-12
/
+2
2018-01-30
ipmr: Fix ptrdiff_t print formatting
James Hogan
1
-1
/
+1
2018-01-29
tcp: release sk_frag.page in tcp_disconnect
Li RongQing
1
-0
/
+6
2018-01-29
ipv4: Get the address of interface correctly.
Tonghao Zhang
1
-0
/
+4
2018-01-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-3
/
+20
2018-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
4
-3
/
+38
2018-01-25
net/ipv4: Allow send to local broadcast from a socket bound to a VRF
David Ahern
3
-3
/
+33
2018-01-25
net: erspan: use bitfield instead of mask and offset
William Tu
1
-24
/
+14
2018-01-25
bpf: Add BPF_SOCK_OPS_STATE_CB
Lawrence Brakmo
1
-0
/
+24
2018-01-25
bpf: Add BPF_SOCK_OPS_RETRANS_CB
Lawrence Brakmo
1
-0
/
+4
2018-01-25
bpf: Add sock_ops RTO callback
Lawrence Brakmo
1
-0
/
+7
2018-01-25
bpf: Support passing args to sock_ops bpf function
Lawrence Brakmo
3
-3
/
+3
2018-01-25
net: don't call update_pmtu unconditionally
Nicolas Dichtel
2
-3
/
+2
2018-01-25
net: tcp: close sock if net namespace is exiting
Dan Streetman
2
-0
/
+18
2018-01-24
Merge branch 'rebased-net-ioctl' of git://git.kernel.org/pub/scm/linux/kernel...
David S. Miller
4
-85
/
+55
2018-01-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2018-01-24
ipconfig: use dev_set_mtu()
Al Viro
1
-14
/
+3
2018-01-24
ip_rt_ioctl(): take copyin to caller
Al Viro
3
-19
/
+9
2018-01-24
devinet_ioctl(): take copyin/copyout to caller
Al Viro
3
-45
/
+34
2018-01-24
net: separate SIOCGIFCONF handling from dev_ioctl()
Al Viro
1
-7
/
+9
2018-01-24
ip_tunnel: Use mark in skb by default
Thomas Winter
1
-3
/
+10
2018-01-24
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-0
/
+1
2018-01-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-1
/
+10
2018-01-23
xfrm: Fix eth_hdr(skb)->h_proto to reflect inner IP version
Yossi Kuperman
1
-0
/
+1
2018-01-22
net: igmp: fix source address check for IGMPv3 reports
Felix Fietkau
1
-1
/
+1
2018-01-22
gso: validate gso_type in GSO handlers
Willem de Bruijn
3
-0
/
+9
2018-01-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
11
-1386
/
+456
2018-01-19
tcp: avoid min RTT bloat by skipping RTT from delayed-ACK in BBR
Yuchung Cheng
2
-1
/
+3
2018-01-19
tcp: avoid min-RTT overestimation from delayed ACKs
Yuchung Cheng
1
-2
/
+21
2018-01-19
netfilter: remove messages print and boot/module load time
Pablo Neira Ayuso
2
-2
/
+0
[next]