[CCID3]: Ditch USEC_IN_SEC as time.h has USEC_PER_SEC
[safe/jmp/linux-2.6] / include / net /
2005-08-29 Arnaldo Carvalho... [ICSK]: Move TCP congestion avoidance members to icsk
2005-08-29 Patrick McHardy[NET]: Make NETDEBUG pure printk wrappers
2005-08-29 Arnaldo Carvalho... [TIMEWAIT]: Move inet_timewait_death_row routines to...
2005-08-29 Arnaldo Carvalho... [TIMEWAIT]: Introduce inet_timewait_death_row
2005-08-29 Marcel Holtmann[Bluetooth]: Move packet type into the SKB control...
2005-08-29 Victor Fusco[Bluetooth]: Fix sparse warnings (__nocast type)
2005-08-29 J. Suter[Bluetooth]: Implement RFCOMM remote port negotiation
2005-08-29 Marcel Holtmann[Bluetooth]: Track page scan repetition mode changes
2005-08-29 Marcel Holtmann[Bluetooth]: Workaround for inquiry results with RSSI...
2005-08-29 Arnaldo Carvalho... [ICSK]: Move generalised functions from tcp to inet_con...
2005-08-29 Arnaldo Carvalho... [ICSK]: Introduce reqsk_queue_prune from code in tcp_sy...
2005-08-29 Arnaldo Carvalho... [ICSK]: Generalise tcp_listen_{start,stop}
2005-08-29 Arnaldo Carvalho... [ICSK]: Introduce inet_csk_clone
2005-08-29 Arnaldo Carvalho... [NET]: Just move the inet_connection_sock function...
2005-08-29 Arnaldo Carvalho... [NET]: Introduce inet_connection_sock
2005-08-29 Arnaldo Carvalho... [SOCK]: Introduce sk_clone
2005-08-29 Arnaldo Carvalho... [INET_TWSK]: Introduce inet_twsk_alloc
2005-08-29 Arnaldo Carvalho... [INET]: Generalise the TCP sock ID lookup routines
2005-08-29 Arnaldo Carvalho... [INET]: Generalise tcp_tw_bucket, aka TIME_WAIT sockets
2005-08-29 Arnaldo Carvalho... [INET]: Generalise tcp_v4_lookup_listener
2005-08-29 Arnaldo Carvalho... [INET]: Generalise tcp_v4_hash & tcp_unhash
2005-08-29 Arnaldo Carvalho... [TCP]: Move the tcp sock states to net/tcp_states.h
2005-08-29 Arnaldo Carvalho... [INET]: Generalise the tcp_listen_ lock routines
2005-08-29 Arnaldo Carvalho... [INET]: Move tcp_port_rover to inet_hashinfo
2005-08-29 Arnaldo Carvalho... [INET]: Generalise tcp_bind_hash & tcp_inherit_port
2005-08-29 Arnaldo Carvalho... [INET]: Move bind_hash from tcp_sk to inet_sk
2005-08-29 Arnaldo Carvalho... [INET]: Move the TCP hashtable functions/structs to...
2005-08-29 Arnaldo Carvalho... [INET]: Just rename the TCP hashtable functions/structs...
2005-08-29 Arnaldo Carvalho... [INET]: Move the TCP ehash functions to include/net...
2005-08-29 Arnaldo Carvalho... [INET]: Introduce inet_sk_rebuild_header
2005-08-29 Arnaldo Carvalho... [SOCK]: Introduce sk_setup_caps
2005-08-29 Arnaldo Carvalho... [SOCK]: Rename __tcp_v4_rehash to __sk_prot_rehash
2005-08-29 Arnaldo Carvalho... [NET]: Cleanup INET_REFCNT_DEBUG code
2005-08-29 Patrick McHardy[IPV4/6]: Check if packet was actually delivered to...
2005-08-29 Andrew McDonald[IPV6]: Check interface bindings on IPv6 raw socket...
2005-08-29 David S. Miller[NET]: Remove explicit initializations of skb->input_dev
2005-08-29 Adrian Bunk[IPV4]: possible cleanups
2005-08-29 David S. Miller[NET]: Kill skb->real_dev
2005-08-29 Arnaldo Carvalho... [REQSK]: Move the syn_table destroy from tcp_listen_sto...
2005-08-29 Patrick McHardy[NET]: Kill skb->tc_classid
2005-08-23 Ralf Baechle[AX25]: UID fixes
2005-08-23 Ralf Baechle[NET]: Fix socket bitop damage
2005-08-06 Marcel Holtmann[Bluetooth] Remove unused functions and cleanup symbol...
2005-07-31 Baruch Even[NET]: Spelling mistakes threshoulds -> thresholds
2005-07-19 Patrick McHardy[NET]: Make ipip/ip6_tunnel independant of XFRM
2005-07-18 Sridhar Samudrala[SCTP]: Fix potential null pointer dereference while...
2005-07-12 Alexey Dobriyan[NET]: __be'ify *_type_trans()
2005-07-12 Alexey Dobriyan[SCTP]: __nocast annotations
2005-07-09 David S. Miller[SCTP]: Use struct list_head for chunk lists, not sk_bu...
2005-07-08 Victor Fusco[NET]: Fix sparse warnings
2005-07-08 David S. Miller[NET]: Transform skb_queue_len() binary tests into...
2005-07-05 David S. Miller[TCP]: Move to new TSO segmenting scheme.
2005-07-05 David S. Miller[TCP]: Fix __tcp_push_pending_frames() 'nonagle' handling.
2005-07-05 David S. Miller[TCP]: Fix redundant calculations of tcp_current_mss()
2005-07-05 David S. Miller[TCP]: Kill extra cwnd validate in __tcp_push_pending_f...
2005-07-05 David S. Miller[TCP]: Move __tcp_data_snd_check into tcp_output.c
2005-07-05 David S. Miller[TCP]: Move send test logic out of net/tcp.h
2005-07-05 David S. Miller[TCP]: Fix quick-ack decrementing with TSO.
2005-07-05 David S. Miller[TCP]: Simplify SKB data portion allocation with NETIF_...
2005-07-05 Alexey Dobriyan[NET]: Remove __ARGS from include/net/slhc_vj.h
2005-07-05 Thomas Graf[PKT_SCHED]: Cleanup qdisc creation and alignment macros
2005-07-05 Thomas Graf[PKT_SCHED]: Move sch_generic.c prototypes to correct...
2005-06-29 Jeff Garzik[PATCH] ieee80211.h build fix
2005-06-28 YOSHIFUJI Hideaki[IPV6]: remove more unused IPV6_AUTHHDR things.
2005-06-28 Vlad Yasevich[SCTP] Make init & delayed sack timeouts configurable...
2005-06-28 Jeff GarzikUpdate is_multicast_ether_addr() definition; net/ieee80...
2005-06-27 Christoph Hellwig[PATCH] bring over ieee80211.h from mainline
2005-06-24 Linus TorvaldsMerge /pub/scm/linux/kernel/git/davem/net-2.6
2005-06-24 Adrian Bunk[PATCH] make various thing static
2005-06-24 David S. Miller[TCP]: Need to declare 'tcp_reno' in net/tcp.h
2005-06-24 Stephen Hemminger[TCP]: Allow choosing TCP congestion control via sockopt.
2005-06-23 Stephen Hemminger[TCP]: Add pluggable congestion control algorithm infra...
2005-06-23 Shaun Pereira[X25]: Fast select with no restriction on response
2005-06-23 Shaun Pereira[X25]: Selective sub-address matching with call user...
2005-06-22 Ingo Molnar[PATCH] smp_processor_id() cleanup
2005-06-21 Jamal Hadi Salim[IPV6]: V6 route events reported with wrong netlink...
2005-06-20 Robert Olsson[NETLINK]: fib_lookup() via netlink
2005-06-20 Alexey Dobriyan[AX25]: endian-annotate ax25_type_trans()
2005-06-20 Herbert Xu[IPSEC]: Add xfrm_state_afinfo->init_flags
2005-06-20 Herbert Xu[IPSEC]: Add xfrm_init_state
2005-06-20 Frank Filz[SCTP] sctp_connectx() API support
2005-06-19 Thomas Graf[PKT_SCHED]: Generic queue management interface for...
2005-06-19 Thomas Graf[NEIGHBOUR]: Remove unused fields in struct neigh_parms...
2005-06-19 Thomas Graf[NETLINK]: Neighbour table configuration and statistics...
2005-06-19 David S. Miller[NET]: Move sysctl_max_syn_backlog into request_sock.c
2005-06-19 Arnaldo Carvalho... [NET] rename struct tcp_listen_opt to struct listen_sock
2005-06-19 Arnaldo Carvalho... [NET] Generalise tcp_listen_opt
2005-06-19 Arnaldo Carvalho... [NET] Rename open_request to request_sock
2005-06-19 Arnaldo Carvalho... [NET] Generalise TCP's struct open_request minisock...
2005-06-19 Herbert Xu[IPSEC] Use XFRM_MSG_* instead of XFRM_SAP_*
2005-06-19 Herbert Xu[IPSEC] Turn km_event.data into a union
2005-06-19 Herbert Xu[IPSEC] Kill spurious hard expire messages
2005-06-19 Jamal Hadi Salim[IPSEC] Add complete xfrm event notification
2005-06-13 Neil Horman[SCTP] Add support for ip_nonlocal_bind sysctl & IP_FRE...
2005-05-30 Pravin B. Shelar[IPV4]: Kill MULTIPATHHOLDROUTE flag.
2005-05-26 Hideaki YOSHIFUJIFrom: Kazunori Miyazawa <kazunori@miyazawa.org>
2005-05-19 Jamal Hadi Salim[PKT_SCHED]: Fixup simple action define.
2005-05-05 Jesper Juhl[PATCH] update Ross Biro bouncing email address
2005-05-05 Arnaldo Carvalho... [IPV6]: Fix OOPS when using IPV6_ADDRFORM
2005-05-04 Patrick McHardy[IPV6]: net/addrconf.h needs to include linux/in6.h...
next