aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-21vlan: kill vlan_gro_frags and vlan_gro_receiveJiri Pirko1-20/+0
2011-07-21vlan: kill __vlan_hwaccel_rx and vlan_hwaccel_rxJiri Pirko1-22/+0
2011-07-21vlan: kill vlan_hwaccel_receive_skbJiri Pirko1-13/+0
2011-07-21lro: do vlan cleanupJiri Pirko1-2/+0
2011-07-21lro: kill lro_vlan_hwaccel_receive_fragsJiri Pirko1-7/+0
2011-07-21lro: kill lro_vlan_hwaccel_receive_skbJiri Pirko1-10/+0
2011-07-21vlan: introduce __vlan_find_dev_deep()Jiri Pirko1-0/+8
2011-07-21vlan: finish removing vlan_find_dev from public headerJiri Pirko1-6/+0
2011-07-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller6-12/+25
2011-07-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller4-36/+83
2011-07-21netfilter: ipset: fix compiler warnings "'hash_ip4_data_next' declared inline after being called"Chris Friesen1-1/+1
2011-07-21netfilter: ipset: hash:net,iface fixed to handle overlapping nets behind different interfacesJozsef Kadlecsik1-31/+61
2011-07-21netfilter: ipset: make possible to hash some part of the data element onlyJozsef Kadlecsik1-4/+10
2011-07-19netfilter: nfnetlink_queue: batch verdict supportFlorian Westphal1-0/+1
2011-07-18include/linux/sdla.h: remove the prototype of sdla()WANG Cong1-5/+1
2011-07-18stmmac: Allow SOCs to use Store forward mode eventhough tx_coe is 0. (V2)Srinivas Kandagatla1-0/+1
2011-07-18netfilter: nfnetlink: add RCU in nfnetlink_rcv_msg()Eric Dumazet1-0/+3
2011-07-18net: Add ->neigh_lookup() operation to dst_opsDavid S. Miller3-9/+6
2011-07-17net: Abstract dst->neighbour accesses behind helpers.David S. Miller1-3/+15
2011-07-17ipv6: Get rid of rt6i_nexthop macro.David S. Miller1-1/+0
2011-07-17neigh: Pass neighbour entry to output ops.David S. Miller1-9/+10
2011-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-6/+0
2011-07-17Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds3-1/+22
2011-07-17net: vlan, qlcnic: make vlan_find_dev privateDavid Lamparter1-11/+0
2011-07-17net: add 802.1ad / 802.1ah / QinQ ethertypesDavid Lamparter1-0/+5
2011-07-16neigh: Kill ndisc_ops->queue_xmitDavid S. Miller1-1/+0
2011-07-16neigh: Kill hh_cache->hh_outputDavid S. Miller2-3/+2
2011-07-16neigh: Kill neigh_ops->hh_outputDavid S. Miller1-1/+0
2011-07-16net: Create and use new helper, neigh_output().David S. Miller1-0/+9
2011-07-15drm/radeon/kms: add new NI pci idsAlex Deucher1-0/+2
2011-07-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville9-39/+223
2011-07-14net: remove NETIF_F_ALL_TX_OFFLOADSMichał Mirosław1-6/+0
2011-07-14net: remove SK_ROUTE_CAPS from meta ematchMichał Mirosław1-1/+1
2011-07-14net: unexport netdev_fix_features()Michał Mirosław1-1/+0
2011-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller14-18/+68
2011-07-14net: Embed hh_cache inside of struct neighbour.David S. Miller3-24/+11
2011-07-14Merge branches 'd3cold', 'bugzilla-37412' and 'bugzilla-38152' into releaseLen Brown2-0/+21
2011-07-13ACPI: Fixes device power states array overflowLin Ming1-1/+1
2011-07-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds1-0/+13
2011-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-1/+2
2011-07-13mmc: core: Bus width testing needs to handle suspend/resumePhilip Rakity1-0/+13
2011-07-13mac80211: allow driver to disconnect after resumeJohannes Berg1-0/+23
2011-07-13ACPI: Fix lockdep false positives in acpi_power_off()Rafael J. Wysocki2-0/+21
2011-07-13net: Kill support for multiple hh_cache entries per neighbourDavid S. Miller1-7/+2
2011-07-13net: Push protocol type directly down to header_ops->cache()David S. Miller2-2/+2
2011-07-13ipv4: Inline neigh binding.David Miller1-1/+32
2011-07-12Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-0/+2
2011-07-12Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-socLinus Torvalds1-1/+2
2011-07-12netdevice: Kill 'feature' test macros.David S. Miller1-12/+0
2011-07-11net: introduce __netdev_alloc_skb_ip_alignEric Dumazet1-3/+9