index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
Commit message (
Expand
)
Author
Age
Files
Lines
*
ipmr/ip6mr: Initialize the last assert time of mfc entries.
Tom Goff
2016-07-11
1
-1
/
+3
*
esp: Fix ESN generation under UDP encapsulation
Herbert Xu
2016-07-11
1
-20
/
+32
*
netfilter: x_tables: introduce and use xt_copy_counters_from_user
Florian Westphal
2016-06-24
2
-86
/
+10
*
netfilter: x_tables: do compat validation via translate_table
Florian Westphal
2016-06-24
2
-217
/
+52
*
netfilter: x_tables: xt_compat_match_from_user doesn't need a retval
Florian Westphal
2016-06-24
2
-29
/
+14
*
netfilter: ip_tables: simplify translate_compat_table args
Florian Westphal
2016-06-24
1
-35
/
+24
*
netfilter: arp_tables: simplify translate_compat_table args
Florian Westphal
2016-06-24
1
-46
/
+36
*
netfilter: x_tables: check for bogus target offset
Florian Westphal
2016-06-24
2
-4
/
+6
*
netfilter: x_tables: add compat version of xt_check_entry_offsets
Florian Westphal
2016-06-24
2
-2
/
+4
*
netfilter: x_tables: kill check_entry helper
Florian Westphal
2016-06-24
2
-23
/
+16
*
netfilter: x_tables: add and use xt_check_entry_offsets
Florian Westphal
2016-06-24
2
-21
/
+2
*
netfilter: x_tables: validate targets of jumps
Florian Westphal
2016-06-24
2
-0
/
+32
*
netfilter: x_tables: don't move to non-existent next rule
Florian Westphal
2016-06-24
2
-3
/
+9
*
netfilter: x_tables: fix unconditional helper
Florian Westphal
2016-06-24
2
-21
/
+20
*
netfilter: x_tables: make sure e->next_offset covers remaining blob size
Florian Westphal
2016-06-24
2
-4
/
+8
*
netfilter: x_tables: validate e->target_offset early
Florian Westphal
2016-06-24
2
-18
/
+16
*
vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devices
David Wragg
2016-06-24
2
-3
/
+25
*
udp: prevent skbs lingering in tunnel socket queues
Hannes Frederic Sowa
2016-06-24
1
-1
/
+1
*
net/route: enforce hoplimit max value
Paolo Abeni
2016-05-18
1
-0
/
+2
*
tcp: refresh skb timestamp at retransmit time
Eric Dumazet
2016-05-18
1
-2
/
+4
*
gre: do not pull header in ICMP error processing
Jiri Benc
2016-05-18
1
-3
/
+8
*
ipv4/fib: don't warn when primary address is missing if in_dev is dead
Paolo Abeni
2016-05-18
1
-1
/
+5
*
route: do not cache fib route info on local routes with oif
Chris Friesen
2016-05-18
1
-0
/
+12
*
ipv4: initialize flowi4_flags before calling fib_lookup()
Lance Richardson
2016-04-20
1
-9
/
+7
*
ipv4: fix broadcast packets reception
Paolo Abeni
2016-04-20
1
-4
/
+8
*
tcp/dccp: remove obsolete WARN_ON() in icmp handlers
Eric Dumazet
2016-04-20
1
-2
/
+0
*
ipv4: Don't do expensive useless work during inetdev destroy.
David S. Miller
2016-04-20
3
-2
/
+18
*
tcp: fix tcpi_segs_in after connection establishment
Eric Dumazet
2016-04-20
1
-1
/
+2
*
mld, igmp: Fix reserved tailroom calculation
Benjamin Poirier
2016-04-20
1
-2
/
+1
*
ipv4: only create late gso-skb if skb is already set up with CHECKSUM_PARTIAL
Hannes Frederic Sowa
2016-04-20
1
-1
/
+4
*
tunnel: Clear IPCB(skb)->opt before dst_link_failure called
Bernie Harris
2016-04-20
2
-1
/
+4
*
tcp: convert cached rtt from usec to jiffies when feeding initial rto
Konstantin Khlebnikov
2016-04-20
1
-1
/
+1
*
rtnl: RTM_GETNETCONF: fix wrong return value
Anton Protopopov
2016-03-03
1
-1
/
+1
*
tcp/dccp: fix another race at listener dismantle
Eric Dumazet
2016-03-03
2
-14
/
+14
*
route: check and remove route cache when we get route
Xin Long
2016-03-03
1
-14
/
+63
*
tcp: md5: release request socket instead of listener
Eric Dumazet
2016-03-03
1
-2
/
+4
*
ipv4: fix memory leaks in ip_cmsg_send() callers
Eric Dumazet
2016-03-03
4
-3
/
+11
*
net:Add sysctl_max_skb_frags
Hans Westgaard Ry
2016-03-03
1
-2
/
+2
*
tcp: do not drop syn_recv on all icmp reports
Eric Dumazet
2016-03-03
1
-3
/
+8
*
tcp: beware of alignments in tcp_get_info()
Eric Dumazet
2016-03-03
1
-4
/
+8
*
inet: frag: Always orphan skbs inside ip_defrag()
Joe Stringer
2016-03-03
2
-2
/
+1
*
tcp: fix NULL deref in tcp_v4_send_ack()
Eric Dumazet
2016-03-03
1
-5
/
+8
*
net: preserve IP control block during GSO segmentation
Konstantin Khlebnikov
2016-01-31
1
-0
/
+1
*
udp: disallow UFO for sockets with SO_NO_CHECK option
Michal Kubeček
2016-01-31
1
-1
/
+1
*
tcp_yeah: don't set ssthresh below 2
Neal Cardwell
2016-01-31
1
-1
/
+1
*
tcp: fix zero cwnd in tcp_cwnd_reduction
Yuchung Cheng
2016-01-06
1
-0
/
+3
*
net: Propagate lookup failure in l3mdev_get_saddr to caller
David Ahern
2016-01-04
2
-4
/
+10
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2015-12-22
1
-9
/
+37
|
\
|
*
xfrm: dst_entries_init() per-net dst_ops
Dan Streetman
2015-11-03
1
-9
/
+37
*
|
ipip: ioctl: Remove superfluous IP-TTL handling.
Pravin B Shelar
2015-12-18
1
-3
/
+0
[next]