[MAC80211]: remove reset callback
[pandora-kernel.git] / net /
2007-10-10 Johannes Berg[MAC80211]: fix key debugfs
2007-10-10 Johannes Berg[MAC80211]: avoid copying packets to interfaces that...
2007-10-10 Samuel Ortiz[IrDA]: MSG_NOSIGNAL support for IrDA sockets
2007-10-10 Ilpo Järvinen[NET]: DIV_ROUND_UP cleanup (part two)
2007-10-10 Robert Olsson[PKTGEN]: Remove softirq scheduling.
2007-10-10 Robert Olsson[PKTGEN]: Multiqueue support.
2007-10-10 Denis Cheng[NETLINK]: use container_of instead
2007-10-10 Thomas Graf[XFRM] policy: Replace magic number with XFRM_POLICY_OUT
2007-10-10 Masahide NAKAMURA[IPV4] IPSEC: Omit redirect for tunnelled packet.
2007-10-10 Masahide NAKAMURA[IPV6] IPSEC: Omit redirect for tunnelled packet.
2007-10-10 Noriaki TAKAMIYA[IPV6] XFRM: Fix connected socket to use transformation.
2007-10-10 Brian Haley[IPV6]: Add v4mapped address inline
2007-10-10 Stephen Hemminger[UDP]: Randomize port selection.
2007-10-10 Ilpo Järvinen[NET] Cleanup: DIV_ROUND_UP
2007-10-10 Ilpo Järvinen[TCP] MIB: Add counters for discarded SACK blocks
2007-10-10 Ilpo Järvinen[TCP]: Discard fuzzy SACK blocks
2007-10-10 Ilpo Järvinen[TCP]: Rename tcp_ack_packets_out -> tcp_rearm_rto
2007-10-10 Ilpo Järvinen[TCP]: tcp_packets_out_inc to tcp_output.c (no callers...
2007-10-10 Ilpo Järvinen[TCP]: Remove unnecessary wrapper tcp_packets_out_dec
2007-10-10 Stephen Hemminger[ATM]: Replace DPRINTK() with pr_debug().
2007-10-10 Stephen Hemminger[NET] ethernet: optimize memcpy and memset
2007-10-10 Thomas Graf[XFRM] netlink: Inline attach_encap_tmpl(), attach_sec_...
2007-10-10 Thomas Graf[XFRM] netlink: Remove dependency on rtnetlink
2007-10-10 Thomas Graf[XFRM] netlink: Use nlattr instead of rtattr
2007-10-10 Thomas Graf[XFRM] netlink: Rename attribute array from xfrma[...
2007-10-10 Thomas Graf[XFRM] netlink: Enhance indexing of the attribute array
2007-10-10 Thomas Graf[XFRM] netlink: Establish an attribute policy
2007-10-10 Thomas Graf[XFRM] netlink: Use nlmsg_parse() to parse attributes
2007-10-10 Thomas Graf[XFRM] netlink: Use nlmsg_new() and type-safe size...
2007-10-10 Thomas Graf[XFRM] netlink: Clear up some of the CONFIG_XFRM_SUB_PO...
2007-10-10 Thomas Graf[XFRM] netlink: Move algorithm length calculation to...
2007-10-10 Thomas Graf[XFRM] netlink: Use nla_put()/NLA_PUT() variantes
2007-10-10 Thomas Graf[XFRM] netlink: Use nlmsg_broadcast() and nlmsg_unicast()
2007-10-10 Thomas Graf[XFRM] netlink: Use nlmsg_data() instead of NLMSG_DATA()
2007-10-10 Thomas Graf[XFRM] netlink: Use nlmsg_end() and nlmsg_cancel()
2007-10-10 Thomas Graf[XFRM] netlink: Use nlmsg_put() instead of NLMSG_PUT()
2007-10-10 Arnaldo Carvalho... [DCCP]: Nuke the timeval helpers now that we fully...
2007-10-10 Arnaldo Carvalho... [DCCP]: Nuke dccp_timestamp and dccps_epoch, not used...
2007-10-10 Arnaldo Carvalho... [DCCP] options: convert dccp_insert_option_timestamp...
2007-10-10 Arnaldo Carvalho... [DCCP]: Convert dccps_timestamp_time to ktime_t
2007-10-10 Arnaldo Carvalho... [DCCP] packet_history: Convert dccphtx_tstamp to ktime_t
2007-10-10 Arnaldo Carvalho... [DCCP] packet_history: convert dccphrx_tstamp to ktime_t
2007-10-10 Arnaldo Carvalho... [DCCP] ackvec: Convert to ktime_t
2007-10-10 Arnaldo Carvalho... [DCCP] CCID3: Stop using dccp_timestamp
2007-10-10 Arnaldo Carvalho... [DCCP]: Convert dccp_sample_rtt to ktime_t
2007-10-10 Arnaldo Carvalho... [DCCP]: Convert ccid3hcrx_tstamp_last_feedback to ktime_t
2007-10-10 Arnaldo Carvalho... [DCCP]: Convert ccid3hcrx_tstamp_last_ack to ktime_t
2007-10-10 Arnaldo Carvalho... [DCCP]: Convert ccid3hctx_t_ld to ktime_t
2007-10-10 Arnaldo Carvalho... [DCCP]: Make ccid3_hc_tx_update_x get a timestamp if...
2007-10-10 Neil Horman[SCTP]: Rewrite of sctp buffer management code
2007-10-10 Jeff Garzik[ETHTOOL]: Internal cleanup of ethtool_value-related...
2007-10-10 Jeff Garzik[ETHTOOL]: Introduce ->{get,set}_priv_flags, ETHTOOL_...
2007-10-10 Jeff Garzik[ETHTOOL]: Introduce get_sset_count. Obsolete get_stats...
2007-10-10 Jeff Garzik[ETHTOOL]: Add ETHTOOL_[GS]FLAGS sub-ioctls
2007-10-10 Satyam Sharma[NET] netconsole: Support dynamic reconfiguration using...
2007-10-10 Stephen Hemminger[IPV4] fib_trie: macro cleanup
2007-10-10 Stephen Hemminger[IPV4] fib_trie: cleanup
2007-10-10 Ilpo Järvinen[TCP]: Move sack_ok access to obviously named funcs...
2007-10-10 Ilpo Järvinen[TCP]: Reduce sacked_out with reno when purging write_queue
2007-10-10 Ilpo Järvinen[TCP]: Keep state in Disorder also if only lost_out > 0
2007-10-10 Ilpo Järvinen[TCP]: Restore over-zealous tcp_sync_left_out-like...
2007-10-10 Ilpo Järvinen[TCP]: Left out sync->verify (the new meaning of it...
2007-10-10 Ilpo Järvinen[TCP]: Add tcp_left_out(tp) "back" to get cleaner looki...
2007-10-10 Ilpo Järvinen[TCP]: Tighten tcp_sock's belt, drop left_out
2007-10-10 Ilpo Järvinen[TCP]: Remove num_acked>0 checks from cong.ctrl mods...
2007-10-10 Ilpo Järvinen[TCP]: Add tcp_dec_pcount_approx int variant
2007-10-10 Ilpo Järvinen[TCP]: Move code from tcp_ecn.h to tcp*.c and tcp.h...
2007-10-10 Ilpo Järvinen[TCP]: Access to highest_sack obsoletes forward_cnt_hint
2007-10-10 Ilpo Järvinen[TCP] FRTO: remove unnecessary fackets/sacked_out recou...
2007-10-10 Ilpo Järvinen[TCP]: Move Reno SACKed_out counter functions earlier
2007-10-10 David S. Miller[TCP]: Extract DSACK detection code from tcp_sacktag_wr...
2007-10-10 Ilpo Järvinen[TCP]: Rexmit hint must be cleared instead of setting it
2007-10-10 Ilpo Järvinen[TCP]: Extracted rexmit hint clearing from the LOST...
2007-10-10 Ilpo Järvinen[TCP]: Add highest_sack seqno, points to globally highe...
2007-10-10 Thomas Graf[NEIGH]: Netlink notifications
2007-10-10 Thomas Graf[NEIGH]: Combine neighbour cleanup and release
2007-10-10 Jan-Bernd Themann[NET]: Generic Large Receive Offload for TCP traffic
2007-10-10 Pavel Emelianov[RTNETLINK]: Introduce generic rtnl_create_link().
2007-10-10 Stephen Hemminger[NET]: Make NAPI polling independent of struct net_devi...
2007-10-10 Johannes Berg[WIRELESS] radiotap parser: accept all other fields
2007-10-10 Larry Finger[MAC80211]: Add SIOCGIWTXPOWER routine
2007-10-10 Thomas Graf[WIRELESS]: Use type safe netlink interface
2007-10-10 Johannes Berg[MAC80211]: fix add_interface monitor mode behaviour
2007-10-10 Andy Green[MAC80211]: Improve sanity checks on injected packets
2007-10-10 Michael Wu[MAC80211]: use more GFP_KERNEL instead of GFP_ATOMIC
2007-10-10 Daniel Drake[MAC80211]: implement ERP info change notifications
2007-10-10 Daniel Drake[MAC80211]: improved short preamble handling
2007-10-10 Ivo van Doorn[MAC80211]: Add LONG_RETRY flag to ieee80211_tx_control
2007-10-10 Daniel Drake[MAC80211]: STA reassociation improvements
2007-10-10 Michael Wu[MAC80211]: improve locking of sta_info related structures
2007-10-10 Johannes Berg[MAC80211]: introduce util.c
2007-10-10 Johannes Berg[MAC80211]: reorder interface related functions
2007-10-10 Johannes Berg[MAC80211]: move some rate control functions out of...
2007-10-10 Johannes Berg[MAC80211]: split out some key functions from ieee80211.c
2007-10-10 Johannes Berg[MAC80211]: remove some unnecessary includes
2007-10-10 Johannes Berg[MAC80211]: split TX path into own file
2007-10-10 Johannes Berg[MAC80211]: rx cleanups (2)
2007-10-10 Johannes Berg[MAC80211]: fix bug for per-sta stats
2007-10-10 Johannes Berg[MAC80211]: split up __ieee80211_rx
2007-10-10 Johannes Berg[MAC80211]: split ieee80211_rx_h_check handler
next