aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-09Bluetooth: Add white list lookup for incoming connection requestsJohan Hedberg1-4/+12
2014-07-09Bluetooth: Enable page scan also if there are white list entriesJohan Hedberg1-2/+4
2014-07-09Bluetooth: Refactor connection request handlingJohan Hedberg1-52/+60
2014-07-09Bluetooth: Fix incorrectly setting HCI_CONNECTABLEJohan Hedberg1-0/+8
2014-07-09Bluetooth: Update page scan when necessary for Add/Remove DeviceJohan Hedberg1-0/+34
2014-07-09Bluetooth: Introduce a whitelist for BR/EDR devicesJohan Hedberg2-2/+73
2014-07-09Bluetooth: Unify helpers for bdaddr_list manipulationsJohan Hedberg5-86/+31
2014-07-09Bluetooth: Fix enabling Authenticated Payload Timeout Expired eventMarcel Holtmann1-1/+1
2014-07-08netpoll: fix use after freedavid decotigny1-1/+2
2014-07-08appletalk: Fix socket referencing in skbAndrey Utkin1-3/+0
2014-07-08ip_tunnel: fix ip_tunnel_lookupDmitry Popov1-4/+8
2014-07-08bridge: export knowledge about the presence of IGMP/MLD queriersLinus Lüssing1-0/+37
2014-07-08tipc: fix a memleak when sending dataErik Hugne1-1/+4
2014-07-08tipc: fix bug in multicast/broadcast message reassemblyJon Paul Maloy1-3/+8
2014-07-08net: sctp: Inline the functions from command.cDavid Laight2-69/+1
2014-07-08appletalk: fix a coccinella warning in net/appletalk/ddp.cwangweidong1-1/+1
2014-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller37-2180/+2148
2014-07-08net: filter: move load_pointer() into filter.hZi Shen Lim1-12/+3
2014-07-08net/hsr: Fix NULL pointer dereference on incomplete hsr_newlink() params.Arvid Brodin1-2/+6
2014-07-08net/hsr: Better frame dispatchArvid Brodin11-586/+656
2014-07-08net/hsr: Added SET_NETDEV_DEVTYPE and features |= NETIF_F_NETNS_LOCAL to dev_setup.Arvid Brodin1-3/+11
2014-07-08net/hsr: Implemented .ndo_fix_features (better device features handling).Arvid Brodin2-8/+49
2014-07-08net/hsr: Use list_head (and rcu) instead of array for slave devices.Arvid Brodin9-405/+438
2014-07-08net/hsr: Move slave init to hsr_slave.c.Arvid Brodin6-164/+205
2014-07-08net/hsr: Operstate handling cleanup.Arvid Brodin3-22/+30
2014-07-08net/hsr: Move to per-hsr device prune timer.Arvid Brodin5-27/+15
2014-07-08net/hsr: Switch from dev_add_pack() to netdev_rx_handler_register()Arvid Brodin6-247/+283
2014-07-08net/hsr: Better variable names and update of contact info.Arvid Brodin8-305/+304
2014-07-08ipconfig: add static to local variableFabian Frederick1-1/+1
2014-07-08Bluetooth: Fix clearing HCI_LE_ADV for LE connectionsJohan Hedberg1-0/+5
2014-07-08Bluetooth: Fix toggling background scan when changing connectable stateJohan Hedberg1-1/+3
2014-07-08Bluetooth: Fix connectable and discoverable supported settings valuesJohan Hedberg1-2/+2
2014-07-08Bluetooth: Fix setting STOPPING state for discoveryJohan Hedberg1-7/+18
2014-07-08Bluetooth: Fix check for re-enabling advertisingJohan Hedberg1-1/+1
2014-07-08Bluetooth: Fix advertising and active scanning co-existenceJohan Hedberg3-7/+37
2014-07-08Bluetooth: Stop advertising always before initiating a connectionJohan Hedberg1-3/+12
2014-07-08Bluetooth: Use the correct flag to decide to disable advertisingJohan Hedberg1-2/+2
2014-07-08Bluetooth: Simplify usage of the enable_advertising functionJohan Hedberg1-33/+16
2014-07-08Bluetooth: Use real advertising state to random address update decisionJohan Hedberg3-5/+5
2014-07-08Bluetooth: Remove unnecessary mgmt_advertising functionJohan Hedberg2-14/+5
2014-07-08Bluetooth: Add flag to track the real advertising stateJohan Hedberg1-0/+4
2014-07-07tcp: fix false undo corner casesYuchung Cheng2-6/+8
2014-07-07igmp: fix the problem when mc leave groupdingtianhong1-4/+6
2014-07-07mac802154: at86rf230: add hw flags and merge opsAlexander Aring1-14/+46
2014-07-07net: Fix NETDEV_CHANGE notifier usage causing spurious arp flushLoic Prylli1-1/+8
2014-07-07net: Only do flow_dissector hash computation once per packetTom Herbert1-0/+2
2014-07-07ipv6: Implement automatic flow label generation on transmitTom Herbert6-5/+29
2014-07-07flow_dissector: Use IPv6 flow label in flow_dissectorTom Herbert1-0/+17
2014-07-07vxlan: Call udp_flow_src_portTom Herbert1-4/+1
2014-07-07net: Call skb_get_hash in get_xps_queue and __skb_tx_hashTom Herbert1-24/+5