summaryrefslogtreecommitdiffstats
path: root/drivers/net/dummy.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-07-04ipg: per-device rxsupport_sizePekka Enberg2-4/+6
2008-07-04ipg: per-device rxfrag_sizePekka Enberg2-14/+12
2008-07-04ipg: remove jumbo frame #ifdef from mtuPekka Enberg2-3/+5
2008-07-04ipg: always compile in jumbo frame supportPekka Enberg2-15/+21
2008-07-03ipv4,ipv6 mroute: Add some helper inline functions to remove ugly ifdefs.YOSHIFUJI Hideaki3-8/+59
2008-07-03ipv4: Do cleanup for ip_mr_initWang Chen4-9/+28
2008-07-03ipv6: Do cleanup for ip6_mr_init.Wang Chen3-7/+45
2008-07-03ipv6 route: Prefer outgoing interface with source address assigned.YOSHIFUJI Hideaki1-4/+16
2008-07-03ipv6 addrconf: add accept_dad sysctl to control DAD operation.YOSHIFUJI Hideaki3-0/+44
2008-07-03ipv6: Add disable_ipv6 sysctl to disable IPv6 operaion on specific interface.YOSHIFUJI Hideaki5-1/+26
2008-07-03ipv6: Assume the loopback address in link-local scope.YOSHIFUJI Hideaki1-1/+1
2008-07-03ipv6: Do not forward packets with the unspecified source address.YOSHIFUJI Hideaki1-1/+2
2008-07-03ipv6: Do not assign non-valid address on interface.YOSHIFUJI Hideaki1-0/+7
2008-07-03tcp: de-bloat a bit with factoring NET_INC_STATS_BH outPavel Emelyanov3-22/+46
2008-07-02niu: Add support for rx flow hash configuration.Santwona Behera1-0/+158
2008-07-02netdev: Add support for rx flow hash configuration, using ethtool.Santwona Behera2-0/+70
2008-07-02sctp: Mark GET_PEER|LOCAL_ADDR_OLD deprecated.Vlad Yasevich2-0/+24
2008-07-02icmp: fix units for ratelimitStephen Hemminger3-6/+10
2008-06-29r8169: remove non-napi codeFrancois Romieu2-114/+41
2008-06-29r8169: multicast register update (sync with Realtek's 8.004.00 8168 driver)Francois Romieu1-2/+4
2008-06-28[netdrvr] kill sync_irq-before-freq_irq patternJeff Garzik6-8/+1
2008-06-28[netdrvr] fealnx: clean up nasty mess of arch ifdefsJeff Garzik1-31/+12
2008-06-28tulip: remove wrapper around get_unalignedHarvey Harrison1-6/+4
2008-06-28Fix forcedeth hibernate/wake-on-lan problemsTobias Diedrich1-0/+20
2008-06-28Fix forcedeth hibernate/wake-on-lan problemsTobias Diedrich1-0/+5
2008-06-288139too: some style cleanupsMárton Németh1-6/+6
2008-06-28rndis_host: pass buffer length to rndis_commandJussi Kivilinna3-10/+11
2008-06-28net: sh_eth: Fix compile error sh_ethNobuhiro Iwamatsu2-4/+4
2008-06-28e1000: remove e1000_clean_tx_irq call from e1000_netpollAndy Gospodarek1-1/+0
2008-06-28igb: make ioport freeTaku Izumi2-6/+45
2008-06-28e1000e: make ioport freeTaku Izumi2-6/+46
2008-06-28e1000: remove PCI Express device IDsAuke Kok2-36/+0
2008-06-28ipv6 route: Convert rt6_device_match() to use RT6_LOOKUP_F_xxx flags.YOSHIFUJI Hideaki1-3/+3
2008-06-28netlabel: Fix a problem when dumping the default IPv6 static labelsPaul Moore1-1/+1
2008-06-28net/inet_lro: remove setting skb->ip_summed when not LRO-ableEli Cohen2-3/+6
2008-06-28inet fragments: fix race between inet_frag_find and inet_frag_secret_rebuildPavel Emelyanov4-6/+17
2008-06-28CONNECTOR: add a proc entry to list connectorsLi Zefan1-0/+40
2008-06-28netlink: Fix some doc comments in net/netlink/attr.cJulius Volz1-3/+4
2008-06-28tcp: /proc/net/tcp rto,ato values not scaled properly (v2)Stephen Hemminger2-6/+6
2008-06-28include/linux/netdevice.h: don't export MAX_HEADER to userspaceAdrian Bunk1-0/+4
2008-06-28pkt_sched: Remove CONFIG_NET_SCH_RRAdrian Bunk1-11/+0
2008-06-28pkt_sched: ERR_PTR() ususally encodes an negative errno, not positive.WANG Cong1-1/+1
2008-06-28netdevice: Fix typo of dev_unicast_add() commentWang Chen1-1/+1
2008-06-28af_unix: fix 'poll for write'/connected DGRAM socketsRainer Weikusat1-28/+24
2008-06-28tcp: fix for splice receive when used with software LROOctavian Purdila1-5/+12
2008-06-28tcp: calculate tcp_mem based on low memory instead of all memoryMiquel van Smoorenburg1-3/+6
2008-06-28hamradio: remove unused variableAndre Haupt1-2/+0
2008-06-27mac80211: fix an oops in several failure paths in key allocationEmmanuel Grumbach1-0/+9
2008-06-27prism: islpci_eth.c endianness fixHarvey Harrison1-1/+1
2008-06-27rt2x00: Fix lock dependency errrorIvo van Doorn3-15/+28