summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2012-05-11tcp: fix tcp_rcv_rtt_update() use of an unscaled RTT sampleNeal Cardwell1-2/+5
2012-05-11tcp: allow splice() to build full TSO packetsEric Dumazet1-1/+1
2012-03-23tcp: fix syncookie regressionEric Dumazet2-17/+23
2012-03-19tcp: fix tcp_shift_skb_data() to not shift SACKed data below snd_unaNeal Cardwell1-0/+4
2012-03-19tcp: don't fragment SACKed skbs in tcp_mark_head_lost()Neal Cardwell1-0/+1
2012-03-19tcp: fix false reordering signal in tcp_shifted_skbNeal Cardwell1-8/+10
2012-03-19ipsec: be careful of non existing mac headersEric Dumazet2-8/+3
2012-03-01tcp: fix tcp_shifted_skb() adjustment of lost_cnt_hint for FACKNeal Cardwell1-0/+4
2012-03-01tcp: fix range tcp_shifted_skb() passes to tcp_sacktag_one()Neal Cardwell1-9/+10
2012-03-01tcp: allow tcp_sacktag_one() to tag ranges not aligned with skbsNeal Cardwell1-14/+22
2012-03-01ipv4: Fix wrong order of ip_rt_get_source() and update iph->daddr.Li Wei1-1/+1
2012-03-01tcp_v4_send_reset: binding oif to iif in no sock caseShawn Lu1-0/+5
2012-03-01net: Don't proxy arp respond if iif == rt->dst.dev if private VLAN is disabledThomas Graf1-1/+2
2012-02-03tcp: md5: using remote adress for md5 lookup in rst packetshawnlu1-1/+1
2012-02-03tcp: fix tcp_trim_head() to adjust segment count with skb MSSNeal Cardwell1-4/+2
2012-02-03net: reintroduce missing rcu_assign_pointer() callsEric Dumazet5-15/+15
2012-01-12igmp: Avoid zero delay when receiving odd mixture of IGMP queriesBen Hutchings1-0/+2
2011-12-23net: introduce DST_NOPEER dst flagEric Dumazet1-2/+2
2011-12-22ipv4: using prefetch requires including prefetch.hStephen Rothwell1-0/+1
2011-12-22ipv4: reintroduce route cache garbage collectorEric Dumazet1-0/+107
2011-12-20net: have ipconfig not wait if no dev is availableGerlando Falauto1-0/+4
2011-12-13ipip, sit: copy parms.name after register_netdeviceTed Feng1-1/+6
2011-12-05ipv4: Fix peer validation on cached lookup.David S. Miller1-22/+13
2011-12-03ipv4: make sure RTO_ONLINK is saved in routing cacheJulian Anastasov1-6/+6
2011-12-02ipv4: flush route cache after change accept_localPeter Pan(潘卫平)1-0/+5
2011-12-01Revert "udp: remove redundant variable"David S. Miller1-7/+8
2011-12-01ipv4: Perform peer validation on cached route lookup.David S. Miller1-7/+19
2011-12-01ipv4: fix lockdep splat in rt_cache_seq_showEric Dumazet1-2/+6
2011-11-29Merge branch 'nf' of git://1984.lsi.us.es/netDavid S. Miller1-1/+2
2011-11-27inet: add a redirect generation id in inetpeerEric Dumazet1-1/+9
2011-11-26ipv4: Don't use the cached pmtu informations for input routesSteffen Klassert1-2/+2
2011-11-26net: Move mtu handling down to the protocol depended handlersSteffen Klassert1-2/+9
2011-11-26net: Rename the dst_opt default_mtu method to mtuSteffen Klassert1-5/+5
2011-11-26route: Use the device mtu as the default for blackhole routesSteffen Klassert1-1/+1
2011-11-24ipv4: Save nexthop address of LSRR/SSRR option to IPCB.Li Wei2-3/+4
2011-11-24ipv4 : igmp : fix error handle in ip_mc_add_src()Jun Zhao1-1/+2
2011-11-24netfilter: Remove NOTRACK/RAW dependency on NETFILTER_ADVANCED.David S. Miller1-1/+0
2011-11-23net-netlink: fix diag to export IPv4 tos for dual-stack IPv6 socketsMaciej Żenczykowski1-5/+9
2011-11-21netfilter: possible unaligned packet header in ip_route_me_harderPaul Guo1-1/+2
2011-11-19ipv4: fix redirect handlingEric Dumazet1-51/+59
2011-11-18ping: dont increment ICMP_MIB_INERRORSEric Dumazet1-2/+0
2011-11-17tcp: clear xmit timers in tcp_v4_syn_recv_sock()Eric Dumazet1-0/+1
2011-11-14net-netlink: Add a new attribute to expose TCLASS values via netlinkMaciej Żenczykowski1-2/+2
2011-11-13ah: Don't return NET_XMIT_DROP on input.Nick Bowler1-2/+0
2011-11-10ipv4: fix for ip_options_rcv_srr() daddr update.Li Wei1-0/+1
2011-11-10ah: Read nexthdr value before overwriting it in ahash input callback.Nick Bowler1-2/+2
2011-11-10ah: Correctly pass error codes in ahash output callback.Nick Bowler1-2/+0
2011-11-08ipv4: Fix inetpeer expire time informationSteffen Klassert1-3/+7
2011-11-08tcp: Fix comments for Nagle algorithmFeng King1-1/+1
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds19-0/+19