summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-02-20397-9406/+22992
|\
| * ipv6: fix race condition regarding dst->expires and dst->from.YOSHIFUJI Hideaki / 吉藤英明2013-02-202-5/+4
| * net: fix a wrong assignment in skb_split()Amerigo Wang2013-02-201-1/+1
| * Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-02-1914-332/+307
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-1914-332/+307
| | |\
| | | * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-02-1814-332/+307
| | | |\
| | | | * cfg80211: fix station change if TDLS isn't supportedJohannes Berg2013-02-181-9/+0
| | | | * mac80211: don't spam mesh probe response messagesThomas Pedersen2013-02-181-1/+0
| | | | * mac80211: stringify mesh peering eventsThomas Pedersen2013-02-181-14/+24
| | | | * mac80211: clean up mesh HT operationThomas Pedersen2013-02-182-40/+24
| | | | * mac80211: fix harmless station flush warningJohannes Berg2013-02-181-2/+3
| | | | * mac80211: Fix incorrect use of STA_PR_FMT in trace pointsSeth Forshee2013-02-151-3/+3
| | | | * mac80211: enable vif.cab_queue for meshBob Copeland2013-02-151-1/+2
| | | | * mac80211: clean up mesh codeJohannes Berg2013-02-1510-263/+252
| * | | | ip_gre: remove an extra dst_release()Eric Dumazet2013-02-191-3/+1
| |/ / /
| * | | net: fix a build failure when !CONFIG_PROC_FSCong Wang2013-02-192-8/+5
| * | | net: ipv4: fix waring -Wunused-variableGao feng2013-02-191-4/+5
| * | | net: move procfs code to net/core/net-procfs.cCong Wang2013-02-194-456/+417
| * | | ip_gre: propogate target device GSO capability to the tunnel deviceDmitry Kravkov2013-02-191-2/+8
| * | | ip_gre: allow CSUM capable devices to handle packetsDmitry Kravkov2013-02-191-5/+2
| * | | Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2013-02-1821-197/+298
| |\ \ \
| | * | | netfilter: nf_ct_helper: better logging for dropped packetsPablo Neira Ayuso2013-02-1915-65/+160
| | * | | netfilter: nf_ct_pptp: Fix comment referring to incorrect RFCReese Moore2013-02-051-1/+1
| | * | | netfilter: nfnetlink: add mutex per subsystemPablo Neira Ayuso2013-02-053-39/+51
| | * | | netfilter: xt_CT: add alias flagPablo Neira Ayuso2013-02-051-3/+29
| | * | | netfilter: xt_CT: merge common code of revision 0 and 1Pablo Neira Ayuso2013-02-051-89/+56
| | * | | netfilter: fix missing dependencies for NETFILTER_XT_MATCH_CONNLABELFlorian Westphal2013-02-051-0/+1
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into netDavid S. Miller2013-02-187-9/+16
| |\ \ \ \
| | * | | | xfrm: release neighbor upon dst destructionRomain KUNTZ2013-02-181-0/+2
| | * | | | tipc: fix missing spinlock init in broadcast codeErik Hugne2013-02-151-0/+1
| | * | | | Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller2013-02-143-4/+9
| | |\ \ \ \
| | | * | | | netfilter: nf_ct_reasm: fix per-netns sysctl initializationMichal Kubeček2013-02-131-3/+3
| | | * | | | netfilter: nf_ct_helper: don't discard helper if it is actually the sameFlorian Westphal2013-02-121-1/+3
| | | * | | | netfilter: ctnetlink: don't permit ct creation with random tupleFlorian Westphal2013-02-121-0/+3
| * | | | | | ipv6: fix a sparse warningEric Dumazet2013-02-181-1/+2
| * | | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-02-1855-1519/+4514
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-1855-1519/+4514
| | |\ \ \ \ \ \ | | | | |_|_|/ / | | | |/| | | |
| | | * | | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-02-1541-729/+2647
| | | |\ \ \ \ \ | | | | | |_|_|/ | | | | |/| | |
| | | | * | | | mac80211: prevent spurious HT/VHT downgrade messageJohannes Berg2013-02-151-0/+4
| | | | * | | | nl80211: renumber NL80211_FEATURE_FULL_AP_CLIENT_STATEJohannes Berg2013-02-151-2/+1
| | | | * | | | cfg80211: Pass TDLS peer's QoS/HT/VHT information during set_stationJouni Malinen2013-02-152-11/+85
| | | | * | | | cfg80211: Pass station (extended) capability info to kernelJouni Malinen2013-02-151-0/+36
| | | | * | | | mac80211: advertise operating mode notification capabilityJohannes Berg2013-02-151-0/+9
| | | | * | | | cfg80211: advertise extended capabilities to userspaceJohannes Berg2013-02-151-0/+9
| | | | * | | | mac80211: stop modifying HT SMPS capabilityJohannes Berg2013-02-154-15/+28
| | | | * | | | mac80211: generate mesh probe responsesThomas Pedersen2013-02-152-2/+63
| | | | * | | | mac80211: cache mesh beaconThomas Pedersen2013-02-156-65/+171
| | | | * | | | mac80211: constify IE parsingJohannes Berg2013-02-158-86/+95
| | | | * | | | nl80211: advertise HT/VHT channel limitationsJohannes Berg2013-02-152-1/+14
| | | | * | | | cfg80211: allow drivers to selectively disable 80/160 MHzJohannes Berg2013-02-152-1/+20
OpenPOWER on IntegriCloud