[ARP]: Introduce the arp_hdr_len helper.
[safe/jmp/linux-2.6] / net /
2008-03-03 Pavel Emelyanov[ARP]: Introduce the arp_hdr_len helper.
2008-03-03 Alexey Dobriyanipv6: fix inet6_init/icmpv6_cleanup sections mismatch
2008-03-03 Denis V. Lunev[TCP]: Merge exit paths in tcp_v4_conn_request.
2008-03-03 Denis V. Lunev[SCTP]: seq_printf format warning. (fixed)
2008-03-03 Denis V. Lunev[IPV4]: skb->dst can't be NULL in ip_options_echo.
2008-02-29 Denis V. Lunev[ICMP]: Section conflict between icmp_sk_init/icmp_sk_exit.
2008-02-29 David S. MillerMerge branch 'master' of /linux/kernel/git/linville...
2008-02-29 Johannes Bergmac80211: fix key replacing, hw accel
2008-02-29 Johannes Bergmac80211: split ieee80211_key_alloc/free
2008-02-29 Johannes Bergmac80211: remove STA infos last_ack stuff
2008-02-29 Johannes Bergmac80211: safely free beacon in ieee80211_if_reinit
2008-02-29 Johannes Bergmac80211: fix IBSS code
2008-02-29 Johannes Bergmac80211: fix debugfs_sta print_mac() warning
2008-02-29 Johannes Bergmac80211: Disallow concurrent IBSS/STA mode interfaces
2008-02-29 Johannes Bergmac80211: atomically check whether STA exists already
2008-02-29 Johannes Bergmac80211: rework TX filtered frame code
2008-02-29 Pavel Roskinmac80211: fix incorrect use of CONFIG_MAC80211_IBSS_DEBUG
2008-02-29 Johannes Bergmac80211: consolidate TIM handling code
2008-02-29 Johannes Bergmac80211: remove sta TIM flag, fix expiry TIM handling
2008-02-29 Johannes Bergmac80211: invoke set_tim() callback after setting own...
2008-02-29 Tomas Winklerwireless: update US regulatory domain
2008-02-29 Johannes Bergmac80211: convert sta_info.pspoll to a flag
2008-02-29 Bruno Randolfmac80211: enable IBSS merging
2008-02-29 Bruno Randolfmac80211: move function ieee80211_sta_join_ibss()
2008-02-29 S.Çağlar Onurnet/mac80211/: Use time_* macros
2008-02-29 Johannes Bergmac80211: fix ecw2cw brain-damage
2008-02-29 Johannes Bergmac80211: give burst time in txop rather than 0.1msec...
2008-02-29 Johannes Bergmac80211: defer master netdev allocation to ieee80211_r...
2008-02-29 Ron Rindjunskymac80211: adjustable number of bits for qdisc pool
2008-02-29 Michael Wumac80211: Add cooked monitor mode support
2008-02-29 Johannes Bergmac80211: move some code into ieee80211_invoke_rx_handlers
2008-02-29 Johannes Bergmac80211: remove "dynamic" RX/TX handlers
2008-02-29 Johannes Bergmac80211: clean up some things in the RX path
2008-02-29 Michael Wumac80211: Use monitor configuration flags
2008-02-29 Michael Wunl80211: Add monitor interface configuration flags
2008-02-29 Johannes Bergmac80211: split RX_DROP
2008-02-29 Johannes Bergmac80211: split ieee80211_txrx_result
2008-02-29 Ivo van Doornwireless: Fix WARN_ON() with ieee802.11b
2008-02-29 Johannes Bergwireless: fix ERP rate flags
2008-02-29 Stefano Briviorc80211-pid: fix rate adjustment
2008-02-29 Johannes Bergmac80211: remove port control enable switch, clean...
2008-02-29 Johannes Bergmac80211: fix scan band off-by-one error
2008-02-29 Johannes Bergnl80211: export hardware bitrate/channel capabilities
2008-02-29 Johannes Bergcfg80211 API for channels/bitrates, mac80211 and driver...
2008-02-29 Johannes Bergmac80211: dissolve pre-rx handlers
2008-02-29 Ron Rindjunskymac80211: A-MPDU Tx add delBA from recipient support
2008-02-29 Ron Rindjunskymac80211: A-MPDU add debugfs support
2008-02-29 Ron Rindjunskymac80211: A-MPDU Tx MLME data initialization
2008-02-29 Ron Rindjunskymac80211: A-MPDU Tx adding qdisc support
2008-02-29 Ron Rindjunskymac80211: A-MPDU Tx adding basic functionality
2008-02-29 Ron Rindjunskymac80211: A-MPDU Tx add MLME structures
2008-02-29 Ron Rindjunskymac80211: A-MPDU Tx add session's and low level driver...
2008-02-29 Johannes Bergmac80211: allow sending multicast frames through virtua...
2008-02-29 Tomas Winklermac80211: set assoc flag to bss_conf
2008-02-29 Pavel Emelyanov[NET]: Use existing device list walker for /proc/dev_mcast.
2008-02-29 Denis V. Lunev[INET]: Remove struct dst_entry *dst from request_sock_...
2008-02-29 Neil Horman[SCTP]: extend exported data in /proc/net/sctp/assoc
2008-02-29 Pavel Emelyanov[NETFILTER/RXRPC]: Don't use seq_release_private where...
2008-02-29 Pavel Emelyanov[ATALK/DECNET]: Use seq_open_private in appletalk and...
2008-02-29 Pavel Emelyanov[ATM]: Use seq_open/release_privade instead of manual...
2008-02-29 David S. Miller[NET]: sk_release_kernel needs to be exported to modules
2008-02-29 Denis V. Lunev[NETNS]: Make icmpv6_sk per namespace.
2008-02-29 Denis V. Lunev[NETNS]: Make icmp_sk per namespace.
2008-02-29 Denis V. Lunev[NETNS]: icmp(v6)_sk should not pin a namespace.
2008-02-29 Denis V. Lunev[NET]: Make netlink_kernel_release publically available...
2008-02-29 Denis V. Lunev[NETLINK]: No need for a separate __netlink_release...
2008-02-29 Denis V. Lunev[ICMP]: Allocate data for __icmp(v6)_sk dynamically.
2008-02-29 Denis V. Lunev[ICMP]: Pass proper ICMP socket into icmp(v6)_xmit_...
2008-02-29 Denis V. Lunev[ICMP]: Store sock rather than socket for ICMP flow...
2008-02-29 Denis V. Lunev[ICMP]: Optimize icmp_socket usage.
2008-02-29 Denis V. Lunev[ICMP]: Add return code to icmp_init.
2008-02-29 Denis V. Lunev[INET]: Remove struct net_proto_family* from _init...
2008-02-29 Timo Teras[XFRM]: Speed up xfrm_policy and xfrm_state walking
2008-02-29 Adrian Bunk[IPV6]: Unexport ip6_find_1stfragopt
2008-02-29 Juha-Matti Tapio[IPV6]: Fix source address selection for ORCHID addresses
2008-02-29 Juha-Matti Tapio[IPV6]: Add ORCHID prefix to address label table
2008-02-29 Denis V. Lunev[NETNS]: Process inet_select_addr inside a namespace.
2008-02-29 Denis V. Lunev[NETNS]: Enable IPv4 address manipulations inside names...
2008-02-29 Denis V. Lunev[NETNS]: Enable all routing manipulation via netlink...
2008-02-29 Denis V. Lunev[NETNS]: Process devinet ioctl in the correct namespace.
2008-02-29 Denis V. Lunev[NETNS]: Register /proc/net/rt_cache for each namespace.
2008-02-29 Denis V. Lunev[NETNS]: Process /proc/net/rt_cache inside a namespace.
2008-02-29 Denis V. Lunev[IPV4]: rt_cache_get_next should take rt_genid into...
2008-02-29 Denis V. Lunev[NETNS]: Process ip_rt_redirect in the correct namespace.
2008-02-29 Denis V. Lunev[NETNS]: DST cleanup routines should be called inside...
2008-02-29 Denis V. Lunev[NETNS]: Enable inetdev_event notifier.
2008-02-29 Denis V. Lunev[NETNS]: Disable multicaststing configuration inside...
2008-02-29 Denis V. Lunev[NETNS]: Default arp parameters lookup.
2008-02-29 Denis V. Lunev[NETNS]: Register neighbour table parameters in the...
2008-02-29 Denis V. Lunev[NETNS]: Disable inetaddr notifiers in namespaces other...
2008-02-29 Denis V. Lunev[NETFILTER]: Consolidate masq_inet_event and masq_devic...
2008-02-29 Denis V. Lunev[IPV4]: Remove check for ifa->ifa_dev != NULL.
2008-02-28 Wang Chen[X25]: Use proc_create() to setup ->proc_fops first
2008-02-28 Wang Chen[WANROUTER]: Use proc_create() to setup ->proc_fops...
2008-02-28 Wang Chen[8021Q]: Use proc_create() to setup ->proc_fops first
2008-02-28 Wang Chen[IPV4]: Use proc_create() to setup ->proc_fops first
2008-02-28 Wang Chen[IPV6]: Use proc_create() to setup ->proc_fops first
2008-02-28 Wang Chen[SCTP]: Use proc_create() to setup ->proc_fops first
2008-02-28 Wang Chen[PKTGEN]: Use proc_create() to setup ->proc_fops first
2008-02-28 Wang Chen[NEIGHBOUR]: Use proc_create() to setup ->proc_fops...
next