aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-22icmp: Fix regression in nexthop resolution during replies.David S. Miller1-6/+8
2011-07-21ipv4: Constrain UFO fragment sizes to multiples of 8 bytesBill Sommerfeld1-3/+3
2011-07-21ipv6: make fragment identifications less predictableEric Dumazet3-8/+37
2011-07-21ipv6: unshare inetpeersEric Dumazet1-13/+20
2011-07-22IPVS: Free resources on module removalSimon Horman1-0/+1
2011-07-21ethtool: Allow zero-length register dumps againBen Hutchings1-2/+2
2011-07-21skbuff: fix error handling in pskb_copy()Dan Carpenter1-1/+2
2011-07-21vlan: move vlan_group_[gs]et_device to public headerJiri Pirko1-0/+19
2011-07-21vlan: kill ndo_vlan_rx_registerJiri Pirko1-4/+0
2011-07-21vlan: kill vlan_gro_frags and vlan_gro_receiveJiri Pirko1-16/+0
2011-07-21vlan: kill __vlan_hwaccel_rx and vlan_hwaccel_rxJiri Pirko1-9/+0
2011-07-21lro: do vlan cleanupJiri Pirko1-28/+11
2011-07-21lro: kill lro_vlan_hwaccel_receive_fragsJiri Pirko1-20/+0
2011-07-21lro: kill lro_vlan_hwaccel_receive_skbJiri Pirko1-15/+0
2011-07-21vlan: introduce __vlan_find_dev_deep()Jiri Pirko1-0/+21
2011-07-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller4-23/+28
2011-07-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller10-76/+215
2011-07-21treewide: fix potentially dangerous trailing ';' in #defined values/expressionsPhil Carmody1-10/+10
2011-07-21net, netfilter: Remove redundant goto in ebt_ulog_packetJesper Juhl1-1/+0
2011-07-21netfilter: ipset: hash:net,iface fixed to handle overlapping nets behind different interfacesJozsef Kadlecsik7-20/+56
2011-07-20net,rcu: Convert call_rcu(xt_rateest_free_rcu) to kfree_rcu()Paul E. McKenney1-7/+1
2011-07-20cfg80211: fix scan crash on single-band cardsJohannes Berg3-2/+8
2011-07-20mac80211: check sta_info_get() return valueEliad Peller1-1/+9
2011-07-20cfg80211: enter psm when working as p2p_cliEliad Peller1-1/+2
2011-07-20mac80211: sync driver before TXJohannes Berg5-3/+122
2011-07-20switch vfs_path_lookup() to struct pathAl Viro1-6/+5
2011-07-20new helpers: kern_path_create/user_path_createAl Viro1-21/+17
2011-07-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-7/+10
2011-07-19mac80211: implement scan supported ratesJohannes Berg5-15/+15
2011-07-19cfg80211: allow userspace to control supported rates in scanJohannes Berg4-19/+73
2011-07-19ceph: fix file mode calculationSage Weil1-7/+10
2011-07-19netfilter: nfnetlink_queue: batch verdict supportFlorian Westphal1-12/+103
2011-07-19netfilter: nfnetlink_queue: assert monotonic packet idsEric Dumazet1-11/+15
2011-07-18mac80211: reconfigure tx on device reconfigurationEliad Peller4-1/+12
2011-07-18ipv4: save cpu cycles from check_leaf()Eric Dumazet1-6/+6
2011-07-18netfilter: nfnetlink_queue: provide rcu enabled callbacksEric Dumazet1-29/+12
2011-07-18netfilter: nfnetlink: add RCU in nfnetlink_rcv_msg()Eric Dumazet1-10/+30
2011-07-18net: Add ->neigh_lookup() operation to dst_opsDavid S. Miller5-7/+46
2011-07-17net: Abstract dst->neighbour accesses behind helpers.David S. Miller17-72/+85
2011-07-17ipv6: Get rid of rt6i_nexthop macro.David S. Miller4-19/+19
2011-07-17neigh: Pass neighbour entry to output ops.David S. Miller7-36/+40
2011-07-17SUNRPC: Replace xprt->resend and xprt->sending with a priority queueTrond Myklebust1-21/+21
2011-07-17SUNRPC: Allow caller of rpc_sleep_on() to select priority levelsTrond Myklebust1-9/+29
2011-07-17SUNRPC: Support dynamic slot allocation for TCP connectionsTrond Myklebust3-18/+102
2011-07-17SUNRPC: Clean up the slot table allocationTrond Myklebust1-27/+37
2011-07-17SUNRPC: Initalise the struct xprt upon allocationTrond Myklebust1-30/+37
2011-07-17SUNRPC: Ensure that we grab the XPRT_LOCK before calling xprt_alloc_slotTrond Myklebust3-27/+46
2011-07-17net: vlan, qlcnic: make vlan_find_dev privateDavid Lamparter1-0/+12
2011-07-16neigh: Kill ndisc_ops->queue_xmitDavid S. Miller5-16/+5
2011-07-16neigh: Kill hh_cache->hh_outputDavid S. Miller2-26/+5