aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/cipso_ipv4.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-12ipv6: Use ip6_dst_hoplimit() instead of direct dst_metric() calls.David S. Miller3-2/+4
2010-12-12hostap: don't use flush_scheduled_work()Tejun Heo2-1/+10
2010-12-12i2400m: drop i2400m_schedule_work()Tejun Heo4-96/+21
2010-12-12sungem: update gp->reset_task flushingTejun Heo1-8/+4
2010-12-12igb[v],ixgbe: don't use flush_scheduled_work()Tejun Heo3-10/+17
2010-12-12iseries_veth: don't use flush_scheduled_work()Tejun Heo1-14/+4
2010-12-12ehea: don't use flush_scheduled_work()Tejun Heo1-3/+2
2010-12-12ehea: kill unused ehea_rereg_mr_taskTejun Heo2-8/+3
2010-12-12drivers/net: don't use flush_scheduled_work()Tejun Heo23-34/+36
2010-12-12drivers/net: remove unnecessary flush_scheduled_work() callsTejun Heo5-15/+0
2010-12-11net: au1000_eth: remove unused global variable.Manuel Lauss1-2/+0
2010-12-11s2io: Using static const generally increases object text and decreases data size. It also generally decreases overall object size.Jon Mason1-8/+12
2010-12-11s2io: Update Driver VersionJon Mason1-1/+1
2010-12-11s2io: make strings at tables constJon Mason2-6/+6
2010-12-11s2io: rx_ring_sz bounds checkingJon Mason2-19/+26
2010-12-10igb: Add new function to read part number from EEPROM in string formatCarolyn Wyborny4-11/+102
2010-12-10e1000e: increment the driver versionBruce Allan1-1/+1
2010-12-10e1000e: static analysis tools complain of a possible null ptr p dereferenceBruce Allan1-0/+3
2010-12-10e1000e: minor error message correctionsBruce Allan2-2/+2
2010-12-10e1000e: prevent null ptr dereference in e1000_tx_queue()Bruce Allan1-2/+2
2010-12-10e1000e: support new PBA format from EEPROMBruce Allan4-28/+130
2010-12-10e1000e: 82579 PHY incorrectly identified during initBruce Allan2-5/+25
2010-12-10e1000e: 82577/8/9 mis-configured OEM bits during S0->SxBruce Allan1-1/+1
2010-12-10e1000e: 82571 Serdes can fail to get linkBruce Allan1-8/+27
2010-12-10e1000e: 82577/8 must acquire h/w semaphore before workaroundBruce Allan1-0/+7
2010-12-10e1000e: 82574/82583 performance improvementBruce Allan1-2/+2
2010-12-10e1000e: 82571-based mezzanine card can fail ethtool link testBruce Allan1-1/+6
2010-12-10e1000e: fix double initialization in blink pathHolger Eitzenberger3-2/+3
2010-12-10ixgbe: cleanup string function calls to use bound checking versions.Don Skidmore2-10/+11
2010-12-10ixgbe: fix ntuple supportEmil Tantilov1-1/+1
2010-12-10ixgbe: fix X540 to use it's own info structDon Skidmore2-10/+10
2010-12-10ixgbe: fix X540 phy id to correct valueDon Skidmore2-2/+2
2010-12-10ixgb: Don't check for vlan group on transmitEmil Tantilov1-21/+30
2010-12-10Intel Wired LAN drivers: Use static constJeff Kirsher7-53/+65
2010-12-10e1000: fix return value not set on errorDean Nelson1-4/+6
2010-12-10MAINTAINERS: Update Intel Wired LAN infoJeff Kirsher1-0/+2
2010-12-10Documentation/networking/ixgbevf.txt: Update documentationJeff Kirsher1-4/+0
2010-12-10Documentation/networking/ixgbe.txt: Update ixgbe documentationJeff Kirsher1-75/+136
2010-12-10Documentation/networking/igbvf.txt: Update documentationJeff Kirsher1-1/+3
2010-12-10Documentation/networking/igb.txt: update documentationJeff Kirsher1-27/+4
2010-12-10Documentation/networking/e1000e.txt: Update documentationJeff Kirsher1-18/+22
2010-12-10Documentation/networking/e1000.txt: Update documentationJeff Kirsher1-5/+5
2010-12-10isdn: Fix printed out copy_from_user() return value after previous change.David S. Miller1-3/+4
2010-12-10bonding: add the debugfs facility to the bonding driverTaku Izumi4-2/+115
2010-12-10enic: Move enic port profile handling code to a new 802.1Qbh provisioning info typeRoopa Prabhu3-19/+47
2010-12-10isdn: return -EFAULT if copy_from_user() failsDan Carpenter1-2/+2
2010-12-10vxge: update driver versionJon Mason1-3/+3
2010-12-10vxge: independent interrupt moderationJon Mason1-4/+7
2010-12-10vxge: hotplug stallJon Mason1-2/+2
2010-12-10vxge: transmit timeout deadlockJon Mason2-5/+15