aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-01powerpc: tqm8548/tqm8xx: add and update CAN device nodesWolfgang Grandegger3-10/+53
2011-12-01can: cc770: add platform bus driver for the CC770 and AN82527Wolfgang Grandegger4-0/+333
2011-12-01can: cc770: add legacy ISA bus driver for the CC770 and AN82527Wolfgang Grandegger3-0/+379
2011-12-01can: cc770: add driver core for the Bosch CC770 and Intel AN82527Wolfgang Grandegger7-0/+1130
2011-12-01icplus: mdio_write(), remove unnecessary for loopPatrick Kelle1-10/+3
2011-12-01net: net_device flags is an unsigned intEric Dumazet1-7/+7
2011-12-01dsa: Include linux/if_ether.h to fix build errorAxel Lin1-0/+1
2011-12-01netem: fix build error on 32bit archesEric Dumazet1-1/+4
2011-11-30caif: Remove unused attributes from struct cflayersjur.brandeland@stericsson.com1-4/+0
2011-11-30caif: Remove unused enum and parameter in cfserlsjur.brandeland@stericsson.com4-19/+4
2011-11-30caif: Restructure how link caif link layer enrollsjur.brandeland@stericsson.com4-90/+132
2011-11-30caif: Allow cfpkt_extr_head to process empty messagesjur.brandeland@stericsson.com1-1/+2
2011-11-30netem: rate extensionHagen Paul Pfeifer2-0/+45
2011-11-30ipv6 : mcast : Delete useless parameter in ip6_mc_add1_src()Jun Zhao1-2/+2
2011-11-30ipv4 : igmp : Delete useless parameter in ip_mc_add1_src()Jun Zhao1-2/+2
2011-11-30atm: clip: Use device neigh support on top of "arp_tbl".David Miller4-90/+16
2011-11-30neigh: Add device constructor/destructor capability.David Miller2-1/+16
2011-11-30atm: clip: Convert over to neighbour_priv()David Miller2-15/+15
2011-11-30neigh: Do not set tbl->entry_size in ipv4/ipv6 neigh tables.David Miller3-3/+0
2011-11-30neigh: Add infrastructure for allocating device neigh privates.David Miller4-3/+15
2011-11-30neigh: Get rid of neigh_table->kmem_cachepDavid Miller2-17/+2
2011-11-30neigh: Create mechanism for generic neigh private areas.David Miller1-0/+7
2011-11-30sfc: fix race in efx_enqueue_skb_tso()Eric Dumazet1-2/+2
2011-11-30bnx2: Support for byte queue limitsEric Dumazet1-0/+6
2011-11-30tcp: inherit listener congestion control for passive cnxEric Dumazet3-1/+7
2011-11-30can: Revert outdated cc770 driver patches.David S. Miller7-1504/+0
2011-11-29sky2: add bql supportstephen hemminger1-5/+13
2011-11-29bnx2x: handle iSCSI SD modeDmitry Kravkov4-9/+86
2011-11-29can: cc770: legacy CC770 ISA bus driverWolfgang Grandegger3-0/+349
2011-11-29can: cc770: add driver core for the Bosch CC770 and Intel AN82527Wolfgang Grandegger6-0/+1155
2011-11-29net/smsc911x: Add regulator supportRobert Marklund1-11/+100
2011-11-29can: sja1000_isa: convert to platform driver to support x86_64 systemsWolfgang Grandegger2-30/+65
2011-11-29ipv4: remove useless codes in ipmr_device_event()RongQing.Li1-3/+1
2011-11-29can: sja1000_isa: fix "limited range" compiler warningsWolfgang Grandegger1-12/+12
2011-11-29net: Fix skb_update_prio RCU usage.Igor Maravic1-1/+1
2011-11-29sch_choke: use skb_flow_dissect()Eric Dumazet1-89/+31
2011-11-29sch_sfq: use skb_flow_dissect()Eric Dumazet1-55/+10
2011-11-29tcp: avoid frag allocation for small framesEric Dumazet1-3/+6
2011-11-29flow_dissector: use a 64bit load/storeEric Dumazet2-2/+12
2011-11-29sfc: Support for byte queue limitsTom Herbert1-6/+21
2011-11-29bnx2x: Support for byte queue limitsTom Herbert1-4/+22
2011-11-29tg3: Support for byte queue limitsTom Herbert1-0/+8
2011-11-29forcedeth: Support for byte queue limitsTom Herbert1-0/+18
2011-11-29e1000e: Support for byte queue limitsTom Herbert1-0/+9
2011-11-29bql: Byte queue limitsTom Herbert4-9/+172
2011-11-29xps: Add xps_queue_release functionTom Herbert1-42/+47
2011-11-29net: Add netdev interfaces for recording sends/compTom Herbert1-0/+28
2011-11-29net: Add queue state xoff flag for stackTom Herbert7-25/+46
2011-11-29dql: Dynamic queue limitsTom Herbert4-0/+235
2011-11-29net: add calxeda xgmac ethernet driverRob Herring6-0/+1953