summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* | tipc: make bearer and media naming consistentYing Xue2013-10-184-57/+57
* | tipc: silence sparse warningsYing Xue2013-10-182-5/+5
* | tipc: remove iovec length parameter from all sending functionsYing Xue2013-10-187-78/+49Star
* | tipc: don't use memcpy to copy from user spaceYing Xue2013-10-181-13/+9Star
* | net: refactor sk_page_frag_refill()Eric Dumazet2013-10-181-4/+23
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-10-1726-542/+1237
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-10-1726-542/+1237
| |\ \
| | * \ Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-10-1026-542/+1237
| | |\ \
| | | * | mac80211: implement STA CSA for drivers using channel contextsArik Nemtsov2013-10-023-19/+48
| | | * | cfg80211: vlan priority handling in WMMcedric Voncken2013-10-021-0/+9
| | | * | regulatory: enable channels 52-64 and 100-144 for world roamingJohannes Berg2013-10-011-2/+12
| | | * | nl80211: allow CAC only if no operation is going onSimon Wunderlich2013-10-011-0/+3
| | | * | mac80211: improve default WMM parameter settingFred Zhou2013-10-011-13/+14
| | | * | mac80211: support reporting A-MSDU subframes individuallyMichal Kazior2013-10-011-1/+2
| | | * | mac80211: use exact-size allocation for authentication frameFred Zhou2013-10-011-2/+2
| | | * | cfg80211: parse dfs region for internal regdb optionJanusz Dziedzic2013-10-011-0/+6
| | | * | mac80211: add explicit IBSS driver operationsJohannes Berg2013-10-013-2/+82
| | | * | ieee80211: fix vht cap definitionsEliad Peller2013-10-011-2/+2
| | | * | mac80211: fix some snprintf misusesEliad Peller2013-10-013-50/+55
| | | * | nl80211: enable IBSS support for channel switch announcementsSimon Wunderlich2013-09-261-15/+34
| | | * | mac80211: send a CSA action frame when changing channelSimon Wunderlich2013-09-261-0/+60
| | | * | mac80211: add support for CSA in IBSS modeSimon Wunderlich2013-09-266-43/+480
| | | * | mac80211: split off ibss disconnectSimon Wunderlich2013-09-261-80/+92
| | | * | mac80211: split off channel switch parsing functionSimon Wunderlich2013-09-264-223/+262
| | | * | cfg80211: export cfg80211_chandef_dfs_requiredSimon Wunderlich2013-09-262-9/+1Star
| | | * | mac80211: do not override fixed_rate_idx in minstrel_ht_update_statsLorenzo Bianconi2013-09-261-10/+13
| | | * | mac80211: add fixed_rate management to minstrel rcLorenzo Bianconi2013-09-261-0/+14
| | | * | mac80211: change beacon/connection pollingStanislaw Gruszka2013-09-263-32/+10Star
| | | * | mac80211: Remove superfluous is_multicast_ether_addr() callSergey Ryazanov2013-09-261-1/+1
| | | * | mac80211: use ERR_CAST()Johannes Berg2013-09-261-1/+1
| | | * | mac80211: add ieee80211_iterate_active_interfaces_rtnl()Johannes Berg2013-09-261-37/+34Star
* | | | | ipv4: shrink rt_cache_statEric Dumazet2013-10-171-8/+8
* | | | | Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/pabl...David S. Miller2013-10-1763-120/+8785
|\ \ \ \ \
| * | | | | netfilter: nf_tables: add ARP filtering supportPablo Neira Ayuso2013-10-143-0/+107
| * | | | | netfilter: nf_tables: add trace supportPablo Neira Ayuso2013-10-142-0/+58
| * | | | | netfilter: nfnetlink: add batch support and use it from nf_tablesPablo Neira Ayuso2013-10-143-22/+365
| * | | | | netfilter: nf_tables: add insert operationEric Leblond2013-10-141-6/+32
| * | | | | netfilter: nf_tables: complete net namespace supportPablo Neira Ayuso2013-10-144-34/+146
| * | | | | netfilter: nf_tables: Add support for IPv6 NATTomasz Bursztyka2013-10-148-154/+447
| * | | | | netfilter: nf_tables: add support for dormant tablesPablo Neira Ayuso2013-10-141-7/+90
| * | | | | netfilter: nf_tables: nft_payload: fix transport header basePablo Neira Ayuso2013-10-142-2/+2
| * | | | | netfilter: nf_tables: add compatibility layer for x_tablesPablo Neira Ayuso2013-10-1413-70/+1078
| * | | | | netfilter: nf_tables: convert built-in tables/chains to chain typesPablo Neira Ayuso2013-10-1410-265/+197Star
| * | | | | netfilter: nft_payload: add optimized payload implementation for small loadsPatrick McHardy2013-10-142-28/+72
| * | | | | netfilter: nf_tables: add optimized data comparison for small valuesPatrick McHardy2013-10-142-24/+110
| * | | | | netfilter: nf_tables: expression ops overloadingPatrick McHardy2013-10-1416-135/+238
| * | | | | netfilter: nf_tables: add netlink set APIPatrick McHardy2013-10-149-618/+1573
| * | | | | netfilter: add nftablesPatrick McHardy2013-10-1432-0/+5470
| * | | | | netfilter: nf_nat: move alloc_null_binding to nf_nat_core.cPablo Neira Ayuso2013-10-141-0/+20
| * | | | | netfilter: pass hook ops to hookfnPatrick McHardy2013-10-1424-116/+141
| |/ / / /