aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/irda (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-20ucc_geth: enable transmit time stamping.Richard Cochran1-0/+2
2011-06-20pxa168_eth: enable transmit time stamping.Richard Cochran1-0/+3
2011-06-20smsc911x: enable transmit time stamping.Richard Cochran1-0/+1
2011-06-20fs_enet: enable transmit time stamping.Richard Cochran1-0/+2
2011-06-20macb: enable transmit time stamping.Richard Cochran1-0/+2
2011-06-20fec_mpc52xx: enable transmit and receive time stamping.Richard Cochran1-1/+3
2011-06-20ll_temac: enable transmit and receive time stamping.Richard Cochran1-1/+4
2011-06-20emaclite: enable transmit and receive time stamping.Richard Cochran1-2/+7
2011-06-20lib8390: enable transmit and receive time stamping.Richard Cochran1-2/+3
2011-06-20net: export the receive time stamping hook for non-NAPI driversRichard Cochran1-0/+1
2011-06-20myricom: remove stats_lockEric Dumazet1-7/+3
2011-06-20myri_sbus: remove driverJon Mason4-1508/+0
2011-06-20batman-adv: improved gateway tq-based selectionAntonio Quartulli4-6/+104
2011-06-20batman-adv: throw uevent in userspace on gateway add/change/del eventAntonio Quartulli1-0/+6
2011-06-20batman-adv: gateway election code refactoringAntonio Quartulli3-56/+82
2011-06-20batman-adv: add wrapper function to throw uevent in userspaceAntonio Quartulli3-0/+84
2011-06-20batman-adv: protect the local and the global trans-tables with rcuAntonio Quartulli5-128/+150
2011-06-20batman-adv: improved roaming mechanismAntonio Quartulli12-33/+334
2011-06-20batman-adv: improved client announcement mechanismAntonio Quartulli18-305/+1381
2011-06-20batman-adv: Unify the first 3 bytes in each packetAntonio Quartulli1-12/+18
2011-06-20batman-adv: Reduce usage of charSven Eckelmann11-20/+20
2011-06-20batman-adv: count_real_packets() in batman-adv assumes char is signedDavid Howells3-8/+8
2011-06-20batman-adv: Keep interface_tx as local functionSven Eckelmann2-2/+1
2011-06-20batman-adv: Move compare_orig to originator.cSven Eckelmann2-8/+8
2011-06-19veth: fix 64bit stats on 32bit archesEric Dumazet1-18/+37
2011-06-19net/staging: add needed interrupt.h and hardirq.h includesStephen Rothwell12-0/+15
2011-06-19davinci_emac: fix race in transmit time stamping.Richard Cochran1-1/+2
2011-06-19smsc9420: fix race in transmit time stamping.Richard Cochran1-2/+2
2011-06-19stmmac: fix race in transmit time stamping.Richard Cochran1-2/+2
2011-06-19r6040: fix race in transmit time stamping.Richard Cochran1-2/+3
2011-06-19tg3: fix race in transmit time stamping.Richard Cochran1-2/+2
2011-06-19fec: fix race in transmit time stamping.Richard Cochran1-2/+2
2011-06-19net: correct comment on where to place transmit time stamp hook.Richard Cochran1-2/+1
2011-06-18r8169: check firmware content sooner.Francois Romieu1-19/+44
2011-06-18r8169: support new firmware format.Hayes Wang1-1/+35
2011-06-18r8169: explicit firmware format check.Francois Romieu1-13/+49
2011-06-18r8169: move the firmware down into the device private data.Francois Romieu1-26/+48
2011-06-17e1000: remove unnecessary codeGreg Dietsche1-6/+1
2011-06-17net: icplus: remove unnecessary codeGreg Dietsche1-5/+1
2011-06-17net/rds: use prink_ratelimited() instead of printk_ratelimit()Manuel Zerpies7-22/+21
2011-06-17net/can: use printk_ratelimited() instead of printk_ratelimit()Manuel Zerpies1-2/+3
2011-06-16rtnetlink: unlock on error path in netlink_dump()Dan Carpenter1-2/+1
2011-06-16gianfar: Use pr_<level>, netdev_<level> and netif_<level>Joe Perches2-76/+58
2011-06-16net: Remove casts of void *Joe Perches21-83/+74
2011-06-16be2net: support multiple TX queuesSathya Perla3-119/+171
2011-06-16netfilter: ipset: whitespace and coding fixes detected by checkpatch.plJozsef Kadlecsik11-27/+28
2011-06-16netfilter: ipset: hash:net,iface type introducedJozsef Kadlecsik5-0/+784
2011-06-16netfilter: ipset: use the stored first cidr value instead of '1'Jozsef Kadlecsik3-8/+16
2011-06-16netfilter: ipset: fix return code for destroy when sets are in useJozsef Kadlecsik1-1/+1
2011-06-16netfilter: ipset: add xt_action_param to the variant level kadt functions, ipset API changeJozsef Kadlecsik14-16/+43