aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: support variable sized data in nft_data_init()Patrick McHardy2015-04-131-1/+2
* netfilter: nf_tables: switch registers to 32 bit addressingPatrick McHardy2015-04-131-8/+5
* netfilter: nf_tables: add register parsing/dumping helpersPatrick McHardy2015-04-131-0/+3
* netfilter: nf_tables: convert sets to u32 data pointersPatrick McHardy2015-04-131-2/+2
* netfilter: nf_tables: kill nft_data_cmp()Patrick McHardy2015-04-131-7/+0
* netfilter: nf_tables: use struct nft_verdict within struct nft_dataPatrick McHardy2015-04-131-5/+2
* netfilter: nf_tables: get rid of NFT_REG_VERDICT usagePatrick McHardy2015-04-132-5/+31
* netfilter: nf_tables: introduce nft_validate_register_load()Patrick McHardy2015-04-131-2/+1
* netfilter: nf_tables: kill nft_validate_output_register()Patrick McHardy2015-04-131-1/+0
* netfilter: nf_tables: rename nft_validate_data_load()Patrick McHardy2015-04-131-3/+4
* netfilter: nf_tables: validate len in nft_validate_data_load()Patrick McHardy2015-04-131-1/+1
* Merge tag 'mac80211-next-for-davem-2015-04-10' of git://git.kernel.org/pub/sc...David S. Miller2015-04-122-23/+136
|\
| * cfg80211: move IE split utilities here from mac80211Johannes Berg2015-04-072-28/+58
| * mac80211: add an intermediate software queue implementationFelix Fietkau2015-04-011-0/+83
* | rtnetlink: Mark name argument of rtnl_create_link() constThomas Graf2015-04-101-1/+1
* | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-04-093-7/+19
|\ \
| * | mac802154: fix transmission power datatypeVarka Bhadram2015-04-091-1/+1
| * | mac802154: fix typo for deviceVarka Bhadram2015-04-091-1/+1
| * | Bluetooth: Read LE remote features during connection establishmentMarcel Holtmann2015-04-091-0/+13
| * | Bluetooth: Update SSP OOB data EIR definitionsJohan Hedberg2015-04-071-2/+4
| * | Bluetooth: Remove hci_recv_stream_fragment functionMarcel Holtmann2015-04-071-3/+0
| * | Bluetooth: Make data pointer of hci_recv_stream_fragment constMarcel Holtmann2015-04-071-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-04-092-1/+157
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso2015-04-0818-93/+71
| |\ \ \
| * | | | netfilter: nf_tables: support optional userdata for set elementsPatrick McHardy2015-04-081-0/+7
| * | | | netfilter: nf_tables: add support for dynamic set updatesPatrick McHardy2015-04-082-0/+20
| * | | | netfilter: nf_tables: support different set binding typesPatrick McHardy2015-04-081-0/+2
| * | | | netfilter: nf_tables: prepare set element accounting for async updatesPatrick McHardy2015-04-081-1/+3
| * | | | netfilter: nft_hash: add support for timeoutsPatrick McHardy2015-04-011-0/+5
| * | | | netfilter: nf_tables: add GC synchronization helpersPatrick McHardy2015-04-011-0/+35
| * | | | netfilter: nf_tables: add set garbage collection helpersPatrick McHardy2015-04-011-0/+56
| * | | | netfilter: nf_tables: add set element timeout supportPatrick McHardy2015-04-011-0/+20
| * | | | netfilter: nf_tables: add set timeout API supportPatrick McHardy2015-04-011-0/+9
| | |_|/ | |/| |
* | | | Merge tag 'nfc-next-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...David S. Miller2015-04-083-1/+10
|\ \ \ \
| * | | | nfc: nci: Add comment to explain NCI_HCI_MAX_PIPESChristophe Ricard2015-04-061-0/+4
| * | | | nfc: Reduce nfc_evt_transaction params length to 0Christophe Ricard2015-04-061-1/+1
| * | | | nfc: hci: Add comment to explain NFC_HCI_MAX_PIPESChristophe Ricard2015-04-061-0/+4
| * | | | NFC: nci: Add firmware download supportClément Perrochaud2015-03-261-0/+1
* | | | | net: remove extra newlinesSheng Yong2015-04-071-2/+0
| |_|/ / |/| | |
* | | | tcp: RFC7413 option support for Fast Open clientDaniel Lee2015-04-071-1/+2
* | | | tcp: RFC7413 option support for Fast Open serverDaniel Lee2015-04-071-0/+2
* | | | udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb().David Miller2015-04-074-5/+8
* | | | netfilter: Pass socket pointer down through okfn().David Miller2015-04-075-10/+12
| |_|/ |/| |
* | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-04-072-13/+17
|\ \ \
| * | | Bluetooth: Convert local OOB data reading to use HCI requestJohan Hedberg2015-04-021-3/+0
| * | | Bluetooth: Remove unused hci_req_pending() functionJohan Hedberg2015-04-021-2/+0
| * | | Bluetooth: Remove unneeded recv_event variableJohan Hedberg2015-04-021-1/+0
| * | | Bluetooth: Convert hci_req_sync family of function to new request APIJohan Hedberg2015-04-021-0/+1
| * | | Bluetooth: Add second hci_request callback option for full skbJohan Hedberg2015-04-021-0/+3
| * | | Bluetooth: Refactor HCI request variables into own structJohan Hedberg2015-03-301-4/+10