summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* asix: Rename asix.c to asix_devices.cChristian Riesch2012-07-174-0/+3361
* gigaset: silence GCC warning for unused 'format_ie'Paul Bolle2012-07-171-0/+2
* drivers: connector: fixed coding style issuesValentin Ilie2012-07-173-25/+28
* irda: Fix typo in irdaMasanari Iida2012-07-172-2/+2
* sctp: fix sparse warning for sctp_init_cause_fixedIoan Orghici2012-07-171-1/+1
* bnx2: Try to recover from PCI block resetMichael Chan2012-07-171-0/+7
* tg3: Add hwmon support for temperatureMichael Chan2012-07-172-0/+150
* tg3: Add APE scratchpad read functionMatt Carlson2012-07-172-2/+86
* tg3: Add common function tg3_ape_event_lock()Matt Carlson2012-07-171-24/+32
* tg3: Fix the setting of the APE_HAS_NCSI flagMichael Chan2012-07-171-21/+21
* netem: refine early skb orphaningEric Dumazet2012-07-171-1/+8
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2012-07-1711-225/+265
|\
| * ixgbe: Merge FCoE set_num and cache_ring calls into RSS/DCB configAlexander Duyck2012-07-152-147/+129
| * ixgbe: Add function for obtaining FCoE TC based on FCoE user priorityAlexander Duyck2012-07-144-15/+22
| * ixgbe: Populate the prio_tc_map in ixgbe_setup_tcAlexander Duyck2012-07-144-23/+35
| * ixgbe: Cleanup unpacking code for DCBAlexander Duyck2012-07-141-25/+22
| * ixgbe: Simplify logic for getting traffic class from user priorityAlexander Duyck2012-07-141-7/+23
| * e1000e: Program the correct register for ITR when using MSI-X.Matthew Vick2012-07-143-7/+31
| * e1000e: Cleanup code logic in e1000_check_for_serdes_link_82571()Tushar Dave2012-07-141-6/+8
* | be2net: dont pull too much data in skb linear partEric Dumazet2012-07-171-3/+3
* | be2net: update driver versionPadmanabh Ratnakar2012-07-171-1/+1
* | be2net: Add description about various RSS hash typesPadmanabh Ratnakar2012-07-171-2/+12
* | bridge: Fix enforcement of multicast hash_max limitThomas Graf2012-07-171-4/+5
* | net/mlx4_en: dereferencing freed memoryDan Carpenter2012-07-171-3/+1
* | net/mlx4: off by one in parse_trans_rule()Dan Carpenter2012-07-171-1/+1
* | ipv6: fix RTPROT_RA markup of RA routes w/nexthopsDenis Ovsienko2012-07-171-4/+6
* | hyperv: Add support for setting MAC from within guestsHaiyang Zhang2012-07-173-1/+109
* | 6lowpan: Change byte order when storing/accessing to len fieldTony Cheneau2012-07-171-8/+12
* | 6lowpan: Change byte order when storing/accessing u16 tagTony Cheneau2012-07-171-3/+3
* | 6lowpan: Fix null pointer dereference in UDP uncompression functionTony Cheneau2012-07-171-0/+3
* | arch: Use eth_random_addrJoe Perches2012-07-175-8/+8
* | usb: Use eth_random_addrJoe Perches2012-07-172-3/+3
* | s390: Use eth_random_addrJoe Perches2012-07-172-2/+2
* | drivers/net: Use eth_random_addrJoe Perches2012-07-172-2/+2
* | wireless: Use eth_random_addrJoe Perches2012-07-1710-10/+10
* | net: usb: Use eth_random_addrJoe Perches2012-07-173-3/+3
* | ethernet: Use eth_random_addrJoe Perches2012-07-1715-16/+16
* | etherdevice: Rename random_ether_addr to eth_random_addrJoe Perches2012-07-171-6/+8
* | Merge branch 'tipc_net-next' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller2012-07-1725-1126/+439
|\ \
| * | tipc: remove print_buf and deprecated log buffer codeErik Hugne2012-07-148-335/+4
| * | tipc: phase out most of the struct print_buf usageErik Hugne2012-07-1410-222/+213
| * | tipc: simplify print buffer handling in tipc_printfErik Hugne2012-07-141-42/+10
| * | tipc: simplify link_print by divorcing it from using tipc_printfPaul Gortmaker2012-07-141-17/+7
| * | tipc: remove TIPC packet debugging functions and macrosErik Hugne2012-07-144-312/+0
| * | tipc: use standard printk shortcut macros (pr_err etc.)Erik Hugne2012-07-1418-174/+177
| * | tipc: limit error messages relating to memory leak to one linePaul Gortmaker2012-07-121-2/+4
| * | tipc: factor stats struct out of the larger link structPaul Gortmaker2012-07-121-30/+32
* | | net: make sock diag per-namespaceAndrey Vagin2012-07-176-18/+51
* | | lpc_eth: remove duplicated includeDuan Jiong2012-07-171-1/+0
* | | tcp: add OFO snmp countersEric Dumazet2012-07-173-3/+12
| |/ |/|