summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2011-03-01ipv4: Can final ip_route_connect() arg to boolean "can_sleep".David S. Miller
2011-03-01udp: Add lockless transmit pathHerbert Xu
2011-03-01udp: Switch to ip_finish_skbHerbert Xu
2011-03-01inet: Add ip_make_skb and ip_finish_skbHerbert Xu
2011-03-01inet: Remove explicit write references to sk/inet in ip_append_dataHerbert Xu
2011-03-01inet: Remove unused sk_sndmsg_* from UFOHerbert Xu
2011-02-24ipv4: Rearrange how ip_route_newports() gets port keys.David S. Miller
2011-02-24xfrm: Const'ify address arguments to ->dst_lookup()David S. Miller
2011-02-24xfrm: Const'ify tmpl and address arguments to ->init_temprop()David S. Miller
2011-02-23xfrm: Mark flowi arg to ->init_tempsel() const.David S. Miller
2011-02-23xfrm: Mark flowi arg to ->fill_dst() const.David S. Miller
2011-02-23xfrm: Mark flowi arg to ->get_tos() const.David S. Miller
2011-02-20tcp: Remove debug macro of TCP_CHECK_TIMERShan Wei
2011-02-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-02-20tcp: fix inet_twsk_deschedule()Eric Dumazet
2011-02-18ipv4: Implement __ip_dev_find using new interface address hash.David S. Miller
2011-02-18ipv4: Add hash table of interface addresses.David S. Miller
2011-02-18net: provide default_advmss() methods to blackhole dst_opsEric Dumazet
2011-02-17ipv4: Use const'ify fib_result deep in the route call chains.David S. Miller
2011-02-17ipv4: Avoid use of signed integers in fib_trie code.David S. Miller
2011-02-17net: Add initial_ref arg to dst_alloc().David S. Miller
2011-02-17ipv4: Consolidate ipv4 dst allocation logic.David S. Miller
2011-02-17ipv4: Move rcu_read_{lock,unlock}() into ip_route_output_slow().David S. Miller
2011-02-17ipv4: Simplify output route creation call sequence.David S. Miller
2011-02-15ipv4: Cache learned redirect information in inetpeer.David S. Miller
2011-02-15ipv4: Cache learned PMTU information in inetpeer.David S. Miller
2011-02-15arp_notify: unconditionally send gratuitous ARP for NETDEV_NOTIFY_PEERS.Ian Campbell
2011-02-14ipv4: fix rcu lock imbalance in fib_select_default()Eric Dumazet
2011-02-11ip_gre: Add IPPROTO_GRE to flowi in ipgre_tunnel_xmitSteffen Klassert
2011-02-10inet: Create a mechanism for upward inetpeer propagation into routes.David S. Miller
2011-02-10inetpeer: Add redirect and PMTU discovery cached info.David S. Miller
2011-02-10inetpeer: Abstract address representation further.David S. Miller
2011-02-09net: Kill NETEVENT_PMTU_UPDATE.David S. Miller
2011-02-08ipsec: allow to align IPv4 AH on 32 bitsNicolas Dichtel
2011-02-04inetpeer: Move ICMP rate limiting state into inet_peer entries.David S. Miller
2011-02-04ipv4: Don't miss existing cached metrics in new routes.David S. Miller
2011-02-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-02-04net: Support compat SIOCGETVIFCNT ioctl in ipv4.David S. Miller
2011-02-04net: Fix bug in compat SIOCGETSGCNT handling.David S. Miller
2011-02-03ipv4: Fix fib_trie build in some configurations.David S. Miller
2011-02-03tcp: Increase the initial congestion window to 10.David S. Miller
2011-02-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2011-02-01ipv4: Rename fib_hash_* locals in fib_semantics.cDavid S. Miller
2011-02-01ipv4: Update some fib_hash centric interface names.David S. Miller
2011-02-01ipv4: Remove fib_hash.David S. Miller
2011-02-01netfilter: arpt_mangle: fix return values of checkentryPablo Neira Ayuso
2011-02-01ipv4: Consolidate all default route selection implementations.David S. Miller
2011-02-01ipv4: Remember FIB alias list head and table in lookup results.David S. Miller
2011-01-31net: Add default_mtu() methods to blackhole dst_opsRoland Dreier
2011-01-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller