summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2011-03-02Merge remote-tracking branch 'net/master'Stephen Rothwell
2011-03-01xfrm: Handle blackhole route creation via afinfo.David S. Miller
2011-03-01xfrm: Kill XFRM_LOOKUP_WAIT flag.David S. Miller
2011-03-01ipv4: Kill can_sleep arg to ip_route_output_flow()David S. Miller
2011-03-01net: Add FLOWI_FLAG_CAN_SLEEP.David S. Miller
2011-03-01ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep"David S. Miller
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-23xfrm: Const'ify address arguments to ->dst_lookup()David S. Miller
2011-02-23xfrm: Const'ify tmpl and address arguments to ->init_temprop()David S. Miller
2011-02-22xfrm: Mark flowi arg to ->init_tempsel() const.David S. Miller
2011-02-22xfrm: Mark flowi arg to ->fill_dst() const.David S. Miller
2011-02-22xfrm: Mark flowi arg to ->get_tos() const.David S. Miller
2011-02-21tcp: undo_retrans counter fixesYuchung Cheng
2011-02-20tcp: Remove debug macro of TCP_CHECK_TIMERShan Wei
2011-02-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-02-19tcp: 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-14ipv4: Cache learned redirect information in inetpeer.David S. Miller
2011-02-14ipv4: Cache learned PMTU information in inetpeer.David S. Miller
2011-02-14arp_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-08net: 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-03net: Support compat SIOCGETVIFCNT ioctl in ipv4.David S. Miller
2011-02-03net: Fix bug in compat SIOCGETSGCNT handling.David S. Miller
2011-02-02ipv4: Fix fib_trie build in some configurations.David S. Miller
2011-02-02tcp: 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