summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2010-03-09Bluetooth: Use non-flushable pb flag by default for ACL data on capable chips...Nick Pelly
2010-03-09Revert "Bluetooth: Introduce L2CAP_LM_FLUSHABLE to allow flushing of ACL pack...Nick Pelly
2010-02-24Bluetooth: Allow SCO/eSCO packet type selection for outgoing SCO connections.Nick Pelly
2010-02-24Revert "Bluetooth: Change RFCOMM to use BT_CONNECT2 for BT_DEFER_SETUP"Nick Pelly
2010-02-24Revert "Bluetooth: Fix removing of RFCOMM DLC timer with DEFER_SETUP"Nick Pelly
2010-02-17Revert "Bluetooth: Fix rejected connection not disconnecting ACL link"Nick Pelly
2010-02-08Bluetooth: Hack: Do not use power_save feature.Nick Pelly
2010-02-08Bluetooth: Introduce L2CAP_LM_FLUSHABLE to allow flushing of ACL packets.Nick Pelly
2010-02-08Bluetooth: Add ACL MTU, available buffers and total buffers to hci_conn_info.Nick Pelly
2010-02-08Bluetooth: Enter active mode before establishing a SCO link.Nick Pelly
2010-02-08Bluetooth: Fallback to SCO on error code 0x10 (Connection Accept Timeout).Nick Pelly
2010-02-08Bluetooth: Do not call rfcomm_session_put() due to RFCOMM UA on closed socket.Nick Pelly
2010-02-08Bluetooth: Fallback from eSCO to SCO on error code 0x1a (unsupported feature).Nick Pelly
2010-02-08Bluetooth: Do not attempt to send dlci disconnect when in BT_CONFIG.Nick Pelly
2010-02-08rfkill: Introduce CONFIG_RFKILL_PM and use instead of CONFIG_PM to power downNick Pelly
2010-02-08net: Replace AID_NET_RAW checks with capable(CAP_NET_RAW).Chia-chi Yeh
2010-02-08uidstat: Adding uid stat driver to collect network statistics.Mike Chan
2010-02-08sysfs_net_ipv4: Add sysfs-based knobs for controlling TCP window sizeRobert Love
2010-02-08net: socket ioctl to reset connections matching local addressRobert Love
2010-02-08Paranoid network.Robert Love
2009-11-30Merge branch 'security' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Linus Torvalds
2009-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2009-11-30mac80211: fix spurious delBA handlingJohannes Berg
2009-11-30mac80211: fix two remote exploitsJohannes Berg
2009-11-29ipv4: additional update of dev_net(dev) to struct *net in ip_fragment.c, NULL...David Ford
2009-11-29sctp: on T3_RTX retransmit all the in-flight chunksAndrei Pelinescu-Onciul
2009-11-24pktgen: Fix netdevice unregisterEric Dumazet
2009-11-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2009-11-23rfkill: fix miscdev opsJohannes Berg
2009-11-23pktgen: Fix device name comparesEric Dumazet
2009-11-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2009-11-23netfilter: xt_limit: fix invalid return code in limit_mt_check()Patrick McHardy
2009-11-19Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds
2009-11-19netfilter: nf_log: fix sleeping function called from invalid context in seq_s...Patrick McHardy
2009-11-19netfilter: xt_osf: fix xt_osf_remove_callback() return valuePatrick McHardy
2009-11-19mac80211: fix resumeJohannes Berg
2009-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2009-11-18mac80211: fix addba timer (again...)Johannes Berg
2009-11-17vlan: Fix register_vlan_dev() error pathEric Dumazet
2009-11-17gro: Fix illegal merging of trailer trashHerbert Xu
2009-11-16net: Fix the rollback test in dev_change_name()Eric Dumazet
2009-11-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller
2009-11-16Bluetooth: Fix regression with L2CAP configuration in Basic ModeGustavo F. Padovan
2009-11-16Bluetooth: Select Basic Mode as default for SOCK_SEQPACKETGustavo F. Padovan
2009-11-16Bluetooth: Set general bonding security for ACL by defaultAndrei Emeltchenko
2009-11-13ipmr: missing dev_put() on error path in vif_add()Dan Carpenter
2009-11-13sctp: Set socket source address when additing first transportVlad Yasevich
2009-11-13sctp: Fix regression introduced by new sctp_connectx apiVlad Yasevich
2009-11-13sctp: Set source addresses on the association before adding transportsVlad Yasevich
2009-11-14SUNRPC: Address buffer overrun in rpc_uaddr2sockaddr()Chuck Lever