index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-07
netfilter: add cttimeout infrastructure for fine timeout tuning
Pablo Neira Ayuso
1
-0
/
+47
2012-03-07
netfilter: nf_conntrack: pass timeout array to l4->new and l4->packet
Pablo Neira Ayuso
1
-3
/
+10
2012-03-07
netfilter: merge ipt_LOG and ip6_LOG into xt_LOG
Richard Weinberger
3
-526
/
+0
2012-03-07
netfilter: ctnetlink: allow to set expectfn for expectations
Pablo Neira Ayuso
3
-0
/
+29
2012-03-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2012-03-03
tcp: don't fragment SACKed skbs in tcp_mark_head_lost()
Neal Cardwell
1
-0
/
+1
2012-03-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-8
/
+10
2012-02-28
tcp: fix false reordering signal in tcp_shifted_skb
Neal Cardwell
1
-8
/
+10
2012-02-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-15
/
+12
2012-02-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
4
-13
/
+9
2012-02-26
netlink: add netlink_dump_control structure for netlink_dump_start()
Pablo Neira Ayuso
1
-6
/
+12
2012-02-24
gre: fix spelling in comments
stephen hemminger
1
-5
/
+5
2012-02-23
ipsec: be careful of non existing mac headers
Eric Dumazet
2
-8
/
+3
2012-02-21
ipv4: ping: Fix recvmsg MSG_OOB error handling.
David S. Miller
1
-0
/
+1
2012-02-21
datagram: Add offset argument to __skb_recv_datagram
Pavel Emelyanov
1
-2
/
+2
2012-02-20
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+3
2012-02-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-16
/
+29
2012-02-15
ipv4: Eliminate spurious argument to __ipv4_neigh_lookup
David S. Miller
1
-1
/
+1
2012-02-15
net: replace random_ether_addr() with eth_hw_addr_random()
Danny Kukawka
1
-1
/
+1
2012-02-14
tcp: fix tcp_shifted_skb() adjustment of lost_cnt_hint for FACK
Neal Cardwell
1
-0
/
+4
2012-02-13
vfs: fix panic in __d_lookup() with high dentry hashtable counts
Dimitri Sivanich
1
-2
/
+3
2012-02-13
tcp: fix range tcp_shifted_skb() passes to tcp_sacktag_one()
Neal Cardwell
1
-9
/
+10
2012-02-13
tcp: allow tcp_sacktag_one() to tag ranges not aligned with skbs
Neal Cardwell
1
-14
/
+22
2012-02-13
net: implement IP_RECVTOS for IP_PKTOPTIONS
Jiri Benc
3
-0
/
+6
2012-02-10
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-3
/
+9
2012-02-10
net: Don't proxy arp respond if iif == rt->dst.dev if private VLAN is disabled
Thomas Graf
1
-1
/
+2
2012-02-10
ipv4: Fix wrong order of ip_rt_get_source() and update iph->daddr.
Li Wei
1
-1
/
+1
2012-02-08
ipv4: Implement IP_UNICAST_IF socket option.
Erich E. Hoover
4
-3
/
+39
2012-02-07
net: Fix build regression when INET_UDP_DIAG=y and IPV6=m
Anisse Astier
1
-1
/
+1
2012-02-04
tcp_v4_send_reset: binding oif to iif in no sock case
Shawn Lu
1
-0
/
+5
2012-02-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-22
/
+40
2012-02-02
tcp: properly initialize tcp memory limits
Jason Wang
2
-8
/
+2
2012-02-01
net: Disambiguate kernel message
Arun Sharma
2
-8
/
+16
2012-02-01
tcp: md5: RST: getting md5 key from listener
Shawn Lu
1
-3
/
+42
2012-02-01
tcp: md5: protects md5sig_info with RCU
Eric Dumazet
1
-12
/
+20
2012-01-31
tcp: md5: use sock_kmalloc() to limit md5 keys
Eric Dumazet
1
-2
/
+4
2012-01-31
tcp: md5: rcu conversion
Eric Dumazet
2
-140
/
+99
2012-01-31
tcp: md5: remove obsolete md5_add() method
Eric Dumazet
1
-8
/
+0
2012-01-30
tcp: fix tcp_trim_head() to adjust segment count with skb MSS
Neal Cardwell
1
-4
/
+2
2012-01-30
net/tcp: Fix tcp memory limits initialization when !CONFIG_SYSCTL
Glauber Costa
2
-3
/
+14
2012-01-27
ipv4: ip_gre: Convert to dst_neigh_lookup()
David S. Miller
1
-3
/
+10
2012-01-26
ipv6: Fix ip_gre lockless xmits.
Willem de Bruijn
1
-0
/
+4
2012-01-26
ipv4/ipv6: Prepare for new route gateway semantics.
David S. Miller
1
-0
/
+5
2012-01-26
tcp: add LINUX_MIB_TCPRETRANSFAIL counter
Eric Dumazet
2
-1
/
+4
2012-01-25
tcp: bind() optimize port allocation
Flavio Leitner
1
-4
/
+2
2012-01-25
tcp: bind() fix autoselection to share ports
Flavio Leitner
1
-0
/
+5
2012-01-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-36
/
+29
2012-01-24
ip_gre: Fix bug added to ipgre_tunnel_xmit().
David S. Miller
1
-1
/
+3
2012-01-24
ipip: Fix bug added to ipip_tunnel_xmit().
David S. Miller
1
-0
/
+1
2012-01-24
ipv4: Remove bogus checks of rt_gateway being zero.
David S. Miller
2
-7
/
+3
[next]