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
2017-08-25
udp6: set rx_dst_cookie on rx_dst updates
Paolo Abeni
1
-1
/
+3
2017-08-25
tcp: fix hang in tcp_sendpage_locked()
Eric Dumazet
1
-2
/
+1
2017-08-25
tcp: fix refcnt leak with ebpf congestion control
Sabrina Dubroca
2
-6
/
+15
2017-08-25
Merge branch 'linus' into locking/core, to pick up fixes
Ingo Molnar
7
-22
/
+40
2017-08-25
esp: Fix skb tailroom calculation
Steffen Klassert
1
-1
/
+1
2017-08-25
esp: Fix locking on page fragment allocation
Steffen Klassert
1
-2
/
+3
2017-08-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
3
-10
/
+13
2017-08-24
netfilter: conntrack: place print_tuple in procfs part
Florian Westphal
2
-19
/
+0
2017-08-24
netfilter: conntrack: remove protocol name from l4proto struct
Florian Westphal
1
-1
/
+0
2017-08-24
netfilter: conntrack: remove protocol name from l3proto struct
Florian Westphal
1
-1
/
+0
2017-08-24
netfilter: conntrack: compute l3proto nla size at compile time
Florian Westphal
1
-6
/
+7
2017-08-24
netfilter: nf_nat_h323: fix logical-not-parentheses warning
Nick Desaulniers
1
-27
/
+30
2017-08-23
gre: remove duplicated assignment of iph
Colin Ian King
1
-1
/
+0
2017-08-23
ipv4: do metrics match when looking up and deleting a route
Xin Long
3
-1
/
+37
2017-08-23
tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsg
Mike Maloney
3
-4
/
+98
2017-08-22
gre: fix goto statement typo
William Tu
1
-2
/
+2
2017-08-22
gre: introduce native tunnel support for ERSPAN
William Tu
1
-0
/
+269
2017-08-22
udp: remove unreachable ufo branches
Willem de Bruijn
2
-9
/
+5
2017-08-22
tcp: Remove the unused parameter for tcp_try_fastopen.
Tonghao Zhang
2
-5
/
+3
2017-08-22
tcp: Get a proper dst before checking it.
Tonghao Zhang
1
-5
/
+4
2017-08-22
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2
-6
/
+9
2017-08-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-7
/
+22
2017-08-21
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
3
-9
/
+24
2017-08-18
net: inet: diag: expose sockets cgroup classid
Levin, Alexander (Sasha Levin)
1
-0
/
+11
2017-08-18
tcp: when rearming RTO, if RTO time is in past then fire RTO ASAP
Neal Cardwell
1
-2
/
+1
2017-08-18
net: check and errout if res->fi is NULL when RTM_F_FIB_MATCH is set
Roopa Prabhu
1
-2
/
+9
2017-08-18
ipv4: convert dst_metrics.refcnt from atomic_t to refcount_t
Eric Dumazet
2
-4
/
+4
2017-08-18
datagram: When peeking datagrams with offset < 0 don't skip empty skbs
Matthew Dawson
1
-1
/
+2
2017-08-16
ipv4: better IP_MAX_MTU enforcement
Eric Dumazet
1
-1
/
+1
2017-08-16
tcp: Export tcp_{sendpage,sendmsg}_locked() for ipv6.
David S. Miller
1
-0
/
+2
2017-08-16
net: igmp: Use ingress interface rather than vrf device
David Ahern
1
-1
/
+9
2017-08-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-15
/
+18
2017-08-15
ipv4: route: set ipv4 RTM_GETROUTE to not use rtnl
Florian Westphal
1
-1
/
+2
2017-08-15
ipv4: fix NULL dereference in free_fib_info_rcu()
Eric Dumazet
1
-5
/
+7
2017-08-14
tcp: fix possible deadlock in TCP stack vs BPF filter
Eric Dumazet
1
-2
/
+2
2017-08-14
tcp: ulp: avoid module refcnt leak in tcp_set_ulp
Sabrina Dubroca
1
-7
/
+7
2017-08-14
ipv4: route: fix inet_rtm_getroute induced crash
Florian Westphal
1
-1
/
+2
2017-08-13
net: ipv4: add check for l3slave for index returned in IP_PKTINFO
David Ahern
1
-1
/
+2
2017-08-13
net: ipv4: remove unnecessary check on orig_oif
David Ahern
1
-1
/
+1
2017-08-11
net: ipv4: set orig_oif based on fib result for local traffic
David Ahern
1
-0
/
+6
2017-08-11
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
4
-10
/
+13
2017-08-11
net: xfrm: support setting an output mark.
Lorenzo Colitti
1
-5
/
+9
2017-08-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-7
/
+8
2017-08-10
udp: consistently apply ufo or fragmentation
Willem de Bruijn
2
-4
/
+6
2017-08-10
jump_label: Do not use unserialized static_key_enabled()
Paolo Bonzini
1
-2
/
+1
2017-08-09
igmp: Fix regression caused by igmp sysctl namespace code.
Nikolay Borisov
2
-6
/
+7
2017-08-09
rtnetlink: make rtnl_register accept a flags parameter
Florian Westphal
4
-12
/
+12
2017-08-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-36
/
+41
2017-08-08
net: avoid skb_warn_bad_offload false positives on UFO
Willem de Bruijn
1
-1
/
+1
2017-08-08
tcp: fastopen: tcp_connect() must refresh the route
Eric Dumazet
1
-0
/
+4
[prev]
[next]