index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
2017-08-07
net: ipv6: add second dif to raw socket lookups
David Ahern
1
-1
/
+1
2017-08-07
net: ipv6: add second dif to udp socket lookups
David Ahern
1
-2
/
+2
2017-08-07
net: ipv4: add second dif to multicast source filter
David Ahern
3
-4
/
+6
2017-08-07
net: ipv4: add second dif to raw socket lookups
David Ahern
2
-6
/
+12
2017-08-07
net: ipv4: add second dif to inet socket lookups
David Ahern
3
-18
/
+28
2017-08-07
net: ipv4: add second dif to udp socket lookups
David Ahern
2
-27
/
+37
2017-08-07
esp: Fix error handling on layer 2 xmit.
Steffen Klassert
1
-1
/
+1
2017-08-06
tcp: consolidate congestion control undo functions
Yuchung Cheng
9
-103
/
+9
2017-08-06
tcp: fix cwnd undo in Reno and HTCP congestion controls
Yuchung Cheng
3
-3
/
+3
2017-08-06
udp: no need to preserve skb->dst
Paolo Abeni
1
-8
/
+5
2017-08-06
Revert "ipv4: keep skb->dst around in presence of IP options"
Paolo Abeni
1
-8
/
+1
2017-08-06
ip/options: explicitly provide net ns to __ip_options_echo()
Paolo Abeni
6
-11
/
+12
2017-08-06
IP: do not modify ingress packet IP option in ip_options_echo()
Paolo Abeni
1
-3
/
+0
2017-08-03
tcp: enable MSG_ZEROCOPY
Willem de Bruijn
1
-1
/
+31
2017-08-03
tcp: fix xmit timer to only be reset if data ACKed/SACKed
Neal Cardwell
2
-18
/
+16
2017-08-03
tcp: enable xmit timer fix by having TLP use time when RTO should fire
Neal Cardwell
1
-9
/
+5
2017-08-03
tcp: introduce tcp_rto_delta_us() helper for xmit timer fix
Neal Cardwell
1
-4
/
+1
2017-08-03
net: fib_rules: Implement notification logic in core
Ido Schimmel
2
-37
/
+17
2017-08-03
net: core: Make the FIB notification chain generic
Ido Schimmel
5
-70
/
+60
2017-08-03
net: fix keepalive code vs TCP_FASTOPEN_CONNECT
Eric Dumazet
1
-1
/
+2
2017-08-03
tcp: remove extra POLL_OUT added for finished active connect()
Neal Cardwell
1
-5
/
+0
2017-08-03
ipv4: Introduce ipip_offload_init helper function.
Tonghao Zhang
1
-1
/
+7
2017-08-02
ipv4: fib: Set offload indication according to nexthop flags
Ido Schimmel
1
-0
/
+2
2017-08-02
tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction states
Yuchung Cheng
1
-2
/
+2
[prev]
[next]