summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2014-07-11Bluetooth: Delcare the hci_sec_filter as constMarcel Holtmann
2014-07-11Bluetooth: Move struct hci_sec_filter next to its userMarcel Holtmann
2014-07-10ipv6: fix the check when handle RALi RongQing
2014-07-10tty: Remove tty_hung_up_p() tests from tty drivers' open()Peter Hurley
2014-07-10Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville
2014-07-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2014-07-10bridge: netlink dump interface at par with brctlJamal Hadi Salim
2014-07-10bridge: fdb dumping takes a filter deviceJamal Hadi Salim
2014-07-10Bluetooth: Set HCI_PAIRABLE during power on for legacy ioctlMarcel Holtmann
2014-07-10Bluetooth: Mark controller is down when HCI_AUTO_OFF is setMarcel Holtmann
2014-07-10Bluetooth: Remove unneeded mgmt_write_scan_failed functionJohan Hedberg
2014-07-10Bluetooth: Remove unneeded mgmt_discoverable functionJohan Hedberg
2014-07-10Bluetooth: Refactor ioctl scan state update to its own functionJohan Hedberg
2014-07-10Bluetooth: Remove unneeded mgmt_connectable functionJohan Hedberg
2014-07-10Bluetooth: Fix using test_and_clear instead of test_and_setJohan Hedberg
2014-07-10Bluteooth: Reject SMP bonding if HCI_PAIRABLE is not setJohan Hedberg
2014-07-10Bluetooth: Fix advertising parameter update when toggling connectableJohan Hedberg
2014-07-09ipconfig: Only bootp paths should reference ic_dev_xid.David S. Miller
2014-07-09netlink: Fix handling of error from netlink_dump().Ben Pfaff
2014-07-09ipconfig: move ic_dev_xid under IPCONFIG_BOOTPFabian Frederick
2014-07-09Bluetooth: Fix incorrect clearing of SMP_FLAG_INITIATORJohan Hedberg
2014-07-09Bluetooth: Fix forcing SMP just-works with no-bondingJohan Hedberg
2014-07-09Bluetooth: Always confirm incoming SMP just-works requestsJohan Hedberg
2014-07-09Bluetooth: Don't send ERTM configuration option when disabledMarcel Holtmann
2014-07-09Bluetooth: Fix setting HCI_CONNECTABLE from ioctl codeJohan Hedberg
2014-07-09Bluetooth: Add white list lookup for incoming connection requestsJohan Hedberg
2014-07-09Bluetooth: Enable page scan also if there are white list entriesJohan Hedberg
2014-07-09Bluetooth: Refactor connection request handlingJohan Hedberg
2014-07-09Bluetooth: Fix incorrectly setting HCI_CONNECTABLEJohan Hedberg
2014-07-09Bluetooth: Update page scan when necessary for Add/Remove DeviceJohan Hedberg
2014-07-09Bluetooth: Introduce a whitelist for BR/EDR devicesJohan Hedberg
2014-07-09Bluetooth: Unify helpers for bdaddr_list manipulationsJohan Hedberg
2014-07-09Bluetooth: Fix enabling Authenticated Payload Timeout Expired eventMarcel Holtmann
2014-07-08netpoll: fix use after freedavid decotigny
2014-07-08appletalk: Fix socket referencing in skbAndrey Utkin
2014-07-08ip_tunnel: fix ip_tunnel_lookupDmitry Popov
2014-07-08bridge: export knowledge about the presence of IGMP/MLD queriersLinus Lüssing
2014-07-08tipc: fix a memleak when sending dataErik Hugne
2014-07-08tipc: fix bug in multicast/broadcast message reassemblyJon Paul Maloy
2014-07-08net: sctp: Inline the functions from command.cDavid Laight
2014-07-08appletalk: fix a coccinella warning in net/appletalk/ddp.cwangweidong
2014-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller
2014-07-08net: filter: move load_pointer() into filter.hZi Shen Lim
2014-07-08net/hsr: Fix NULL pointer dereference on incomplete hsr_newlink() params.Arvid Brodin
2014-07-08net/hsr: Better frame dispatchArvid Brodin
2014-07-08net/hsr: Added SET_NETDEV_DEVTYPE and features |= NETIF_F_NETNS_LOCAL to dev_...Arvid Brodin
2014-07-08net/hsr: Implemented .ndo_fix_features (better device features handling).Arvid Brodin
2014-07-08net/hsr: Use list_head (and rcu) instead of array for slave devices.Arvid Brodin
2014-07-08net/hsr: Move slave init to hsr_slave.c.Arvid Brodin
2014-07-08net/hsr: Operstate handling cleanup.Arvid Brodin