aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-02-26RDS/IB: Stats and sysctlsAndy Grover2-0/+232
2009-02-26RDS/IB: Receive datagrams via IBAndy Grover1-0/+869
2009-02-26RDS/IB: Implement IB-specific datagram send.Andy Grover1-0/+874
2009-02-26RDS/IB: Implement RDMA ops using FMRsAndy Grover1-0/+641
2009-02-26RDS/IB: Ring-handling code.Andy Grover1-0/+168
2009-02-26RDS/IB: Infiniband transportAndy Grover3-0/+1416
2009-02-26RDS: RDMA supportAndy Grover2-0/+763
2009-02-26RDS: recv.cAndy Grover1-0/+542
2009-02-26RDS: send.cAndy Grover1-0/+1003
2009-02-26RDS: Message parsingAndy Grover2-0/+623
2009-02-26RDS: sysctlsAndy Grover1-0/+122
2009-02-26RDS: loopbackAndy Grover2-0/+197
2009-02-26RDS: Connection handlingAndy Grover2-0/+752
2009-02-26RDS: Info and statsAndy Grover3-0/+419
2009-02-26RDS: Transport codeAndy Grover1-0/+117
2009-02-26RDS: Congestion-handling codeAndy Grover1-0/+402
2009-02-26RDS: Main header fileAndy Grover1-0/+686
2009-02-26RDS: Socket interfaceAndy Grover2-0/+785
2009-02-26wanrouter: fix sparse warnings: context imbalanceHannes Eder2-2/+8
2009-02-26inet fragments: fix sparse warning: context imbalanceHannes Eder1-0/+1
2009-02-26decnet: fix sparse warnings: symbol shadows an earlier oneHannes Eder3-10/+10
2009-02-26decnet: fix sparse warnings: context imbalanceHannes Eder1-0/+2
2009-02-26sysctl: fix sparse warning: Should it be static?Hannes Eder1-0/+1
2009-02-26appletalk: fix warning: format not a string literal and no ...Hannes Eder1-1/+1
2009-02-269p: fix sparse warning: cast adds address spaceHannes Eder1-1/+1
2009-02-26net/802: fix sparse warnings: context imbalanceHannes Eder1-0/+2
2009-02-26llc: remove some pointless conditionals before kfree_skb()Wei Yongjun1-2/+1
2009-02-26iucv: remove some pointless conditionals before kfree_skb()Wei Yongjun1-2/+1
2009-02-26decnet: remove some pointless conditionals before kfree_skb()Wei Yongjun1-2/+1
2009-02-26core: remove some pointless conditionals before kfree_skb()Wei Yongjun2-6/+3
2009-02-26packet: remove some pointless conditionals before kfree_skb()Wei Yongjun1-2/+1
2009-02-26can: remove some pointless conditionals before kfree_skb()Wei Yongjun1-2/+1
2009-02-26netlink: remove some pointless conditionals before kfree_skb()Wei Yongjun1-4/+2
2009-02-26unix: remove some pointless conditionals before kfree_skb()Wei Yongjun1-2/+1
2009-02-26pktgen: remove some pointless conditionals before kfree_skb()Wei Yongjun1-12/+6
2009-02-26af_key: remove some pointless conditionals before kfree_skb()Wei Yongjun1-4/+2
2009-02-27Bluetooth: Remove some pointless conditionals before kfree_skb()Wei Yongjun3-6/+3
2009-02-27Bluetooth: Move hci_conn_del_sysfs() back to avoid device destruct too earlyDave Young2-4/+2
2009-02-27Bluetooth: Permit BT_SECURITY also for L2CAP raw socketsMarcel Holtmann1-2/+2
2009-02-27Bluetooth: Fix RFCOMM usage of in-kernel L2CAP socketsMarcel Holtmann1-0/+3
2009-02-27Bluetooth: Disallow usage of L2CAP CID setting for nowMarcel Holtmann1-6/+10
2009-02-27Bluetooth: Change RFCOMM to use BT_CONNECT2 for BT_DEFER_SETUPMarcel Holtmann1-0/+11
2009-02-27Bluetooth: Fix poll() misbehavior when using BT_DEFER_SETUPMarcel Holtmann1-4/+3
2009-02-27Bluetooth: Set authentication requirement before requesting itMarcel Holtmann1-6/+4
2009-02-27Bluetooth: Fix authentication requirements for L2CAP security checkMarcel Holtmann1-10/+20
2009-02-27Bluetooth: Ask upper layers for HCI disconnect reasonMarcel Holtmann4-6/+26
2009-02-27Bluetooth: Add CID field to L2CAP socket address structureMarcel Holtmann1-21/+34
2009-02-27Bluetooth: Request L2CAP fixed channel list if availableMarcel Holtmann1-9/+31
2009-02-27Bluetooth: Don't enforce authentication for L2CAP PSM 1 and 3Marcel Holtmann1-1/+4
2009-02-27Bluetooth: Fix double L2CAP connection requestMarcel Holtmann1-0/+8