summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2011-03-05batman-adv: Make bat_priv->curr_gw an rcu protected pointerLinus Lüssing
2011-03-05batman-adv: make broadcast seqno operations atomicMarek Lindner
2011-03-05batman-adv: protect bit operations to count OGMs with spinlockMarek Lindner
2011-03-05batman-adv: Correct rcu refcounting for batman_ifMarek Lindner
2011-03-05batman-adv: Correct rcu refcounting for softif_neighMarek Lindner
2011-03-05batman-adv: Correct rcu refcounting for gw_nodeMarek Lindner
2011-03-05batman-adv: Correct rcu refcounting for neigh_nodeMarek Lindner
2011-03-05batman-adv: protect bonding with rcu locksSimon Wunderlich
2011-03-05batman-adv: protect ogm counter arrays with spinlockMarek Lindner
2011-03-05batman-adv: protect originator nodes with reference countersMarek Lindner
2011-03-05batman-adv: protect each hash row with rcu locksMarek Lindner
2011-03-05batman-adv: protect neigh_nodes used outside of rcu_locks with refcountingMarek Lindner
2011-03-05batman-adv: free neighbors when an interface is deactivatedMarek Lindner
2011-03-05batman-adv: protect neighbor list with rcu locksMarek Lindner
2011-03-05batman-adv: convert neighbor list to hlistMarek Lindner
2011-03-05batman-adv: protect neighbor nodes with reference countersMarek Lindner
2011-03-05ipv4: Remove flowi from struct rtable.David S. Miller
2011-03-05ipv4: Set rt->rt_iif more sanely on output routes.David S. Miller
2011-03-05ipv4: Get peer more cheaply in rt_init_metrics().David S. Miller
2011-03-05ipv4: Optimize flow initialization in output route lookup.David S. Miller
2011-03-04inetpeer: seqlock optimizationEric Dumazet
2011-03-04Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2011-03-04libceph: fix msgr standby handlingSage Weil
2011-03-04libceph: fix msgr keepalive flagSage Weil
2011-03-04libceph: fix msgr backoffSage Weil
2011-03-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-03-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2011-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2011-03-03DNS: Fix a NULL pointer deref when trying to read an error key [CVE-2011-1076]David Howells
2011-03-03libceph: retry after authorization failureSage Weil
2011-03-03libceph: fix handling of short returns from get_user_pagesSage Weil
2011-03-03netlink: kill eff_cap from struct netlink_skb_parmsPatrick McHardy
2011-03-03ipv6: Use ERR_CAST in addrconf_dst_alloc.David S. Miller
2011-03-03ipv4: Fix __ip_dev_find() to use ifa_local instead of ifa_address.David S. Miller
2011-03-03net_sched: reduce fifo qdisc sizeEric Dumazet
2011-03-03netlink: kill loginuid/sessionid/sid members from struct netlink_skb_parmsPatrick McHardy
2011-03-03ipv4: Fix crash in dst_release when udp_sendmsg route lookup fails.David S. Miller
2011-03-03AF_RXRPC: Handle receiving ACKALL packetsDavid Howells
2011-03-03dcbnl: add support for retrieving peer configuration - ceeShmulik Ravid
2011-03-03dcbnl: add support for retrieving peer configuration - ieeeShmulik Ravid
2011-03-02net: dcbnl: check correct ops in dcbnl_ieee_set()John Fastabend
2011-03-02ipv4: ip_route_output_key() is better as an inline.David S. Miller
2011-03-02ipv4: Make output route lookup return rtable directly.David S. Miller
2011-03-02xfrm: Return dst directly from xfrm_lookup()David S. Miller
2011-03-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2011-03-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2011-03-02netfilter: nf_log: avoid oops in (un)bind with invalid nfproto valuesJan Engelhardt
2011-03-02dccp: fix oops on Reset after closeGerrit Renker
2011-03-02inet: Replace left-over references to inet->corkHerbert Xu