summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-08-20tipc: remove pointless name sanity check and tipc_alphabet arrayYing Xue4-12/+3
2012-08-20tipc: fix lockdep warning during bearer initializationYing Xue1-1/+15
2012-08-20tipc: optimize the initialization of network device notifierYing Xue1-3/+10
2012-08-20packet: Report fanout status via diag enginePavel Emelyanov4-21/+44
2012-08-20packet: Report rings cfg via diag enginePavel Emelyanov2-1/+60
2012-08-20gre: information leak in ip6_tnl_ioctl()Dan Carpenter1-0/+2
2012-08-16xfrm: Use rcu_dereference_bh to deference pointer protected by rcu_read_lock_bhFan Du1-2/+2
2012-08-16sctp: fix bogus if statement in sctp_auth_recv_cid()Dan Carpenter1-1/+1
2012-08-16sctp: fix compile issue with disabled CONFIG_NET_NSUlrich Weber1-6/+3
2012-08-15Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller95-1126/+3509
2012-08-15net: remove wrong initialization for snd_wl1Razvan Ghitulete1-2/+1
2012-08-15xfrm: remove redundant parameter "int dir" in struct xfrm_mgr.acquireFan Du4-9/+8
2012-08-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville95-1126/+3509
2012-08-15sctp: fix a compile error in sctp.hCong Wang1-2/+2
2012-08-14sctp: Make sysctl tunables per netEric W. Biederman14-344/+355
2012-08-14sctp: Push struct net down into sctp_verify_ext_paramEric W. Biederman3-11/+12
2012-08-14sctp: Push struct net down into all of the state machine functionsEric W. Biederman3-283/+341
2012-08-14sctp: Push struct net down into sctp_in_scopeEric W. Biederman4-5/+6
2012-08-14sctp: Push struct net down into sctp_transport_initEric W. Biederman4-6/+9
2012-08-14sctp: Push struct net down to sctp_chunk_event_lookupEric W. Biederman9-36/+60
2012-08-14sctp: Add infrastructure for per net sysctlsEric W. Biederman4-1/+37
2012-08-14sctp: Make the mib per network namespaceEric W. Biederman13-119/+158
2012-08-14sctp: Enable sctp in all network namespacesEric W. Biederman2-9/+11
2012-08-14sctp: Make the proc files per network namespace.Eric W. Biederman5-86/+98
2012-08-14sctp: Move the percpu sockets counter out of sctp_proc_initEric W. Biederman1-6/+7
2012-08-14sctp: Make the ctl_sock per network namespaceEric W. Biederman5-45/+60
2012-08-14sctp: Make the address lists per network namespaceEric W. Biederman9-103/+132
2012-08-14sctp: Make the association hashtable handle multiple network namespacesEric W. Biederman6-32/+54
2012-08-14sctp: Make the endpoint hashtable handle multiple network namespacesEric W. Biederman4-11/+18
2012-08-14sctp: Make the port hash table use struct net in it's key.Eric W. Biederman3-11/+16
2012-08-14packet: Report socket mclist info via diag modulePavel Emelyanov2-0/+49
2012-08-14packet: Report more packet sk info via diag modulePavel Emelyanov2-0/+56
2012-08-14packet: Diag core and basic socket info dumpingPavel Emelyanov5-0/+139
2012-08-14packet: Introduce net/packet/internal.h headerPavel Emelyanov2-97/+105
2012-08-14net: ipv4: fib_trie: Don't unnecessarily search for already found fib leafIgor Maravic1-4/+6
2012-08-14Replace rwlock on xfrm_policy_afinfo with rcuPriyanka Jain1-18/+21
2012-08-14gre: Support GRE over IPv6xeb@mail.ru9-26/+1933
2012-08-14net: remove netdev_bonding_change()Amerigo Wang3-18/+10
2012-08-14net: move and rename netif_notify_peers()Amerigo Wang6-23/+22
2012-08-13p54: fix powerpc gcc warningsChristian Lamparter1-4/+8
2012-08-13mac80211: fix unnecessary beacon update after peering status changeMarco Porsch3-34/+33
2012-08-10brcmsmac: document firmware dependenciesJeff Mahoney1-1/+3
2012-08-10ath9k: tune rc_stats to display only valid ratesRajkumar Manoharan1-2/+3
2012-08-10ath9k: Trim rate tableSujith Manoharan2-180/+174
2012-08-10ath9k: Remove MIMO-PS specific codeSujith Manoharan1-9/+0
2012-08-10ath9k: Cleanup TX status APISujith Manoharan1-42/+29
2012-08-10ath9k: Bail out properly before calculating rate indexSujith Manoharan1-13/+11
2012-08-10ath9k: Fix RTS/CTS rate selectionSujith Manoharan1-27/+14
2012-08-10ath9k: Do not set IEEE80211_TX_RC_USE_SHORT_PREAMBLESujith Manoharan1-2/+0
2012-08-10ath9k: Unify valid rate calculation routinesSujith Manoharan1-35/+39