summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2008-10-15Merge branch 'next'Trond Myklebust7-268/+616
2008-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-83/+133
2008-10-15HID: move connect quirksJiri Slaby1-3/+0
2008-10-15HID: move apple quirksJiri Slaby1-22/+0
2008-10-15HID: move ignore quirksJiri Slaby1-1/+1
2008-10-15HID: hid, make parsing event drivenJiri Slaby2-82/+111
2008-10-15HID: make a bus from hid codeJiri Slaby1-9/+55
2008-10-14Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linuxLinus Torvalds8-207/+989
2008-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds19-23/+25
2008-10-14net/rfkill/rfkill-input.c needs <linux/sched.h>Geert Uytterhoeven1-0/+1
2008-10-14net: Rationalise email address: Network Specific PartsAlan Cox16-18/+18
2008-10-14dsa: fix compile bug on s390Heiko Carstens1-1/+1
2008-10-14netns: mib6 section fixletAlexey Dobriyan1-1/+1
2008-10-14pktgen: fix skb leak in case of failureIlpo Järvinen1-3/+5
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse2-2/+2
2008-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds4-4/+5
2008-10-13net/mac80211/rx.c: fix build errorIngo Molnar1-1/+4
2008-10-13netfilter: remove unused #include <version.h>Huang Weiyi1-1/+0
2008-10-13net: Fix off-by-one in skb_dma_mapDimitris Michailidis1-1/+1
2008-10-13wireless: remove duplicated #includeHuang Weiyi1-1/+0
2008-10-13Merge branch 'next' into for-linusJames Morris13-828/+2186
2008-10-11gre: Initialise rtnl_link tunnel parameters properlyHerbert Xu1-1/+1
2008-10-11ipvs: Add proper dependencies on IP_VS, and fix description header line.David S. Miller1-2/+2
2008-10-11af_key: fix SADB_X_SPDDELETE responseTobias Brunner1-0/+1
2008-10-10RPC/RDMA: ensure connection attempt is complete before signalling.Tom Talpey1-5/+1
2008-10-10RPC/RDMA: correct the reconnect timer backoffTom Talpey1-0/+7
2008-10-10RPC/RDMA: optionally emit useful transport info upon connect/disconnect.Tom Talpey2-1/+22
2008-10-10RPC/RDMA: reformat a debug printk to keep lines together.Tom Talpey1-2/+2
2008-10-10RPC/RDMA: harden connection logic against missing/late rdma_cm upcalls.Tom Talpey2-4/+10
2008-10-10RPC/RDMA: fix connect/reconnect resource leak.Tom Talpey1-5/+4
2008-10-10RPC/RDMA: return a consistent error, when connect fails.Tom Talpey1-1/+1
2008-10-10RPC/RDMA: adhere to protocol for unpadded client trailing write chunks.Tom Talpey3-2/+33
2008-10-10RPC/RDMA: avoid an oops due to disconnect racing with async upcalls.Tom Talpey1-11/+9
2008-10-10gre: minor cleanups in netlink interfacePatrick McHardy1-8/+8
2008-10-10RPC/RDMA: maintain the RPC task bytes-sent statistic.Tom Talpey1-0/+1
2008-10-10RPC/RDMA: suppress retransmit on RPC/RDMA clients.Tom Talpey3-4/+15
2008-10-10gre: fix copy and paste errorPatrick McHardy1-2/+2
2008-10-10RPC/RDMA: fix connection IRD/ORD settingTom Tucker1-37/+14
2008-10-10RPC/RDMA: support FRMR client memory registration.Tom Talpey2-6/+167
2008-10-10RPC/RDMA: check selected memory registration mode at runtime.Tom Talpey1-15/+80
2008-10-10RPC/RDMA: add data types and new FRMR memory registration enum.Tom Talpey1-1/+7
2008-10-10RPC/RDMA: refactor the inline memory registration code.Tom Talpey1-158/+207
2008-10-10netlabel: Add configuration support for local labelingPaul Moore3-2/+48
2008-10-10cipso: Add support for native local labeling and fixup mapping namesPaul Moore5-32/+119
2008-10-10selinux: Set socket NetLabel based on connection endpointPaul Moore2-1/+151
2008-10-10netlabel: Add functionality to set the security attributes of a packetPaul Moore2-39/+243
2008-10-10netlabel: Add network address selectors to the NetLabel/LSM domain mappingPaul Moore8-222/+811
2008-10-10netlabel: Add a generic way to create ordered linked lists of network addrsPaul Moore4-216/+569
2008-10-10netlabel: Replace protocol/NetLabel linking with refrerence countsPaul Moore6-255/+221
2008-10-10selinux: Fix missing calls to netlbl_skbuff_err()Paul Moore1-2/+3