summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2011-02-17ethtool: factorize ethtool_get_strings() and ethtool_get_sset_count()Michał Mirosław
2011-02-17ethtool: enable GSO and GRO by defaultMichał Mirosław
2011-02-17ethtool: move EXPORT_SYMBOL(ethtool_op_set_tx_csum) to correct placeMichał Mirosław
2011-02-17kbuild, mtd, net: a few comment typo fixes and rewordingGilles Espinasse
2011-02-15net: RPS: Make hardware-accelerated RFS conditional on NETIF_F_NTUPLEBen Hutchings
2011-02-15Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller
2011-02-15net: Adjust TX queue kobjects if number of queues changes during unregisterBen Hutchings
2011-02-14rtnetlink: implement setting of master deviceJiri Pirko
2011-02-13net: make dev->master generalJiri Pirko
2011-02-13net: remove the unnecessary dance around skb_bond_should_dropJiri Pirko
2011-02-10net: rename group sysfs entry to netdev_groupXiaotian Feng
2011-02-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-02-08net: Fix lockdep regression caused by initializing netdev queues too early.David S. Miller
2011-02-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-02-02gro: reset skb_iif on reuseAndy Gospodarek
2011-02-01net: Check rps_flow_table when RPS map length is 1Tom Herbert
2011-01-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-01-30net: Fix ip link add netns oopsEric W. Biederman
2011-01-30gro: Reset dev pointer on reuseHerbert Xu
2011-01-28ipv4: Attach FIB info to dst_default_metrics when possibleDavid S. Miller
2011-01-27net: fix dev_seq_next()Eric Dumazet
2011-01-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-01-27net: add kmemcheck annotation in __alloc_skb()Eric Dumazet
2011-01-27net: fix validate_link_af in rtnetlink coreKurt Van Dijck
2011-01-27net: Implement read-only protection and COW'ing of metrics.David S. Miller
2011-01-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-01-25pktgen: speedup fragmented skbsEric Dumazet
2011-01-25net: add sysfs entry for device groupVlad Dogaru
2011-01-25net: clear heap allocation for ethtool_get_regs()Eugene Teo
2011-01-24net: reduce and unify printk level in netdev_fix_features()Michał Mirosław
2011-01-24net: change netdev->features to u32Michał Mirosław
2011-01-24net: Move check of checksum features to netdev_fix_features()Michał Mirosław
2011-01-24net: RPS: Enable hardware acceleration of RFSBen Hutchings
2011-01-24GRO: fix merging a paged skb after non-paged skbsMichal Schmidt
2011-01-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-01-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2011-01-24net: arp_ioctl() must hold RTNLEric Dumazet
2011-01-21net: netif_setup_tc() is staticEric Dumazet
2011-01-21rtnetlink: fix link attribute validation with IFLA_GROUPPatrick McHardy
2011-01-21neigh: __rcu annotationsEric Dumazet
2011-01-21net_sched: RCU conversion of stabEric Dumazet
2011-01-21net: dev_close_many() is staticEric Dumazet
2011-01-20net: implement mechanism for HW based QOSJohn Fastabend
2011-01-20netlink: support setting devgroup parametersVlad Dogaru
2011-01-20net_device: add support for network device groupsVlad Dogaru
2011-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2011-01-19net: fix can_checksum_protocol() arguments swapEric Dumazet
2011-01-19Revert "netlink: test for all flags of the NLM_F_DUMP composite"David S. Miller
2011-01-19net: filter: dont block softirqs in sk_run_filter()Eric Dumazet
2011-01-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller