summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | gre6: Call skb_checksum_simple_validateTom Herbert2014-05-091-11/+1Star
* | | | | | gre: Call skb_checksum_simple_validateTom Herbert2014-05-091-23/+1Star
* | | | | | ipv4: remove inet_addr_hash_lock in devinet.cWANG Cong2014-05-091-5/+2Star
* | | | | | net: clean up snmp stats codeWANG Cong2014-05-0710-130/+85Star
* | | | | | ipv6: Need to sock_put on csum errorTom Herbert2014-05-061-0/+1
* | | | | | tipc: purge signal handler infrastructureYing Xue2014-05-054-147/+2Star
* | | | | | tipc: avoid to asynchronously reset all linksYing Xue2014-05-054-14/+32
* | | | | | tipc: convert allocations of global variables associated with bclinkYing Xue2014-05-055-15/+32
* | | | | | tipc: define new functions to operate bc_lockYing Xue2014-05-051-43/+53
* | | | | | tipc: avoid to asynchronously deliver name tables to peer nodeYing Xue2014-05-054-54/+52Star
* | | | | | tipc: remove TIPC_NAMES_GONE node flagYing Xue2014-05-052-23/+7Star
* | | | | | tipc: avoid to asynchronously notify subscriptionsYing Xue2014-05-054-16/+33
* | | | | | tipc: rename setup_blocked variable of node struct to flagsYing Xue2014-05-053-19/+31
* | | | | | tipc: adjust order of variables in tipc_node structureYing Xue2014-05-051-29/+34
* | | | | | tipc: always use tipc_node_lock() to hold node lockYing Xue2014-05-052-9/+9
* | | | | | ipv6: remove unused function ipv6_inherit_linklocal()WANG Cong2014-05-051-12/+0Star
* | | | | | net: Implmement RFC 6936 (zero RX csums for UDP/IPv6)Tom Herbert2014-05-052-13/+38
* | | | | | net: Call skb_checksum_init in IPv6Tom Herbert2014-05-052-30/+2Star
* | | | | | net: Call skb_checksum_init in IPv4Tom Herbert2014-05-052-40/+4Star
* | | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-05-0546-946/+2151
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-05-0246-946/+2151
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2014-04-3040-841/+1861
| | |\ \ \ \ \ \
| | | * | | | | | mac80211: Support dynamic AP mode channel width changesJouni Malinen2014-04-281-0/+16
| | | * | | | | | cfg80211: Dynamic channel bandwidth changes in AP modeJouni Malinen2014-04-283-12/+59
| | | * | | | | | mac80211: remove unnecessary assignmentZhao, Gang2014-04-281-4/+1Star
| | | * | | | | | mac80211: avoid calling useless channel context codeZhao, Gang2014-04-281-9/+9
| | | * | | | | | cfg80211: Use 5MHz bandwidth by default when checking usable channelsRostislav Lisovy2014-04-251-7/+15
| | | * | | | | | cfg80211: Add attributes describing prohibited channel bandwidthRostislav Lisovy2014-04-252-0/+15
| | | * | | | | | mac80211: change return value of notifier functionZhao, Gang2014-04-253-9/+8Star
| | | * | | | | | cfg80211: change return value of notifier functionZhao, Gang2014-04-252-2/+4
| | | * | | | | | cfg80211: change wiphy_to_dev function nameZhao, Gang2014-04-2512-117/+118
| | | * | | | | | cfg80211: change registered device pointer nameZhao, Gang2014-04-253-196/+196
| | | * | | | | | mac80211: remove unnecessary BUG_ON()Zhao, Gang2014-04-251-2/+1Star
| | | * | | | | | mac80211: return bool instead of numbers in yes/no functionZhao, Gang2014-04-251-9/+10
| | | * | | | | | mac80211: add option to generate CCMP IVs only for mgmt framesMarek Kwaczynski2014-04-251-1/+4
| | | * | | | | | mac80211: compute chanctx refcount on-the-flyMichal Kazior2014-04-254-17/+49
| | | * | | | | | mac80211: fix racy usage of chanctx->refcountMichal Kazior2014-04-251-8/+9
| | | * | | | | | mac80211: split ieee80211_free_chanctx()Michal Kazior2014-04-251-12/+16
| | | * | | | | | mac80211: split ieee80211_new_chanctx()Michal Kazior2014-04-251-13/+43
| | | * | | | | | mac80211: improve chanctx reservation lookupMichal Kazior2014-04-251-2/+88
| | | * | | | | | mac80211: improve find_chanctx() for reservationsMichal Kazior2014-04-251-27/+29
| | | * | | | | | mac80211: track reserved vifs in chanctxMichal Kazior2014-04-253-4/+13
| | | * | | | | | mac80211: track assigned vifs in chanctxMichal Kazior2014-04-253-0/+9
| | | * | | | | | mac80211: add support for radar detection for reservationsMichal Kazior2014-04-252-2/+7
| | | * | | | | | mac80211: prevent chanctx overcommitMichal Kazior2014-04-251-1/+23
| | | * | | | | | mac80211: add max channel calculation utility functionMichal Kazior2014-04-252-0/+43
| | | * | | | | | cfg80211: allow drivers to iterate over matching combinationsMichal Kazior2014-04-251-7/+37
| | | * | | | | | cfg80211: Fix GO Concurrent relaxation on UNII-3Ilan Peer2014-04-251-1/+17
| | | * | | | | | mac80211: mesh: always use the latest target_snBob Copeland2014-04-221-1/+2
| | | * | | | | | mac80211: fix mesh_add_rsn_ie IE finding loopBob Copeland2014-04-221-13/+8Star