summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* 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-141-7/+142
* netfilter: add nftablesPatrick McHardy2013-10-142-0/+326
* netfilter: nf_nat: move alloc_null_binding to nf_nat_core.cPablo Neira Ayuso2013-10-141-0/+3
* inet: rename ir_loc_port to ir_numEric Dumazet2013-10-102-2/+2
* inet: includes a sock_common in request_sockEric Dumazet2013-10-103-9/+12
* net: fix build errors if ipv6 is disabledEric Dumazet2013-10-091-0/+2
* ipv6: make lookups simpler and fasterEric Dumazet2013-10-095-6/+16
* tcp/dccp: remove twchainEric Dumazet2013-10-094-21/+10Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-091-4/+2Star
|\
| * net: fix unsafe set_memory_rw from softirqAlexei Starovoitov2013-10-071-4/+2Star
* | 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-278-10/+39
| | |\ \
| | * | | 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
* | | | | tcp: shrink tcp6_timewait_sock by one cache lineEric Dumazet2013-10-031-1/+6
* | | | | flow_dissector: factor out the ports extraction in skb_flow_get_portsNikolay Aleksandrov2013-10-031-0/+1
* | | | | inet: consolidate INET_TW_MATCHEric Dumazet2013-10-034-28/+12Star
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-018-8/+16
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2013-10-012-7/+4Star
| |\ \ \ \
| | * | | | netfilter: synproxy: fix BUG_ON triggered by corrupt TCP packetsPatrick McHardy2013-09-301-1/+1
| | * | | | ipvs: make the service replacement more robustJulian Anastasov2013-09-181-5/+2Star
| | * | | | ipvs: fix overflow on dest weight multiplySimon Kirby2013-09-181-1/+1
| * | | | | vxlan: Use RCU apis to access sk_user_data.Pravin B Shelar2013-09-301-0/+5
| * | | | | net: net_secret should not depend on TCPEric Dumazet2013-09-291-1/+0Star