summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)AuthorLines
2011-12-22net: introduce DST_NOPEER dst flagEric Dumazet-2/+2
2011-12-22ipv4: using prefetch requires including prefetch.hStephen Rothwell-0/+1
2011-12-21ipv4: reintroduce route cache garbage collectorEric Dumazet-0/+107
2011-12-20net: have ipconfig not wait if no dev is availableGerlando Falauto-0/+4
2011-12-12ipip, sit: copy parms.name after register_netdeviceTed Feng-1/+6
2011-12-05ipv4: Fix peer validation on cached lookup.David S. Miller-22/+13
2011-12-03ipv4: make sure RTO_ONLINK is saved in routing cacheJulian Anastasov-6/+6
2011-12-01ipv4: flush route cache after change accept_localPeter Pan(潘卫平)-0/+5
2011-12-01Revert "udp: remove redundant variable"David S. Miller-7/+8
2011-12-01ipv4: Perform peer validation on cached route lookup.David S. Miller-7/+19
2011-11-30ipv4: fix lockdep splat in rt_cache_seq_showEric Dumazet-2/+6
2011-11-29Merge branch 'nf' of git://1984.lsi.us.es/netDavid S. Miller-1/+2
2011-11-26inet: add a redirect generation id in inetpeerEric Dumazet-1/+9
2011-11-26ipv4: Don't use the cached pmtu informations for input routesSteffen Klassert-2/+2
2011-11-26net: Move mtu handling down to the protocol depended handlersSteffen Klassert-2/+9
2011-11-26net: Rename the dst_opt default_mtu method to mtuSteffen Klassert-5/+5
2011-11-26route: Use the device mtu as the default for blackhole routesSteffen Klassert-1/+1
2011-11-23ipv4: Save nexthop address of LSRR/SSRR option to IPCB.Li Wei-3/+4
2011-11-23ipv4 : igmp : fix error handle in ip_mc_add_src()Jun Zhao-1/+2
2011-11-23netfilter: Remove NOTRACK/RAW dependency on NETFILTER_ADVANCED.David S. Miller-1/+0
2011-11-22net-netlink: fix diag to export IPv4 tos for dual-stack IPv6 socketsMaciej Żenczykowski-5/+9
2011-11-21netfilter: possible unaligned packet header in ip_route_me_harderPaul Guo-1/+2
2011-11-18ipv4: fix redirect handlingEric Dumazet-51/+59
2011-11-18ping: dont increment ICMP_MIB_INERRORSEric Dumazet-2/+0
2011-11-16tcp: clear xmit timers in tcp_v4_syn_recv_sock()Eric Dumazet-0/+1
2011-11-14net-netlink: Add a new attribute to expose TCLASS values via netlinkMaciej Żenczykowski-2/+2
2011-11-12ah: Don't return NET_XMIT_DROP on input.Nick Bowler-2/+0
2011-11-09ipv4: fix for ip_options_rcv_srr() daddr update.Li Wei-0/+1
2011-11-09ah: Read nexthdr value before overwriting it in ahash input callback.Nick Bowler-2/+2
2011-11-09ah: Correctly pass error codes in ahash output callback.Nick Bowler-2/+0
2011-11-08ipv4: Fix inetpeer expire time informationSteffen Klassert-3/+7
2011-11-08tcp: Fix comments for Nagle algorithmFeng King-1/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+19
2011-11-03net: add missing bh_unlock_sock() callsEric Dumazet-0/+1
2011-11-02udp: fix a race in encap_rcv handlingEric Dumazet-3/+5
2011-11-01net: make the tcp and udp file_operations for the /proc stuff constArjan van de Ven-23/+34
2011-11-01netfilter: Remove unnecessary OOM logging messagesJoe Perches-24/+3
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker-0/+16
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker-0/+3
2011-10-27ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAITEric Dumazet-0/+1
2011-10-24ipv4: avoid useless call of the function check_peer_pmtuGao feng-2/+1
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller-14/+39
2011-10-24TCP: remove TCP_DEBUGFlavio Leitner-4/+0
2011-10-24ipv4: tcp: fix TOS value in ACK messages sent from TIME_WAITEric Dumazet-7/+11
2011-10-24ipv4: fix ipsec forward performance regressionYan, Zheng-7/+7
2011-10-24route: fix ICMP redirect validationFlavio Leitner-5/+31
2011-10-24tcp: md5: add more const attributesEric Dumazet-6/+6
2011-10-24tcp: md5: dont write skb head in tcp_md5_hash_header()Eric Dumazet-6/+8
2011-10-22net: use INET_ECN_MASK instead of hardcoded 3Maciej Żenczykowski-2/+3
2011-10-21tcp: add const qualifiers where possibleEric Dumazet-114/+118