summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Fix sunrpc warning noiseGeert Uytterhoeven2007-05-081-4/+4
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-0817-17/+0
* VFS: delay the dentry name generation on sockets and pipesEric Dumazet2007-05-081-7/+13
* Fix bluetooth HCI sysfs compileLinus Torvalds2007-05-071-2/+2
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2007-05-0712-19/+663
|\
| * [NET]: rfkill: add support for input key to control wireless radioIvo van Doorn2007-05-076-0/+614
| * [NET] net/core: Fix error handlingJosef 'Jeff' Sipek2007-05-071-2/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6David S. Miller2007-05-075-17/+47
| |\
| | * [Bluetooth] Disconnect L2CAP connection after last RFCOMM DLCMarcel Holtmann2007-05-051-0/+10
| | * [Bluetooth] Check that device is in rfcomm_dev_list before deletingMarcel Holtmann2007-05-051-3/+8
| | * [Bluetooth] Use in-kernel sockets APIMarcel Holtmann2007-05-051-13/+6
| | * [Bluetooth] Attach host adapters to the Bluetooth busMarcel Holtmann2007-05-051-1/+8
| | * [Bluetooth] Fix L2CAP and HCI setsockopt() information leaksMarcel Holtmann2007-05-052-0/+15
* | | slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-072-4/+2
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2007-05-063-14/+14
|\ \
| * | kconfig: fix path to modules.txt in Kconfig helpAlexander E. Patrakov2007-05-023-14/+14
| |/
* | [MAC80211]: Add debugfs attributes.Jiri Benc2007-05-0519-15/+1866
* | [MAC80211]: Add mac80211 wireless stack.Jiri Benc2007-05-0533-2/+15065
* | [AF_IUCV]: Compile fix - adopt to skbuff changes.Heiko Carstens2007-05-051-3/+3
* | Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds2007-05-049-453/+714
|\ \
| * | spkm3: initialize hashJ. Bruce Fields - unquoted2007-05-021-0/+4
| * | spkm3: remove bad kfree, unnecessary exportJ. Bruce Fields - unquoted2007-05-021-5/+0
| * | spkm3: fix spkm3's use of hmacJ. Bruce Fields - unquoted2007-05-021-2/+2
| * | SUNRPC: RPC client should retry with different versions of rpcbindChuck Lever2007-04-301-2/+4
| * | SUNRPC: remove old portmapperChuck Lever2007-04-302-387/+1
| * | SUNRPC: switch the RPC server to use the new rpcbind registration APIChuck Lever2007-04-301-1/+1
| * | SUNRPC: switch socket-based RPC transports to use rpcbindChuck Lever2007-04-301-2/+2
| * | SUNRPC: introduce rpcbind: replacement for in-kernel portmapperChuck Lever2007-04-303-1/+627
| * | SUNRPC: Eliminate side effects from rpc_mallocChuck Lever2007-04-303-33/+37
| * | SUNRPC: RPC buffer size estimates are too largeChuck Lever2007-04-303-28/+44
| |/
* | [SCTP]: Set assoc_id correctly during INIT collision.Vlad Yasevich2007-05-044-31/+77
* | [SCTP]: Re-order SCTP initializations to avoid race with sctp_rcv()Sridhar Samudrala2007-05-042-53/+75
* | [SCTP]: Fix the SO_REUSEADDR handling to be similar to TCP.Vlad Yasevich2007-05-041-10/+22
* | [SCTP]: Verify all destination ports in sctp_connectx.Vlad Yasevich2007-05-041-0/+8
* | [XFRM] SPD info TLV aggregationJamal Hadi Salim2007-05-042-36/+17
* | [XFRM] SAD info TLV aggregationxJamal Hadi Salim2007-05-042-14/+10
* | [AF_RXRPC]: Sort out MTU handling.David Howells2007-05-044-14/+115
* | [AF_IUCV/IUCV] : Add missing section annotationsHeiko Carstens2007-05-042-48/+45
* | [AF_IUCV]: Implementation of a skb backlog queueJennifer Hunt2007-05-041-29/+130
* | [NETLINK]: Remove bogus BUG_ONPatrick McHardy2007-05-041-1/+0
* | [TCP]: zero out rx_opt in tcp_disconnect()Srinivas Aji2007-05-031-2/+1
* | [NET]: Rework dev_base via list_head (v3)Pavel Emelianov2007-05-0324-182/+214
* | [TCP] Highspeed: Limited slow-start is nowadays in tcp_slow_startIlpo Järvinen2007-05-031-21/+3
* | [NETFILTER]: bridge netfilter: consolidate header pushing/pulling codePatrick McHardy2007-05-031-98/+40
* | [NETFILTER]: sip: Fix RTP address NATHerbert Xu2007-05-031-1/+25
* | [NETFILTER]: nf_nat_proto_gre: do not modify/corrupt GREv0 packets through NATJorge Boncompte2007-05-031-12/+8
* | [NETFILTER]: ipt_DNAT: accept port randomization optionPatrick McHardy2007-05-031-4/+0
* | [NET]: Add __dev_getfirstbyhwtypePatrick McHardy2007-05-031-5/+16
* | [NETLINK]: Fix use after free in netlink_recvmsgPatrick McHardy2007-05-031-4/+2
* | [NETLINK]: Kill CB only when socket is unusedHerbert Xu2007-05-031-14/+15