summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2009-02-27Bluetooth: Replace RFCOMM link mode with security levelMarcel Holtmann2-28/+75
2009-02-27Bluetooth: Replace L2CAP link mode with security levelMarcel Holtmann1-50/+110
2009-02-27Bluetooth: Add enhanced security model for Simple PairingMarcel Holtmann5-168/+97
2009-02-27Bluetooth: Fix SCO state handling for incoming connectionsMarcel Holtmann1-1/+2
2009-02-27Bluetooth: Reject incoming SCO connections without listenersMarcel Holtmann1-2/+22
2009-02-27Bluetooth: Add support for deferring L2CAP connection setupMarcel Holtmann1-9/+101
2009-02-27Bluetooth: Add support for deferring RFCOMM connection setupMarcel Holtmann2-16/+84
2009-02-27Bluetooth: Add global deferred socket parameterMarcel Holtmann1-2/+6
2009-02-27Bluetooth: Preparation for usage of SOL_BLUETOOTHMarcel Holtmann3-5/+124
2009-02-27Bluetooth: Fix issue with return value of rfcomm_sock_sendmsg()Victor Shcherbatyuk1-1/+4
2009-02-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller5-64/+152
2009-02-25sit: used time_before for comparing jiffiesWei Yongjun1-2/+3
2009-02-25ipip: used time_before for comparing jiffiesWei Yongjun1-2/+3
2009-02-25gre: used time_before for comparing jiffiesWei Yongjun1-2/+3
2009-02-25ipv6: Remove some pointless conditionals before kfree_skb()Wei Yongjun2-6/+3
2009-02-25netlink: change nlmsg_notify() return value logicPablo Neira Ayuso13-28/+43
2009-02-25tcp_scalable: Update malformed & dead urlJoe Perches1-1/+1
2009-02-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller4-63/+151
2009-02-24netfilter: xt_recent: fix proc-file addition/removal of IPv4 addressesJosef Drexler1-1/+1
2009-02-24Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller5-44/+63
2009-02-24Doc: Refer to ip-sysctl.txt for strict vs. loose rp_filter modeJesper Dangaard Brouer1-0/+2
2009-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-5/+5
2009-02-24net: amend the fix for SO_BSDCOMPAT gsopt infoleakEugene Teo1-1/+1
2009-02-24netns: build fix for net_alloc_genericClemens Noss1-4/+4
2009-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds4-41/+55
2009-02-23netns: Remove net_aliveEric W. Biederman2-9/+0
2009-02-23tcp: Like icmp use register_pernet_subsysEric W. Biederman1-1/+1
2009-02-23netns: Fix icmp shutdown.Eric W. Biederman1-1/+1
2009-02-23ipv4: Clean whitespaces in net/ipv4/Kconfig.Jesper Dangaard Brouer1-21/+23
2009-02-23ipv4: Fix rp_filter description in net/ipv4/Kconfig.Jesper Dangaard Brouer1-2/+4
2009-02-23snap: handle registration error and compile warningStephen Hemminger1-3/+4
2009-02-23llc: fix non-const printk warningStephen Hemminger1-3/+3
2009-02-23ip: ipip compile warningStephen Hemminger1-1/+1
2009-02-23ip: add loose reverse path filteringStephen Hemminger1-1/+1
2009-02-23cipso: Fix documentation commentPaul Moore1-2/+7
2009-02-22netns: fix double free at netns creationDaniel Lezcano1-31/+55
2009-02-22tcp: Always set urgent pointer if it's beyond snd_nxtHerbert Xu1-4/+8
2009-02-22ipv6: fix sparse warning: Using plain integer as NULL pointerHannes Eder1-1/+1
2009-02-21net: kernel panic in dev_hard_start_xmit: remove faulty software TX time stam...Patrick Ohly1-13/+0
2009-02-20netlink: add NETLINK_BROADCAST_ERROR socket optionPablo Neira Ayuso1-2/+23
2009-02-20ethtool: Add RX pkt classification interfaceSantwona Behera1-10/+48
2009-02-19net: Optimize skb_tx_hash() by eliminating a comparisonKrishna Kumar1-6/+8
2009-02-19tcp: remove obsoleted comment about different passesIlpo Järvinen1-1/+0
2009-02-18netfilter: make proc/net/ip* print names from foreign NFPROTOJan Engelhardt1-57/+142
2009-02-18netfilter: nfnetlink_log: fix timeout handlingEric Leblond1-1/+1
2009-02-18netfilter: nfnetlink_log: fix per-rule qthreshold overrideEric Leblond1-2/+4
2009-02-18netfilter: nf_conntrack_ipv6: fix nf_log_packet message in icmpv6 conntrackEric Leblond1-2/+3
2009-02-18net: Kill skb_truesize_check(), it only catches false-positives.David S. Miller2-9/+0
2009-02-16net: replace commatas with semicolonsThomas Gleixner1-2/+2
2009-02-16sctp: Inherit all socket options from parent correctly.Vlad Yasevich3-66/+51