aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
2011-03-05batman-adv: protect neighbor list with rcu locksMarek Lindner3-21/+57
2011-03-05batman-adv: convert neighbor list to hlistMarek Lindner3-28/+35
2011-03-05batman-adv: protect neighbor nodes with reference countersMarek Lindner4-8/+28
2011-03-05ipx: remove the BKLArnd Bergmann2-33/+20
2011-03-05appletalk: remove the BKLArnd Bergmann1-24/+16
2011-03-05x25: remove the BKLArnd Bergmann3-43/+23
2011-03-04ipv4: Remove flowi from struct rtable.David S. Miller6-85/+133
2011-03-04ipv4: Set rt->rt_iif more sanely on output routes.David S. Miller1-1/+1
2011-03-04ipv4: Get peer more cheaply in rt_init_metrics().David S. Miller1-2/+2
2011-03-04ipv4: Optimize flow initialization in output route lookup.David S. Miller1-8/+10
2011-03-04inetpeer: seqlock optimizationEric Dumazet1-40/+35
2011-03-04Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/...David S. Miller14-159/+266
2011-03-04libceph: fix msgr standby handlingSage Weil1-8/+22
2011-03-04libceph: fix msgr keepalive flagSage Weil1-5/+4
2011-03-04libceph: fix msgr backoffSage Weil1-2/+28
2011-03-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville14-159/+266
2011-03-04mac80211: Remove redundant preamble and RTS flag setup in minstrel_htHelmut Schaa1-3/+1
2011-03-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville7-269/+585
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller17-73/+108
2011-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-3/+17
2011-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds8-19/+36
2011-03-04DNS: Fix a NULL pointer deref when trying to read an error key [CVE-2011-1076]David Howells1-3/+17
2011-03-03libceph: retry after authorization failureSage Weil1-2/+0
2011-03-03libceph: fix handling of short returns from get_user_pagesSage Weil1-5/+13
2011-03-03netlink: kill eff_cap from struct netlink_skb_parmsPatrick McHardy1-6/+0
2011-03-03ipv6: Use ERR_CAST in addrconf_dst_alloc.David S. Miller1-6/+1
2011-03-03ipv4: Fix __ip_dev_find() to use ifa_local instead of ifa_address.David S. Miller1-2/+2
2011-03-03net_sched: reduce fifo qdisc sizeEric Dumazet2-30/+22
2011-03-03netlink: kill loginuid/sessionid/sid members from struct netlink_skb_parmsPatrick McHardy3-30/+35
2011-03-03ipv4: Fix crash in dst_release when udp_sendmsg route lookup fails.David S. Miller1-0/+1
2011-03-02AF_RXRPC: Handle receiving ACKALL packetsDavid Howells1-0/+1
2011-03-02dcbnl: add support for retrieving peer configuration - ceeShmulik Ravid1-4/+81
2011-03-02dcbnl: add support for retrieving peer configuration - ieeeShmulik Ravid1-0/+69
2011-03-02net: dcbnl: check correct ops in dcbnl_ieee_set()John Fastabend1-1/+1
2011-03-02ipv4: ip_route_output_key() is better as an inline.David S. Miller1-6/+0
2011-03-02ipv4: Make output route lookup return rtable directly.David S. Miller27-179/+214
2011-03-02xfrm: Return dst directly from xfrm_lookup()David S. Miller13-83/+103