summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)AuthorLines
2012-03-11tcp: fix syncookie regressionEric Dumazet-17/+23
2012-03-08route: Remove redirect_genidSteffen Klassert-10/+2
2012-03-08inetpeer: Invalidate the inetpeer tree along with the routing cacheSteffen Klassert-1/+80
2012-03-06tcp: fix tcp_shift_skb_data() to not shift SACKed data below snd_unaNeal Cardwell-0/+4
2012-03-03tcp: don't fragment SACKed skbs in tcp_mark_head_lost()Neal Cardwell-0/+1
2012-02-28tcp: fix false reordering signal in tcp_shifted_skbNeal Cardwell-8/+10
2012-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-13/+9
2012-02-24gre: fix spelling in commentsstephen hemminger-5/+5
2012-02-23ipsec: be careful of non existing mac headersEric Dumazet-8/+3
2012-02-21ipv4: ping: Fix recvmsg MSG_OOB error handling.David S. Miller-0/+1
2012-02-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+3
2012-02-14tcp: fix tcp_shifted_skb() adjustment of lost_cnt_hint for FACKNeal Cardwell-0/+4
2012-02-13vfs: fix panic in __d_lookup() with high dentry hashtable countsDimitri Sivanich-2/+3
2012-02-13tcp: fix range tcp_shifted_skb() passes to tcp_sacktag_one()Neal Cardwell-9/+10
2012-02-13tcp: allow tcp_sacktag_one() to tag ranges not aligned with skbsNeal Cardwell-14/+22
2012-02-10net: Don't proxy arp respond if iif == rt->dst.dev if private VLAN is disabledThomas Graf-1/+2
2012-02-10ipv4: Fix wrong order of ip_rt_get_source() and update iph->daddr.Li Wei-1/+1
2012-02-07net: Fix build regression when INET_UDP_DIAG=y and IPV6=mAnisse Astier-1/+1
2012-02-04tcp_v4_send_reset: binding oif to iif in no sock caseShawn Lu-0/+5
2012-02-02tcp: properly initialize tcp memory limitsJason Wang-8/+2
2012-02-01net: Disambiguate kernel messageArun Sharma-8/+16
2012-01-30tcp: fix tcp_trim_head() to adjust segment count with skb MSSNeal Cardwell-4/+2
2012-01-30net/tcp: Fix tcp memory limits initialization when !CONFIG_SYSCTLGlauber Costa-3/+14
2012-01-26ipv6: Fix ip_gre lockless xmits.Willem de Bruijn-0/+4
2012-01-25tcp: bind() optimize port allocationFlavio Leitner-4/+2
2012-01-25tcp: bind() fix autoselection to share portsFlavio Leitner-0/+5
2012-01-22tcp: md5: using remote adress for md5 lookup in rst packetshawnlu-1/+1
2012-01-22tcp: detect loss above high_seq in recoveryYuchung Cheng-27/+15
2012-01-20tcp: fix undo after RTO for CUBICNeal Cardwell-4/+6
2012-01-20tcp: fix undo after RTO for BICNeal Cardwell-4/+7
2012-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-19/+20
2012-01-17inetpeer: initialize ->redirect_genid in inet_getpeer()Dan Carpenter-0/+1
2012-01-17net: fix some sparse errorsEric Dumazet-18/+19
2012-01-17net: kill duplicate included headerShan Wei-1/+0
2012-01-14Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds-1/+1
2012-01-12net: decrement memcg jump label when limit, not usage, is changedGlauber Costa-1/+1
2012-01-12net: reintroduce missing rcu_assign_pointer() callsEric Dumazet-15/+15
2012-01-11inet_diag: Rename inet_diag_req_compat into inet_diag_reqPavel Emelyanov-4/+4
2012-01-11inet_diag: Rename inet_diag_req into inet_diag_req_v2Pavel Emelyanov-26/+26
2012-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-1/+7
2012-01-09igmp: Avoid zero delay when receiving odd mixture of IGMP queriesBen Hutchings-0/+2
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-4/+2
2012-01-07net: Default UDP and UNIX diag to 'n'.David S. Miller-1/+5
2012-01-05security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris-1/+1
2011-12-30inet_diag: Add the SKMEMINFO extensionPavel Emelyanov-0/+4
2011-12-28ipv6: Use universal hash for NDISC.David S. Miller-3/+3
2011-12-27netfilter: provide config option to disable ancient procfs partsJan Engelhardt-1/+1
2011-12-27netfilter: xtables: move ipt_ecn to xt_ecnJan Engelhardt-133/+5
2011-12-25Merge branch 'nf-next' of git://1984.lsi.us.es/net-nextDavid S. Miller-187/+278
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+114