summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: complete net namespace supportPablo Neira Ayuso2013-10-143-1/+22
* netfilter: nf_tables: Add support for IPv6 NATTomasz Bursztyka2013-10-141-8/+10
* netfilter: nf_tables: add support for dormant tablesPablo Neira Ayuso2013-10-141-0/+11
* netfilter: nf_tables: add compatibility layer for x_tablesPablo Neira Ayuso2013-10-147-8/+163
* netfilter: nf_tables: convert built-in tables/chains to chain typesPablo Neira Ayuso2013-10-142-9/+24
* netfilter: nft_payload: add optimized payload implementation for small loadsPatrick McHardy2013-10-141-0/+9
* netfilter: nf_tables: add optimized data comparison for small valuesPatrick McHardy2013-10-141-0/+8
* netfilter: nf_tables: expression ops overloadingPatrick McHardy2013-10-141-13/+29
* netfilter: nf_tables: add netlink set APIPatrick McHardy2013-10-142-59/+281
* netfilter: add nftablesPatrick McHardy2013-10-147-6/+923
* netfilter: nf_nat: move alloc_null_binding to nf_nat_core.cPablo Neira Ayuso2013-10-141-0/+3
* netfilter: pass hook ops to hookfnPatrick McHardy2013-10-141-1/+2
* inet: rename ir_loc_port to ir_numEric Dumazet2013-10-102-2/+2
* inet: includes a sock_common in request_sockEric Dumazet2013-10-104-33/+14Star
* net: fix build errors if ipv6 is disabledEric Dumazet2013-10-091-0/+2
* ipv6: make lookups simpler and fasterEric Dumazet2013-10-096-46/+22Star
* tcp/dccp: remove twchainEric Dumazet2013-10-094-21/+10Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-095-11/+17
|\
| * net: fix unsafe set_memory_rw from softirqAlexei Starovoitov2013-10-072-8/+13
| * netif_set_xps_queue: make cpu mask constMichael S. Tsirkin2013-10-071-2/+3
| * tc: export tc_defact.h to userspacestephen hemminger2013-10-022-1/+2
* | net: ipv4 only populate IP_PKTINFO when neededShawn Bohrer2013-10-081-1/+1
* | udp: ipv4: Add udp early demuxShawn Bohrer2013-10-082-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller2013-10-075-6/+94
|\ \
| * \ Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2013-10-035-6/+95
| |\ \
| | * | Bluetooth: Add the definition for Slave Page Response TimeoutDoHyun Pyun2013-10-021-0/+2
| | * | Bluetooth: Add the definition and stcuture for Sync Train CompleteDoHyun Pyun2013-10-021-0/+5
| | * | Bluetooth: Add the definition for Start Synchronization TrainDoHyun Pyun2013-10-021-0/+2
| | * | Bluetooth: Add the definition and structure for Set CSBDoHyun Pyun2013-10-021-0/+16
| | * | Bluetooth: Add the structure for Write Sync Train ParametersDoHyun Pyun2013-10-021-0/+12
| | * | Bluetooth: Add the definition and structure for Set CSB DataDoHyun Pyun2013-10-021-0/+14
| | * | Bluetooth: Add the definition and structure for Delete Reserved LT_ADDRDoHyun Pyun2013-10-021-0/+9
| | * | Bluetooth: Add the definition and structure for Set Reserved LT_ADDRDoHyun Pyun2013-10-021-0/+9
| | * | Bluetooth: Add management command for setting static addressMarcel Holtmann2013-10-023-0/+9
| | * | Bluetooth: Add a new mgmt_set_bredr commandJohan Hedberg2013-10-021-0/+2
| | * | Bluetooth: Introduce a new HCI_BREDR_ENABLED flagJohan Hedberg2013-10-021-0/+1
| | * | Bluetooth: Provide high speed configuration optionMarcel Holtmann2013-10-021-0/+1
| | * | Bluetooth: Replace BDADDR_LOCAL with BDADDR_NONEMarcel Holtmann2013-10-021-2/+2
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothGustavo Padovan2013-09-27255-2322/+5364
| | |\ \
| | * | | Bluetooth: Add new mgmt_set_advertising commandJohan Hedberg2013-09-251-0/+2
| | * | | Bluetooth: Add new mgmt setting for LE advertisingJohan Hedberg2013-09-251-0/+1
| | * | | Bluetooth: Use async request for LE enable/disableJohan Hedberg2013-09-251-1/+0Star
| | * | | Bluetooth: Add event mask page 2 setting supportJohan Hedberg2013-09-191-0/+2
| | * | | Bluetooth: Add synchronization train parameters reading supportJohan Hedberg2013-09-191-0/+2
| | * | | Bluetooth: Fix waiting for clearing of BT_SK_SUSPEND flagJohan Hedberg2013-09-191-0/+1
| | * | | Bluetooth: Remove unused event mask structJohan Hedberg2013-09-181-3/+0Star
| | * | | Bluetooth: Introduce new HCI socket channel for user operationMarcel Holtmann2013-09-161-0/+1
| | * | | Bluetooth: Introduce user channel flag for HCI devicesMarcel Holtmann2013-09-161-0/+1
* | | | | net: Separate the close_list and the unreg_list v2Eric W. Biederman2013-10-071-0/+1
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2013-10-046-78/+259
|\ \ \ \ \