aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds2-27/+22
2011-07-22Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-7/+1
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-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-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-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-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-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-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
2011-07-16neigh: Kill neigh_ops->hh_outputDavid S. Miller5-13/+2
2011-07-16neigh: Simply destroy handling wrt. hh_cache.David S. Miller1-9/+0
2011-07-16net: Create and use new helper, neigh_output().David S. Miller2-14/+6
2011-07-16ipv6: Use calculated 'neigh' instead of re-evaluating dst->neighbourDavid S. Miller1-1/+1
2011-07-16ipv4: Use calculated 'neigh' instead of re-evaluating dst->neighbourDavid S. Miller1-1/+1
2011-07-16Bluetooth: Fix crash with incoming L2CAP connectionsIlia Kolomisnky1-2/+4
2011-07-16Bluetooth: Fix regression in L2CAP connection procedureGustavo F. Padovan1-2/+1
2011-07-15Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller29-444/+1077
2011-07-15Remove redundant variable/code in __qdisc_runKrishna Kumar1-3/+1
2011-07-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville29-444/+1077
2011-07-14net: remove NETIF_F_ALL_TX_OFFLOADSMichał Mirosław1-1/+5
2011-07-14net: sctp: fix checksum marking for outgoing packetsMichał Mirosław1-11/+8
2011-07-14net: remove SK_ROUTE_CAPS from meta ematchMichał Mirosław1-7/+0
2011-07-14net: remove /sys/class/net/*/featuresMichał Mirosław1-2/+0