index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-31
xfrm: dst_entries_init() per-net dst_ops
Dan Streetman
1
-9
/
+37
2016-01-31
net: preserve IP control block during GSO segmentation
Konstantin Khlebnikov
1
-0
/
+1
2016-01-31
udp: disallow UFO for sockets with SO_NO_CHECK option
Michal Kubeček
1
-1
/
+1
2016-01-31
tcp_yeah: don't set ssthresh below 2
Neal Cardwell
1
-1
/
+1
2016-01-31
tcp: fix zero cwnd in tcp_cwnd_reduction
Yuchung Cheng
1
-0
/
+3
2016-01-23
tcp: restore fastopen with no data in SYN packet
Eric Dumazet
1
-11
/
+12
2016-01-23
fou: clean up socket with kfree_rcu
Hannes Frederic Sowa
1
-1
/
+2
2016-01-23
net: fix IP early demux races
Eric Dumazet
1
-3
/
+2
2016-01-23
net: add validation for the socket syscall protocol argument
Hannes Frederic Sowa
1
-0
/
+3
2015-12-15
net: ipmr: fix static mfc/dev leaks on table destruction
Nikolay Aleksandrov
1
-7
/
+8
2015-12-15
tcp: initialize tp->copied_seq in case of cross SYN connection
Eric Dumazet
1
-0
/
+1
2015-12-15
tcp: fix potential huge kmalloc() calls in TCP_REPAIR
Eric Dumazet
1
-3
/
+19
2015-12-15
tcp: disable Fast Open on timeouts after handshake
Yuchung Cheng
1
-0
/
+12
2015-12-15
tcp: md5: fix lockdep annotation
Eric Dumazet
1
-1
/
+2
2015-12-09
net: Fix prefsrc lookups
David Ahern
1
-3
/
+10
2015-12-09
ipv4: disable BH when changing ip local port range
WANG Cong
1
-2
/
+2
2015-12-09
ipmr: fix possible race resulting from improper usage of IP_INC_STATS_BH() in...
Ani Sinha
1
-3
/
+3
2015-12-09
ipv4: update RTNH_F_LINKDOWN flag on UP event
Julian Anastasov
1
-0
/
+7
2015-12-09
ipv4: fix to not remove local route on link down
Julian Anastasov
2
-9
/
+15
2015-10-28
fib_trie: leaf_walk_rcu should not compute key if key is less than pn->key
Alexander Duyck
1
-1
/
+1
2015-10-27
ipv6: gre: support SIT encapsulation
Eric Dumazet
1
-1
/
+2
2015-10-23
tcp: allow dctcp alpha to drop to zero
Andrew Shewmaker
1
-1
/
+1
2015-10-23
openvswitch: Fix egress tunnel info.
Pravin B Shelar
1
-9
/
+37
2015-10-22
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-0
/
+2
2015-10-22
tcp: remove improper preemption check in tcp_xmit_probe_skb()
Renato Westphal
1
-1
/
+1
2015-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2
-3
/
+2
2015-10-19
xfrm: Fix pmtu discovery for local generated packets.
Steffen Klassert
1
-0
/
+2
2015-10-12
netfilter: ipt_rpfilter: remove the nh_scope test in rpfilter_lookup_reverse
lucien
1
-3
/
+1
2015-10-05
ipv4: fix reply_dst leakage on arp reply
Jiri Benc
1
-3
/
+5
2015-10-05
inet: fix race in reqsk_queue_unlink()
Eric Dumazet
1
-9
/
+10
2015-10-01
netfilter: fix Kconfig dependencies for nf_dup_ipv{4,6}
Pablo Neira Ayuso
1
-0
/
+1
2015-09-30
net: Initialize flow flags in input path
David Ahern
2
-0
/
+2
2015-09-26
net: Fix panic in icmp_route_lookup
David Ahern
1
-2
/
+2
2015-09-25
lwtunnel: remove source and destination UDP port config option
Jiri Benc
1
-24
/
+0
2015-09-25
ipv4: send arp replies to the correct tunnel
Jiri Benc
2
-14
/
+53
2015-09-24
tcp: add proper TS val into RST packets
Eric Dumazet
1
-0
/
+1
2015-09-22
inet: fix races in reqsk_queue_hash_req()
Eric Dumazet
1
-4
/
+4
2015-09-22
tcp/dccp: fix timewait races in timer handling
Eric Dumazet
2
-13
/
+16
2015-09-21
iptunnel: make rx/tx bytes counters consistent
Nicolas Dichtel
1
-1
/
+1
2015-09-21
net: Fix behaviour of unreachable, blackhole and prohibit routes
Nikola Forró
1
-2
/
+4
2015-09-18
tcp_cubic: do not set epoch_start in the future
Eric Dumazet
1
-2
/
+8
2015-09-18
net: Fix vti use case with oif in dst lookups
David Ahern
3
-2
/
+5
2015-09-10
tcp_cubic: better follow cubic curve after idle period
Eric Dumazet
1
-0
/
+16
2015-09-10
tcp: generate CA_EVENT_TX_START on data frames
Neal Cardwell
1
-3
/
+3
2015-09-10
net: ipv6: use common fib_default_rule_pref
Phil Sutter
2
-2
/
+0
2015-09-03
netfilter: nf_dup{4, 6}: fix build error when nf_conntrack disabled
Daniel Borkmann
1
-0
/
+1
2015-09-02
net: Make table id type u32
David Ahern
3
-7
/
+7
2015-08-31
tcp: use dctcp if enabled on the route to the initiator
Daniel Borkmann
3
-6
/
+16
2015-08-31
fib, fib6: reject invalid feature bits
Daniel Borkmann
1
-0
/
+2
2015-08-31
net: fib: move metrics parsing to a helper
Florian Westphal
1
-30
/
+41
[next]