summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* rds: remove the unneed NULL checkingwangweidong2014-05-092-4/+2
* tipc: don't directly overwrite node action_flagsYing Xue2014-05-092-3/+5
* tipc: rename enum names of node flagsYing Xue2014-05-093-27/+25
* l2tp: Remove UDP checksum verificationTom Herbert2014-05-091-56/+1
* net: Verify UDP checksum before handoff to encapTom Herbert2014-05-092-0/+8
* icmp6: Call skb_checksum_validateTom Herbert2014-05-091-16/+5
* icmp: Call skb_checksum_simple_validateTom Herbert2014-05-091-10/+2
* igmp: Call skb_checksum_simple_validateTom Herbert2014-05-091-10/+2
* gre6: Call skb_checksum_simple_validateTom Herbert2014-05-091-11/+1
* gre: Call skb_checksum_simple_validateTom Herbert2014-05-091-23/+1
* ipv4: remove inet_addr_hash_lock in devinet.cWANG Cong2014-05-091-5/+2
* net: clean up snmp stats codeWANG Cong2014-05-0710-130/+85
* ipv6: Need to sock_put on csum errorTom Herbert2014-05-061-0/+1
* tipc: purge signal handler infrastructureYing Xue2014-05-054-147/+2
* 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/+52
* tipc: remove TIPC_NAMES_GONE node flagYing Xue2014-05-052-23/+7
* 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/+0
* 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/+2
* net: Call skb_checksum_init in IPv4Tom Herbert2014-05-052-40/+4
* 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/+1
| | | * 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/+8
| | | * 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/+1
| | | * 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