aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* batman-adv: protect ogm counter arrays with spinlockMarek Lindner2011-03-053-6/+33
* batman-adv: protect originator nodes with reference countersMarek Lindner2011-03-054-19/+78
* batman-adv: protect each hash row with rcu locksMarek Lindner2011-03-058-45/+141
* batman-adv: protect neigh_nodes used outside of rcu_locks with refcountingMarek Lindner2011-03-051-9/+31
* batman-adv: free neighbors when an interface is deactivatedMarek Lindner2011-03-051-2/+7
* batman-adv: protect neighbor list with rcu locksMarek Lindner2011-03-053-21/+57
* batman-adv: convert neighbor list to hlistMarek Lindner2011-03-053-28/+35
* batman-adv: protect neighbor nodes with reference countersMarek Lindner2011-03-054-8/+28
* batman-adv: Remove two duplicate includes.Jesper Juhl2011-02-141-2/+0
* batman-adv: Disallow originator addressing within mesh layerLinus Lüssing2011-02-111-6/+1
* batman-adv: Remove duplicate types.h inclusionsLinus Lüssing2011-02-1110-14/+0
* batman-adv: Split combined variable declarationsMarek Lindner2011-02-111-2/+2
* batman-adv: Use successive sequence numbers for fragmentsSven Eckelmann2011-02-111-4/+4
* batman-adv: Update copyright yearsSven Eckelmann2011-01-3139-39/+39
* batman-adv: Remove unused variablesSven Eckelmann2011-01-312-10/+1
* batman-adv: Remove declaration of batman_skb_recvSven Eckelmann2011-01-312-6/+9
* batman-adv: Remove unused definitionsSven Eckelmann2011-01-311-15/+0
* batman-adv: Remove dangling declaration of hash_remove_elementSven Eckelmann2011-01-311-5/+0
* batman-adv: remove unused parametersSimon Wunderlich2011-01-314-14/+10
* batman-adv: Calculate correct size for merged packetsSven Eckelmann2011-01-314-3/+31
* batman-adv: Create roughly equal sized fragmentsSven Eckelmann2011-01-311-2/+3
* kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes2011-01-203-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-01-1917-42/+51
|\
| * sctp: user perfect name for Delayed SACK Timer optionShan Wei2011-01-191-2/+2
| * net: fix can_checksum_protocol() arguments swapEric Dumazet2011-01-191-1/+1
| * Revert "netlink: test for all flags of the NLM_F_DUMP composite"David S. Miller2011-01-195-6/+6
| * net offloading: Do not mask out NETIF_F_HW_VLAN_TX for vlan.Jesse Gross2011-01-181-2/+2
| * ipv6: Silence privacy extensions initializationRomain Francoise2011-01-181-3/+0
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2011-01-182-10/+13
| |\
| | * mac80211: use maximum number of AMPDU frames as default in BA RXLuciano Coelho2011-01-131-9/+2
| | * mac80211: fix lockdep warningJohannes Berg2011-01-131-1/+11
| * | caif: checking the wrong variableDan Carpenter2011-01-151-4/+5
| * | can: test size of struct sockaddr in sendmsgKurt Van Dijck2011-01-152-0/+6
| * | Merge branch 'for-david' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller2011-01-154-14/+16
| |\ \
| | * | batman-adv: Use "__attribute__" shortcut macrosSven Eckelmann2011-01-163-12/+12
| | * | batman-adv: Even Batman should not dereference NULL pointersJesper Juhl2011-01-131-2/+4
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-01-148-38/+37
|\ \ \ \ | |/ / /
| * | | net: remove dev_txq_stats_fold()Eric Dumazet2011-01-132-34/+21
| * | | Merge branch 'master' of git://1984.lsi.us.es/net-2.6David S. Miller2011-01-131-1/+2
| |\ \ \
| | * | | netfilter: ctnetlink: fix loop in ctnetlink_get_conntrack()Pablo Neira Ayuso2011-01-131-1/+2
| * | | | eth: fix new kernel-doc warningRandy Dunlap2011-01-121-1/+1
| * | | | Merge branch 'master' of git://1984.lsi.us.es/net-2.6David S. Miller2011-01-122-1/+9
| |\ \ \ \ | | |/ / /
| | * | | netfilter: fix compilation when conntrack is disabled but tproxy is enabledKOVACS Krisztian2011-01-122-1/+9
| * | | | inet6: prevent network storms caused by linux IPv6 routersAlexey Kuznetsov2011-01-121-0/+3
| * | | | net: ax25: fix information leak to userland harderKees Cook2011-01-121-1/+1
* | | | | Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2011-01-1410-94/+141
|\ \ \ \ \
| * | | | | rpc: allow xprt_class->setup to return a preexisting xprtJ. Bruce Fields2011-01-112-9/+12
| * | | | | rpc: keep backchannel xprt as long as server connectionJ. Bruce Fields2011-01-113-11/+29
| * | | | | rpc: move sk_bc_xprt to svc_xprtJ. Bruce Fields2011-01-112-5/+7
| * | | | | Merge commit 'v2.6.37' into for-2.6.38-incomingJ. Bruce Fields2011-01-1125-82/+154
| |\ \ \ \ \