summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2013-10-15Bluetooth: Introduce flag for limited discoverable modeMarcel Holtmann1-0/+1
2013-10-15Bluetooth: Update advertising data based on management commandsMarcel Holtmann1-2/+0
2013-10-15ipvs: avoid rcu_barrier during netns cleanupJulian Anastasov1-0/+6
2013-10-15Bluetooth: Read current IAC LAP on controller setupMarcel Holtmann1-0/+2
2013-10-15Bluetooth: Read number of supported IAC on controller setupMarcel Holtmann2-0/+7
2013-10-14netfilter: nf_tables: add ARP filtering supportPablo Neira Ayuso1-0/+1
2013-10-14netfilter: nf_tables: add trace supportPablo Neira Ayuso1-0/+2
2013-10-14netfilter: nfnetlink: add batch support and use it from nf_tablesPablo Neira Ayuso2-1/+27
2013-10-14netfilter: nf_tables: complete net namespace supportPablo Neira Ayuso3-1/+22
2013-10-14netfilter: nf_tables: add compatibility layer for x_tablesPablo Neira Ayuso3-7/+90
2013-10-14netfilter: nf_tables: convert built-in tables/chains to chain typesPablo Neira Ayuso1-9/+22
2013-10-14netfilter: nft_payload: add optimized payload implementation for small loadsPatrick McHardy1-0/+9
2013-10-14netfilter: nf_tables: add optimized data comparison for small valuesPatrick McHardy1-0/+8
2013-10-14netfilter: nf_tables: expression ops overloadingPatrick McHardy1-13/+29
2013-10-14netfilter: nf_tables: add netlink set APIPatrick McHardy1-7/+142
2013-10-14netfilter: add nftablesPatrick McHardy2-0/+326
2013-10-14treewide: Fix common typo in "identify"Maxime Jayat1-1/+1
2013-10-14Bluetooth: Introduce L2CAP channel callback for resumingMarcel Holtmann1-0/+1
2013-10-14Bluetooth: Introduce L2CAP channel flag for defer setupMarcel Holtmann1-0/+1
2013-10-14netfilter: nf_nat: move alloc_null_binding to nf_nat_core.cPablo Neira Ayuso1-0/+3
2013-10-14Bluetooth: Provide msg_name callback for L2CAP connectionless channelsMarcel Holtmann1-0/+2
2013-10-14Bluetooth: Add support for per socket msg_name callbackMarcel Holtmann1-0/+1
2013-10-13Bluetooth: Remove src and dst fields from bt_sock structureMarcel Holtmann1-2/+0
2013-10-13Bluetooth: Store RFCOMM address information in its own socket structureMarcel Holtmann1-0/+2
2013-10-13Bluetooth: Store SCO address information in its own socket structureMarcel Holtmann1-0/+2
2013-10-13Bluetooth: Use SCO addresses from HCI connection directlyMarcel Holtmann1-3/+0
2013-10-13Bluetooth: Return the correct address type for L2CAP socketsMarcel Holtmann1-2/+3
2013-10-13Bluetooth: Store address information in L2CAP channel structureMarcel Holtmann1-0/+2
2013-10-13Bluetooth: Store source address of HCI connectionsMarcel Holtmann1-0/+1
2013-10-13Bluetooth: Store the source address type of LE connectionsMarcel Holtmann1-0/+1
2013-10-13Bluetooth: Remove pointless bdaddr_to_le() helper functionMarcel Holtmann1-2/+0
2013-10-13Bluetooth: Remove l2cap_conn->src and l2cap_conn->dst pointersMarcel Holtmann1-3/+0
2013-10-12Bluetooth: The L2CAP fixed channel connectionless data is supportedMarcel Holtmann1-0/+1
2013-10-12Bluetooth: Allow 3D profile to use security mode 4 level 0Marcel Holtmann1-0/+1
2013-10-11Bluetooth: Add management command for setting LE scan parametersMarcel Holtmann1-0/+7
2013-10-11Bluetooth: Make LE scan interval and window a controller optionMarcel Holtmann1-0/+2
2013-10-11Bluetooth: Add hdev parameter to hdev->send driver callbackMarcel Holtmann1-1/+1
2013-10-11cfg80211: pass station supported channel and oper class infoSunil Dutt1-0/+8
2013-10-11Bluetooth: Provide hdev parameter to hci_recv_frame() driver callbackMarcel Holtmann1-1/+1
2013-10-11Bluetooth: Move smp.h header file into net/bluetooth/Marcel Holtmann1-146/+0
2013-10-11Bluetooth: Move a2mp.h header file into net/bluetooth/Marcel Holtmann1-150/+0
2013-10-11Bluetooth: Move amp.h header file into net/bluetooth/Marcel Holtmann1-54/+0
2013-10-11Bluetooth: Remove hdev->ioctl driver callbackMarcel Holtmann1-1/+0
2013-10-10inet: rename ir_loc_port to ir_numEric Dumazet2-2/+2
2013-10-10Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2-0/+51
2013-10-10inet: includes a sock_common in request_sockEric Dumazet3-9/+12
2013-10-09net: fix build errors if ipv6 is disabledEric Dumazet1-0/+2
2013-10-09ipv6: Add a receive path hook for vti6 in xfrm6_mode_tunnel.Steffen Klassert1-0/+2
2013-10-09ipv6: make lookups simpler and fasterEric Dumazet5-6/+16
2013-10-09tcp/dccp: remove twchainEric Dumazet4-21/+10