summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* [MAC80211]: Add support for setting TX power and radio statusMichael Buesch2007-10-112-2/+39
* [IEEE80211]: Fix softmac lockdep reports.Johannes Berg2007-10-116-17/+23
* [NET_SCHED]: explict hold dev tx lockJamal Hadi Salim2007-10-111-17/+2Star
* [NET]: Dynamically allocate the loopback device, part 1.Daniel Lezcano2007-10-1114-50/+50
* [NL80211]: add netlink interface to cfg80211Johannes Berg2007-10-117-2/+653
* [TCP]: Avoid clearing sacktag hint in trivial situationsIlpo Järvinen2007-10-112-10/+16
* [TCP]: Enable SACK enhanced FRTO (RFC4138) by defaultIlpo Järvinen2007-10-111-1/+1
* [TCP] FRTO: Improve interoperability with other undo_marker usersIlpo Järvinen2007-10-111-15/+27
* [TCP]: Cleanup tcp_tso_acked and tcp_clean_rtx_queueIlpo Järvinen2007-10-111-36/+30Star
* [TCP]: Move accounting from tso_acked to clean_rtx_queueIlpo Järvinen2007-10-111-46/+35Star
* [TCP]: clear_all_retrans_hints prefixed by tcp_Ilpo Järvinen2007-10-112-8/+8
* [TCP]: Make fackets_out accurateIlpo Järvinen2007-10-112-25/+29
* [TCP]: Maintain highest_sack accurately to the highest skbIlpo Järvinen2007-10-111-0/+7
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-1131-321/+381
* [TCP]: Return useful listenq info in tcp_info and INET_DIAG_INFO.Rick Jones2007-10-112-5/+12
* [NETNS]: Cleanup list walking in setup_net and cleanup_netPavel Emelyanov2007-10-111-8/+4Star
* [SCTP]: Tie ADD-IP and AUTH functionality as required by spec.Vlad Yasevich2007-10-111-1/+12
* [SCTP]: API updates to suport SCTP-AUTH extensions.Vlad Yasevich2007-10-114-0/+547
* [SCTP]: Implement the receive and verification of AUTH chunkVlad Yasevich2007-10-116-12/+362
* [SCTP]: Enable the sending of the AUTH chunk.Vlad Yasevich2007-10-113-27/+155
* [SCTP]: Implete SCTP-AUTH parameter processingVlad Yasevich2007-10-114-4/+219
* [SCTP]: Implement SCTP-AUTH initializations.Vlad Yasevich2007-10-115-0/+133
* [SCTP]: Implement SCTP-AUTH internalsVlad Yasevich2007-10-113-1/+749
* [IPV4]: Add ICMPMsgStats MIB (RFC 4293)David L Stevens2007-10-115-78/+108
* [IPV6]: Add ICMPMsgStats MIB (RFC 4293) [rev 2]David L Stevens2007-10-117-62/+94
* [NET]: all net/ cleanup with ARRAY_SIZEDenis Cheng2007-10-112-2/+2
* [IPV4] af_inet.c: use ARRAY_SIZE macro from kernel.h insteadDenis Cheng2007-10-111-1/+1
* [NETLINK]: the temp variable name max is ambiguousDenis Cheng2007-10-111-6/+6
* [NETLINK]: use the macro min(x,y) provided by <linux/kernel.h> insteadDenis Cheng2007-10-111-1/+1
* [SKBUFF]: Fix up csum_start when head room changesHerbert Xu2007-10-111-10/+8Star
* [NETLINK]: Avoid pointer in netlink_run_queueHerbert Xu2007-10-116-13/+15
* [SCTP]: Move sysctl_sctp_[rw]mem definitions to protocol.cVlad Yasevich2007-10-112-11/+6Star
* [SCTP]: Implement the Supported Extensions ParameterVlad Yasevich2007-10-111-2/+89
* [IPV4/IPV6/DECNET]: Small cleanup for fib rules.Denis V. Lunev2007-10-114-32/+27Star
* [NET]: Cleanup calling netdev notifiers.Pavel Emelyanov2007-10-111-19/+13Star
* [NETNS]: Consolidate hashes creation in netdev_init()Pavel Emelyanov2007-10-111-17/+24
* [NET]: Fix the prototype of call_netdevice_notifiers.Eric W. Biederman2007-10-111-2/+2
* [NET]: migrate HARD_TX_LOCK to header fileJamal Hadi Salim2007-10-111-12/+0Star
* [IPV6]: Remove redundant RTM_DELLINK message.Milan Kocian2007-10-111-2/+0Star
* [CIPSO]: remove duplicated code in the cipso_v4_*_getattr() functionsPaul Moore2007-10-111-73/+42Star
* [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik2007-10-112-7/+12
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-118-11/+0Star
* [MAC80211]: remove/change some comments about Michael MIC hardware offloadJohannes Berg2007-10-111-14/+11Star
* [MAC80211]: PS mode fixTomas Winkler2007-10-111-0/+1
* [MAC80211]: use internal network device statsStephen Hemminger2007-10-114-35/+12Star
* [MAC80211]: get STA after tx radiotap snippedwarmcat2007-10-111-2/+2
* [MAC80211]: ignore key index on pairwise key (WEP only)Volker Braun2007-10-111-6/+12
* [MAC80211]: remove TKIP mixing for hw accel againJohannes Berg2007-10-111-17/+0Star
* [MAC80211]: remove HW_KEY_IDX_INVALIDJohannes Berg2007-10-112-8/+12
* [MAC80211]: remove set_key_idx callbackJohannes Berg2007-10-111-4/+0Star