aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-01inet: Remove unused sk_sndmsg_* from UFOHerbert Xu1-3/+0
2011-02-28net: Forgot to commit net/core/dev.c part of Jiri's ->rx_handler patch.David S. Miller1-88/+31
2011-02-27bond: service netpoll arp queue on master deviceAmerigo Wang1-0/+11
2011-02-27netpoll: remove IFF_IN_NETPOLL flagAmerigo Wang1-2/+0
2011-02-23net: Implement SFEATURES compatibility for not updated driversMichał Mirosław1-0/+61
2011-02-23net: Fix ETHTOOL_GFEATURES compatibilityMichał Mirosław1-0/+14
2011-02-23net: avoid initial "Features changed" messageMichał Mirosław1-3/+5
2011-02-23Fix "(unregistered net_device): Features changed" messageMichał Mirosław1-2/+2
2011-02-22net: Make flow cache paths use a const struct flowi.David S. Miller1-7/+7
2011-02-22Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next-2.6David S. Miller1-1/+2
2011-02-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+7
2011-02-18net: deinit automatic LIST_HEADEric Dumazet1-0/+2
2011-02-18net: dont leave active on stack LIST_HEADLinus Torvalds1-2/+5
2011-02-17net: Add initial_ref arg to dst_alloc().David S. Miller1-2/+2
2011-02-17net: introduce NETIF_F_RXCSUMMichał Mirosław1-24/+23
2011-02-17net: use ndo_fix_features for ethtool_ops->set_flagsMichał Mirosław1-2/+29
2011-02-17net: ethtool: use ndo_fix_features for offload settingMichał Mirosław1-13/+32
2011-02-17net: Introduce new feature setting opsMichał Mirosław2-8/+163
2011-02-17ethtool: factorize get/set_one_featureMichał Mirosław1-142/+132
2011-02-17ethtool: factorize ethtool_get_strings() and ethtool_get_sset_count()Michał Mirosław1-12/+23
2011-02-17ethtool: enable GSO and GRO by defaultMichał Mirosław1-4/+14
2011-02-17ethtool: move EXPORT_SYMBOL(ethtool_op_set_tx_csum) to correct placeMichał Mirosław1-1/+1
2011-02-15net: RPS: Make hardware-accelerated RFS conditional on NETIF_F_NTUPLEBen Hutchings1-1/+2
2011-02-15Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next-2.6David S. Miller1-1/+2
2011-02-15net: Adjust TX queue kobjects if number of queues changes during unregisterBen Hutchings1-1/+2
2011-02-13rtnetlink: implement setting of master deviceJiri Pirko1-0/+43
2011-02-13net: make dev->master generalJiri Pirko1-12/+37
2011-02-13net: remove the unnecessary dance around skb_bond_should_dropJiri Pirko1-3/+3
2011-02-09net: rename group sysfs entry to netdev_groupXiaotian Feng1-1/+1
2011-02-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-11/+16
2011-02-08net: Fix lockdep regression caused by initializing netdev queues too early.David S. Miller1-11/+16
2011-02-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+3
2011-02-02gro: reset skb_iif on reuseAndy Gospodarek1-0/+1
2011-01-31net: Check rps_flow_table when RPS map length is 1Tom Herbert1-1/+2
2011-01-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-0/+4
2011-01-30net: Fix ip link add netns oopsEric W. Biederman1-0/+3
2011-01-29gro: Reset dev pointer on reuseHerbert Xu1-0/+1
2011-01-28ipv4: Attach FIB info to dst_default_metrics when possibleDavid S. Miller1-1/+1
2011-01-27net: fix dev_seq_next()Eric Dumazet1-4/+7
2011-01-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-2/+2
2011-01-27net: add kmemcheck annotation in __alloc_skb()Eric Dumazet1-0/+1
2011-01-27net: fix validate_link_af in rtnetlink coreKurt Van Dijck1-2/+1
2011-01-26net: Implement read-only protection and COW'ing of metrics.David S. Miller1-0/+39
2011-01-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-3/+7
2011-01-25pktgen: speedup fragmented skbsEric Dumazet1-141/+93
2011-01-24net: add sysfs entry for device groupVlad Dogaru1-0/+15
2011-01-24net: clear heap allocation for ethtool_get_regs()Eugene Teo1-1/+1
2011-01-24net: reduce and unify printk level in netdev_fix_features()Michał Mirosław1-21/+12
2011-01-24net: change netdev->features to u32Michał Mirosław4-12/+11
2011-01-24net: Move check of checksum features to netdev_fix_features()Michał Mirosław1-15/+17