aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-09ipv4: Optimize flow initialization in fib_validate_source().David S. Miller1-7/+9
2011-03-09ipv4: Optimize flow initialization in input route lookup.David S. Miller1-6/+8
2011-03-09tcp: ioctl type SIOCOUTQNSD returns amount of data not sentMario Schuknecht1-0/+9
2011-03-09ipv4: Lookup multicast routes by rtable using helper.David S. Miller1-42/+28
2011-03-09Phonet: kill the ST-Ericsson pipe controller KconfigRémi Denis-Courmont2-37/+0
2011-03-09Phonet: support active connection without pipe controller on modemRémi Denis-Courmont2-133/+141
2011-03-09Phonet: provide pipe socket option to retrieve the pipe identifierRémi Denis-Courmont1-8/+7
2011-03-09Phonet: allocate sock from accept syscall rather than soft IRQRémi Denis-Courmont2-173/+121
2011-03-09Phonet: factor common code to send control messagesRémi Denis-Courmont1-152/+73
2011-03-09Phonet: correct pipe backlog callback return valuesRémi Denis-Courmont1-14/+11
2011-03-09Phonet: return an error when packet TX failsRémi Denis-Courmont1-5/+3
2011-03-09Phonet: fix NULL dereference on TX path with implicit sourceRémi Denis-Courmont1-3/+2
2011-03-08inetpeer: Don't disable BH for initial fast RCU lookup.David S. Miller1-9/+9
2011-03-08dsa/mv88e6060: support nonzero mii base addressPeter Korsgaard1-3/+4
2011-03-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher/net-next-2.6David S. Miller1-0/+14
2011-03-08ipv4: Fix scope value used in route src-address caching.David S. Miller1-2/+3
2011-03-07ipv4: Cache source address in nexthop entries.David S. Miller2-7/+26
2011-03-07vlan: add support to ndo_fcoe_ddp_target()Yi Zou1-0/+14
2011-03-07af_unix: remove unused struct sockaddr_un cruftHagen Paul Pfeifer1-2/+0
2011-03-07sctp: several declared/set but unused fixesHagen Paul Pfeifer6-18/+1
2011-03-07af_packet: struct socket declared/assigned but unusedHagen Paul Pfeifer1-3/+0
2011-03-07mcast: net_device dev not usedHagen Paul Pfeifer1-6/+0
2011-03-07net: allow handlers to be processed for orig_devJiri Pirko1-1/+2
2011-03-07ipv4: Inline fib_semantic_match into check_leafDavid S. Miller3-75/+51
2011-03-07ipv4: Validate route entry type at insert instead of every lookup.David S. Miller1-26/+28
2011-03-07Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller24-1232/+1634
2011-03-05batman-adv: Disallow regular interface as mesh deviceSven Eckelmann3-12/+36
2011-03-05batman-adv: Remove unused hdr_size variable in route_unicast_packet()Linus Lüssing3-7/+5
2011-03-05batman-adv: rename batman_if struct to hard_ifaceMarek Lindner18-330/+335
2011-03-05batman-adv: rename global if_list to hardif_listMarek Lindner6-22/+22
2011-03-05batman-adv: remove orig_hash spinlockMarek Lindner7-148/+38
2011-03-05batman-adv: increase refcount in create_neighbor to be consistentMarek Lindner2-37/+30
2011-03-05batman-adv: Correct rcu refcounting for orig_nodeMarek Lindner9-36/+49
2011-03-05batman-adv: remove extra layer between hash and hash element - hash bucketMarek Lindner10-294/+298
2011-03-05batman-adv: separate ethernet comparing calls from hash functionsMarek Lindner8-42/+51
2011-03-05batman-adv: Fix possible buffer overflow in softif neigh list outputLinus Lüssing1-21/+1
2011-03-05batman-adv: Increase orig_node refcount before releasing rcu read lockLinus Lüssing2-3/+5
2011-03-05batman-adv: Make bat_priv->curr_gw an rcu protected pointerLinus Lüssing2-32/+72
2011-03-05batman-adv: make broadcast seqno operations atomicMarek Lindner3-22/+37
2011-03-05batman-adv: protect bit operations to count OGMs with spinlockMarek Lindner2-34/+33
2011-03-05batman-adv: Correct rcu refcounting for batman_ifMarek Lindner4-38/+33
2011-03-05batman-adv: Correct rcu refcounting for softif_neighMarek Lindner2-17/+16
2011-03-05batman-adv: Correct rcu refcounting for gw_nodeMarek Lindner2-22/+17
2011-03-05batman-adv: Correct rcu refcounting for neigh_nodeMarek Lindner7-174/+313
2011-03-05batman-adv: protect bonding with rcu locksSimon Wunderlich7-163/+195
2011-03-05batman-adv: protect ogm counter arrays with spinlockMarek Lindner3-6/+33
2011-03-05batman-adv: protect originator nodes with reference countersMarek Lindner4-19/+78
2011-03-05batman-adv: protect each hash row with rcu locksMarek Lindner8-45/+141
2011-03-05batman-adv: protect neigh_nodes used outside of rcu_locks with refcountingMarek Lindner1-9/+31
2011-03-05batman-adv: free neighbors when an interface is deactivatedMarek Lindner1-2/+7