summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-1031-321/+381
* [TCP]: Return useful listenq info in tcp_info and INET_DIAG_INFO.Rick Jones2007-10-102-5/+12
* [NETNS]: Cleanup list walking in setup_net and cleanup_netPavel Emelyanov2007-10-101-8/+4
* [SCTP]: Tie ADD-IP and AUTH functionality as required by spec.Vlad Yasevich2007-10-101-1/+12
* [SCTP]: API updates to suport SCTP-AUTH extensions.Vlad Yasevich2007-10-104-0/+547
* [SCTP]: Implement the receive and verification of AUTH chunkVlad Yasevich2007-10-106-12/+362
* [SCTP]: Enable the sending of the AUTH chunk.Vlad Yasevich2007-10-103-27/+155
* [SCTP]: Implete SCTP-AUTH parameter processingVlad Yasevich2007-10-104-4/+219
* [SCTP]: Implement SCTP-AUTH initializations.Vlad Yasevich2007-10-105-0/+133
* [SCTP]: Implement SCTP-AUTH internalsVlad Yasevich2007-10-103-1/+749
* [IPV4]: Add ICMPMsgStats MIB (RFC 4293)David L Stevens2007-10-105-78/+108
* [IPV6]: Add ICMPMsgStats MIB (RFC 4293) [rev 2]David L Stevens2007-10-107-62/+94
* [NET]: all net/ cleanup with ARRAY_SIZEDenis Cheng2007-10-102-2/+2
* [IPV4] af_inet.c: use ARRAY_SIZE macro from kernel.h insteadDenis Cheng2007-10-101-1/+1
* [NETLINK]: the temp variable name max is ambiguousDenis Cheng2007-10-101-6/+6
* [NETLINK]: use the macro min(x,y) provided by <linux/kernel.h> insteadDenis Cheng2007-10-101-1/+1
* [SKBUFF]: Fix up csum_start when head room changesHerbert Xu2007-10-101-10/+8
* [NETLINK]: Avoid pointer in netlink_run_queueHerbert Xu2007-10-106-13/+15
* [SCTP]: Move sysctl_sctp_[rw]mem definitions to protocol.cVlad Yasevich2007-10-102-11/+6
* [SCTP]: Implement the Supported Extensions ParameterVlad Yasevich2007-10-101-2/+89
* [IPV4/IPV6/DECNET]: Small cleanup for fib rules.Denis V. Lunev2007-10-104-32/+27
* [NET]: Cleanup calling netdev notifiers.Pavel Emelyanov2007-10-101-19/+13
* [NETNS]: Consolidate hashes creation in netdev_init()Pavel Emelyanov2007-10-101-17/+24
* [NET]: Fix the prototype of call_netdevice_notifiers.Eric W. Biederman2007-10-101-2/+2
* [NET]: migrate HARD_TX_LOCK to header fileJamal Hadi Salim2007-10-101-12/+0
* [IPV6]: Remove redundant RTM_DELLINK message.Milan Kocian2007-10-101-2/+0
* [CIPSO]: remove duplicated code in the cipso_v4_*_getattr() functionsPaul Moore2007-10-101-73/+42
* [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik2007-10-102-7/+12
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-108-11/+0
* [MAC80211]: remove/change some comments about Michael MIC hardware offloadJohannes Berg2007-10-101-14/+11
* [MAC80211]: PS mode fixTomas Winkler2007-10-101-0/+1
* [MAC80211]: use internal network device statsStephen Hemminger2007-10-104-35/+12
* [MAC80211]: get STA after tx radiotap snippedwarmcat2007-10-101-2/+2
* [MAC80211]: ignore key index on pairwise key (WEP only)Volker Braun2007-10-101-6/+12
* [MAC80211]: remove TKIP mixing for hw accel againJohannes Berg2007-10-101-17/+0
* [MAC80211]: remove HW_KEY_IDX_INVALIDJohannes Berg2007-10-102-8/+12
* [MAC80211]: remove set_key_idx callbackJohannes Berg2007-10-101-4/+0
* [MAC80211]: rework hardware crypto flagsJohannes Berg2007-10-103-46/+26
* [MAC80211]: remove turbo modesJohannes Berg2007-10-109-56/+57
* [MAC80211]: fix race conditions with keysJohannes Berg2007-10-104-27/+61
* [MAC80211]: don't send invalid QoS framesJohannes Berg2007-10-101-1/+14
* [MAC80211]: remove spy wext ioctlsJohannes Berg2007-10-101-4/+4
* [IPV4]: Convert rt_check_expire() from softirq processing to workqueue.Eric Dumazet2007-10-101-18/+12
* [RFKILL]: Add support for ultrawidebandIvo van Doorn2007-10-102-0/+12
* [RFKILL]: Remove IRDAIvo van Doorn2007-10-102-5/+2
* [NET]: Fix race when opening a proc file while a network namespace is exiting.Eric W. Biederman2007-10-104-4/+20
* [NET_SCHED]: Cleanup L2T macros and handle oversized packetsJesper Dangaard Brouer2007-10-104-9/+7
* [SCTP] net/sctp/socket.c: make 3 variables staticAdrian Bunk2007-10-101-3/+3
* [SCTP]: Make sctp_addto_param() static.Adrian Bunk2007-10-101-19/+20
* [NETLINK]: Introduce nested and byteorder flag to netlink attributeThomas Graf2007-10-105-15/+15
OpenPOWER on IntegriCloud