summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2011-12-06inet_diag: Partly rename inet_ to sock_Pavel Emelyanov
2011-12-06ipv4: arp: Cleanup in arp.cIgor Maravic
2011-12-05tcp: remove TCP_OFF and TCP_PAGE macrosEric Dumazet
2011-12-05tcp: fix tcp_trim_head()Eric Dumazet
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller
2011-12-05ipv4: Fix peer validation on cached lookup.David S. Miller
2011-12-04netfilter: add ipv4 reverse path filter matchFlorian Westphal
2011-12-04net: ipv4: export fib_lookup and fib_table_lookupFlorian Westphal
2011-12-04tcp: tcp_sendmsg() page recyclingEric Dumazet
2011-12-04tcp: take care of misalignmentsEric Dumazet
2011-12-04tcp: drop SYN+FIN messagesEric Dumazet
2011-12-03ipv4: make sure RTO_ONLINK is saved in routing cacheJulian Anastasov
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock
2011-12-01ipv4: flush route cache after change accept_localPeter Pan(潘卫平)
2011-12-01Revert "udp: remove redundant variable"David S. Miller
2011-12-01ipv4: Perform peer validation on cached route lookup.David S. Miller
2011-12-01ipv4: use a 64bit load/store in output pathEric Dumazet
2011-11-30ipv4 : igmp : Delete useless parameter in ip_mc_add1_src()Jun Zhao
2011-11-30atm: clip: Use device neigh support on top of "arp_tbl".David Miller
2011-11-30neigh: Do not set tbl->entry_size in ipv4/ipv6 neigh tables.David Miller
2011-11-30ipv4: fix lockdep splat in rt_cache_seq_showEric Dumazet
2011-11-30tcp: inherit listener congestion control for passive cnxEric Dumazet
2011-11-29ipv4: remove useless codes in ipmr_device_event()RongQing.Li
2011-11-29tcp: avoid frag allocation for small framesEric Dumazet
2011-11-29Merge branch 'nf' of git://1984.lsi.us.es/netDavid S. Miller
2011-11-29tcp: do not scale TSO segment size with reordering degreeNeal Cardwell
2011-11-29net: dont call jump_label_dec from irq contextEric Dumazet
2011-11-28tcp: tcp_sendmsg() wrong access to sk_route_capsEric Dumazet
2011-11-27tcp: skip cwnd moderation in TCP_CA_Open in tcp_try_to_openNeal Cardwell
2011-11-27tcp: allow undo from reordered DSACKsNeal Cardwell
2011-11-27tcp: use SACKs and DSACKs that arrive on ACKs below snd_unaNeal Cardwell
2011-11-27tcp: use DSACKs that arrive when packets_out is 0Neal Cardwell
2011-11-27tcp: make is_dupack a parameter to tcp_fastretrans_alert()Neal Cardwell
2011-11-26inet: add a redirect generation id in inetpeerEric Dumazet
2011-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-11-26ipv4: Don't use the cached pmtu informations for input routesSteffen Klassert
2011-11-26net: Move mtu handling down to the protocol depended handlersSteffen Klassert
2011-11-26net: Rename the dst_opt default_mtu method to mtuSteffen Klassert
2011-11-26route: Use the device mtu as the default for blackhole routesSteffen Klassert
2011-11-23ipv4: Save nexthop address of LSRR/SSRR option to IPCB.Li Wei
2011-11-23ipv4 : igmp : fix error handle in ip_mc_add_src()Jun Zhao
2011-11-23netfilter: Remove NOTRACK/RAW dependency on NETFILTER_ADVANCED.David S. Miller
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan
2011-11-22net-netlink: fix diag to export IPv4 tos for dual-stack IPv6 socketsMaciej Żenczykowski
2011-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-11-21netfilter: possible unaligned packet header in ip_route_me_harderPaul Guo
2011-11-18ipv4: fix redirect handlingEric Dumazet
2011-11-18ping: dont increment ICMP_MIB_INERRORSEric Dumazet
2011-11-18ip_gre: Set needed_headroom dynamically againHerbert Xu