aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-24net: pskb_expand_head() optimizationEric Dumazet1-1/+2
2010-07-24sysfs: add attribute to indicate hw address assignment typeStefan Assmann2-0/+20
2010-07-22net: RTA_MARK additionEric Dumazet1-0/+1
2010-07-22CAN: Add Flexcan CAN controller driverMarc Kleine-Budde1-0/+20
2010-07-19ipv6: Make IP6CB(skb)->nhoff 16-bit.David S. Miller1-1/+1
2010-07-19net: 64bit stats for netdev_queueEric Dumazet1-3/+3
2010-07-18net: support time stamping in phy devices.Richard Cochran3-0/+57
2010-07-18net: added a BPF to help drivers detect PTP packets.Richard Cochran1-0/+126
2010-07-18net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran1-1/+1
2010-07-18net: add driver hook for tx time stamping.Richard Cochran1-0/+21
2010-07-09net: Document that dev_get_stats() returns the given pointerBen Hutchings1-2/+2
2010-07-09net: Get rid of rtnl_link_stats64 / net_device_stats unionBen Hutchings1-42/+28
2010-07-09atm: propagate signal changes via notifierKarl Hiramoto1-0/+17
2010-07-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller4-3/+12
2010-07-07net: fix 64 bit counters on 32 bit archesEric Dumazet1-4/+8
2010-07-05net: Fix definition of netif_vdbg() when VERBOSE_DEBUG is definedBen Hutchings1-1/+1
2010-07-04netdevice.h: Change netif_<level> macros to call netdev_<level> functionsJoe Perches1-7/+13
2010-07-04netdevice.h net/core/dev.c: Convert netdev_<level> logging macros to functionsJoe Perches1-19/+17
2010-07-04device.h drivers/base/core.c Convert dev_<level> logging macros to functionsJoe Perches1-26/+86
2010-07-04vsprintf: Recursive vsnprintf: Add "%pV", struct va_formatJoe Perches1-0/+5
2010-07-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller3-2/+6
2010-07-02linux/net.h: fix kernel-doc warningsRandy Dunlap1-2/+1
2010-07-02net: decreasing real_num_tx_queues needs to flush qdiscJohn Fastabend1-0/+3
2010-07-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller2-0/+23
2010-06-30ethtool: Add support for control of RX flow hash indirectionBen Hutchings1-0/+15
2010-06-30ethtool: Change ethtool_op_set_flags to validate flagsBen Hutchings1-1/+1
2010-06-30mv643xx_eth: use sw csum for big packetsSaeed Bishara1-0/+5
2010-06-30eeprom_93cx6: Add support for 93c86 EEPROMs.Gertjan van Wingerde1-0/+1
2010-06-29ethtool: Fix potential user buffer overflow for ETHTOOL_{G, S}RXFHBen Hutchings1-0/+2
2010-06-28macvlan: 64 bit rx countersEric Dumazet1-7/+12
2010-06-28net: u64_stats_fetch_begin_bh() and u64_stats_fetch_retry_bh()Eric Dumazet1-15/+44
2010-06-28net: u64_stats_sync improvementsEric Dumazet1-1/+5
2010-06-28netfilter: ipt_LOG/ip6t_LOG: add option to print decoded MAC headerPatrick McHardy2-2/+4
2010-06-25net: optimize Berkeley Packet Filter (BPF) processingHagen Paul Pfeifer1-0/+48
2010-06-24broadcom: Add 5241 supportDmitry Baryshkov1-0/+1
2010-06-24broadcom: move all PHY_ID's to headerDmitry Baryshkov1-0/+6
2010-06-24nl80211: Add option to adjust transmit powerJuuso Oikarinen1-0/+9
2010-06-24cfg80211/mac80211: Update set_tx_power to use mBm instead of dBm unitsJuuso Oikarinen1-0/+13
2010-06-23net - IP_NODEFRAG option for IPv4 socketJiri Olsa1-0/+1
2010-06-23net: Introduce u64_stats_sync infrastructureEric Dumazet1-0/+107
2010-06-22IPVS: one-packet schedulingNick Chalk1-0/+2
2010-06-20caif: Add debug connection type for CAIF.Sjur Braendeland1-0/+34
2010-06-16udp: Add UFO to NETIF_F_SOFTWARE_GSOHerbert Xu1-1/+2
2010-06-16sock: Introduce cred_to_ucredEric W. Biederman1-0/+5
2010-06-16user_ns: Introduce user_nsmap_uid and user_ns_map_gid.Eric W. Biederman1-0/+14
2010-06-15netpoll: Use correct primitives for RCU dereferencingHerbert Xu1-2/+2
2010-06-15net: NET_SKB_PAD should depend on L1_CACHE_BYTESEric Dumazet1-3/+5
2010-06-15net: Fix error in comment on net_device_ops::ndo_get_statsBen Hutchings1-1/+1
2010-06-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller4-0/+51
2010-06-15bridge: use rx_handler_data pointer to store net_bridge_port pointerJiri Pirko2-2/+1