summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* sun.com documentation fixesChristian Kujau2013-02-221-1/+1
* Merge tag 'nfs-for-3.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-02-218-37/+42
|\
| * sunrpc: silence build warning in gss_fill_contextJeff Layton2013-02-171-2/+1Star
| * SUNRPC: Add missing static declaration to _gss_mech_get_by_nameTrond Myklebust2013-02-011-2/+2
| * SUNRPC: Avoid RCU dereferences in the transport bind and connect codeTrond Myklebust2013-02-012-4/+4
| * SUNRPC: Fix an RCU dereference in xprt_reserveTrond Myklebust2013-02-011-1/+4
| * SUNRPC: Pass pointers to struct rpc_xprt to the congestion windowTrond Myklebust2013-02-012-6/+6
| * SUNRPC: Fix an RCU dereference in xs_local_rpcbindTrond Myklebust2013-02-011-1/+3
| * SUNRPC: Pass a pointer to struct rpc_xprt to the connect callbackTrond Myklebust2013-02-013-5/+4Star
| * SUNRPC: Eliminate task->tk_xprt accesses that bypass rcu_dereference()Trond Myklebust2013-02-017-16/+18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-02-21397-9406/+22992
|\ \
| * | ipv6: fix race condition regarding dst->expires and dst->from.YOSHIFUJI Hideaki / 吉藤英明2013-02-202-5/+4Star
| * | 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-2014-332/+307Star
| |\ \
| | * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-1914-332/+307Star
| | |\ \
| | | * \ Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-02-1814-332/+307Star
| | | |\ \
| | | | * | cfg80211: fix station change if TDLS isn't supportedJohannes Berg2013-02-181-9/+0Star
| | | | * | mac80211: don't spam mesh probe response messagesThomas Pedersen2013-02-181-1/+0Star
| | | | * | mac80211: stringify mesh peering eventsThomas Pedersen2013-02-181-14/+24
| | | | * | mac80211: clean up mesh HT operationThomas Pedersen2013-02-182-40/+24Star
| | | | * | 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/+252Star
| * | | | | ip_gre: remove an extra dst_release()Eric Dumazet2013-02-201-3/+1Star
| |/ / / /
| * | | | net: fix a build failure when !CONFIG_PROC_FSCong Wang2013-02-192-8/+5Star
| * | | | 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/+417Star
| * | | | 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/+2Star
| * | | | Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2013-02-1921-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/+56Star
| | * | | | 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-197-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/+1Star