aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-08batman-adv: rename everything from *hna* into *tt* (translation table)Antonio Quartulli18-325/+326
2011-05-08batman-adv: Fix refcount imbalance in find_routerMarek Lindner1-5/+9
2011-05-08batman-adv: Avoid deadlock between rtnl_lock and s_activeSven Eckelmann1-9/+9
2011-05-08batman-adv: Remove unnecessary hardif_list_lockSven Eckelmann4-24/+13
2011-05-08batman-adv: multi vlan support for bridge loop detectionMarek Lindner3-113/+298
2011-05-08batman-adv: remove misplaced commentMarek Lindner1-2/+0
2011-05-01batman-adv: Make bat_priv->primary_if an rcu protected pointerMarek Lindner12-118/+280
2011-05-01batman-adv: fix gw_node_update() and gw_election()Antonio Quartulli1-4/+8
2011-05-01batman-adv: Move definition of atomic_dec_not_zero() into main.hAntonio Quartulli3-2/+2
2011-05-01batman-adv: orig_hash_find() manages rcu_lock/unlock internallyAntonio Quartulli1-14/+2
2011-04-17batman-adv: Set the txqueuelen to zero when creating soft interfaceAndrew Lunn1-0/+1
2011-04-17batman-adv: protect softif_neigh by rcuSimon Wunderlich2-28/+88
2011-04-17batman-adv: concentrate all curr_gw related rcu operations in select/deselect functionsMarek Lindner3-74/+100
2011-04-17batman-adv: Protect global TQ window with a spinlockLinus Lüssing3-0/+6
2011-04-17batman-adv: Make orig_node->router an rcu protected pointerLinus Lüssing8-212/+232
2011-04-17batman-adv: Simplify gw_check_election(), use gw_get_selected()Linus Lüssing1-11/+12
2011-04-17batman-adv: Make gateway_get_selected type safeLinus Lüssing2-2/+2
2011-04-17batman-adv: Move bonding / iface alternating router search to own functionsLinus Lüssing1-75/+105
2011-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds23-124/+201
2011-03-28xfrm: Restrict extended sequence numbers to espSteffen Klassert1-0/+3
2011-03-28xfrm: Check for esn buffer len in xfrm_new_aeSteffen Klassert1-0/+21
2011-03-28xfrm: Assign esn pointers when cloning a stateSteffen Klassert1-0/+6
2011-03-28xfrm: Move the test on replay window size into the replay check functionsSteffen Klassert2-3/+16
2011-03-28ipv4: Don't ip_rt_put() an error pointer in RAW sockets.David S. Miller1-0/+1
2011-03-27net: fix ethtool->set_flags not intended -EINVAL return valueStanislaw Gruszka1-1/+16
2011-03-27net: use CHECKSUM_NONE instead of magic numberCesar Eduardo Barros1-1/+1
2011-03-27bridge: notify applications if address of bridge device changesstephen hemminger4-5/+13
2011-03-27ipv4: Fix IP timestamp option (IPOPT_TS_PRESPEC) handling in ip_options_echo()Jan Luebbe1-3/+3
2011-03-27can: make struct proto constOliver Hartkopp3-10/+7
2011-03-27net: remove useless comments in net/core/dev.cAmerigo Wang1-54/+0
2011-03-27rose: Add length checks to CALL_REQUEST parsingBen Hutchings4-46/+86
2011-03-27ROSE: prevent heap corruption with bad facilitiesDan Rosenberg1-2/+16
2011-03-27irda: validate peer name and attribute lengthsDan Rosenberg1-0/+6
2011-03-27irda: prevent heap corruption on invalid nicknameDan Rosenberg1-0/+3
2011-03-27dst: Clone child entry in skb_dst_popSteffen Klassert1-1/+1
2011-03-27xfrm: Force a dst refcount before entering the xfrm type handlersSteffen Klassert2-0/+4
2011-03-27NFS: Ensure that rpc_release_resources_task() can be called twice.OGAWA Hirofumi1-1/+3
2011-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds12-81/+181
2011-03-25ipv4: do not ignore route errorsJulian Anastasov1-2/+2
2011-03-25Merge branch 'nfs-for-2.6.39' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2-0/+40
2011-03-24ipv4: Fix nexthop caching wrt. scoping.David S. Miller3-17/+13
2011-03-24ipv4: Invalidate nexthop cache nh_saddr more correctly.David S. Miller3-27/+22
2011-03-24Merge branch 'nfs-for-2.6.39' into nfs-for-nextTrond Myklebust1-0/+2
2011-03-24ipv4: fix fib metricsEric Dumazet1-1/+1
2011-03-24NFS: Determine initial mount securityBryan Schumaker1-0/+16
2011-03-24NFS: use secinfo when crossing mountpointsBryan Schumaker1-0/+22
2011-03-24Merge branch 'for-2.6.39' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-9/+9
2011-03-23rds: use little-endian bitopsAkinobu Mita1-3/+3
2011-03-23rds: stop including asm-generic/bitops/le.h directlyAkinobu Mita1-5/+4
2011-03-23ipv4: fix ip_rt_update_pmtu()Eric Dumazet1-2/+0