aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-05-08netfilter: xtables: consolidate open-coded logicJan Engelhardt4-18/+40
2009-05-08netfilter: xtables: fix const inconsistencyJan Engelhardt2-14/+14
2009-05-08netfilter: xtables: remove redundant castsJan Engelhardt2-2/+2
2009-05-08netfilter: xtables: use NFPROTO_ in standard targetsJan Engelhardt2-6/+6
2009-05-08netfilter: queue: use NFPROTO_ for queue callsitesJan Engelhardt3-4/+4
2009-05-08netfilter: xtables: use NFPROTO_ for xt_proto_init callsitesJan Engelhardt2-4/+4
2009-05-07smsc911x: fix calculation of res_size for ioremapMatthias Ludwig1-1/+1
2009-05-07e1000/e1000e/igb/ixgb: don't txhang after link downJesse Brandeburg4-0/+8
2009-05-07ixgbe: Typecase '1' for 64 bit shiftNelson, Shannon1-3/+3
2009-05-07ixgbe: fix failing to log fan failuresDon Skidmore1-2/+26
2009-05-07ixgbe: Enable L2 header split in 82599Yi Zou2-1/+3
2009-05-07ixgbe: set queue0 for srrctl configuration correctly for DCBAlexander Duyck1-1/+12
2009-05-07ixgbe: always set header length in SRRCTLAlexander Duyck1-18/+10
2009-05-07tcp: tcp_prequeue() can use keyed wakeupsEric Dumazet1-1/+2
2009-05-07tcp: tcp_prequeue() cleanupEric Dumazet1-22/+23
2009-05-06net: Add missing rculist.h include to netdevice.hDavid S. Miller1-0/+1
2009-05-06net: Make inet_twsk_put similar to sock_putArnaldo Carvalho de Melo1-10/+13
2009-05-06ixgbe: Proposed PARCH PCIE legacy I/O port free intel 10Gb NIC drivergouji-new1-7/+12
2009-05-06ixgbe: Return PCI_ERS_RESULT_DISCONNECT when bus is disabledBreno Leitao1-0/+3
2009-05-06ixgbe: remove ixgbe_napi_add/del_all referencesAlexander Duyck1-2/+0
2009-05-06ixgbe: skb_record_rx_queue should record rx queue instead of vectorAlexander Duyck1-2/+3
2009-05-06ixgbe: make q_vectors dynamic to reduce netdev sizeAlexander Duyck4-133/+158
2009-05-06pci: update 82576 sr-iov quirk with latest device IDsAlexander Duyck1-0/+2
2009-05-06igb/igbvf: set rx csum always enabled in hw, disable via swAlexander Duyck3-10/+12
2009-05-06igbvf: cleanup flags and allow for rx checksum to be disabledAlexander Duyck3-33/+26
2009-05-06mv643xx_eth: only unmask RX and TX_END interrupts for available queuesSaeed Bishara1-6/+14
2009-05-06mv643xx_eth: rework receive skb cache alignmentLennert Buytenhek1-8/+13
2009-05-06mv643xx_eth: minor register definition cleanupLennert Buytenhek1-23/+21
2009-05-06mv643xx_eth: count handling a link event as one unit of napi workLennert Buytenhek1-0/+1
2009-05-06mv643xx_eth: fix variable shadowing sparse warningLennert Buytenhek1-1/+0
2009-05-06netxen: fix bonding supportDhananjay Phadke6-168/+82
2009-05-06netxen: fix mac list managementDhananjay Phadke3-79/+58
2009-05-06netxen: fix race in tx ring acccessDhananjay Phadke3-7/+8
2009-05-05lasi_82596: fix printk format warningAlexander Beregalov1-3/+3
2009-05-05tcp:fix the code indentShan Wei1-1/+1
2009-05-05r6040: bump version to 0.23 and date to 05May2009Florian Fainelli1-2/+2
2009-05-05r6040: check for absent PHYFlorian Fainelli1-0/+8
2009-05-05bonding: get rid of CONFIG_PROC_FS ifdefsJiri Pirko1-10/+20
2009-05-05net: introduce a list of device addresses dev_addr_list (v6)Jiri Pirko3-2/+312
2009-05-05net: smsc911x: add power management functionsDaniel Mack1-0/+46
2009-05-04net: remove driver_data direct access of struct device from more driversGreg Kroah-Hartman3-11/+11
2009-05-04netns 2/2: extract net_create()Alexey Dobriyan1-24/+20
2009-05-04netns 1/2: don't get/put old netns on CLONE_NEWNETAlexey Dobriyan1-4/+1
2009-05-04macb: Add support of the netpoll APIThomas Petazzoni1-0/+18
2009-05-04tcp: extend ECN sysctl to allow server-side only ECNIlpo Järvinen3-3/+12
2009-05-03net: Avoid modulus in skb_tx_hash() for forwarding case.David S. Miller1-2/+6
2009-05-03ipv4: remove unused macro (FIB_RES_RESET) from ip_fib.h.Rami Rosen1-2/+0
2009-05-03ne2k-pci: use dev->addr_len instead of "6"Jiri Pirko1-1/+1
2009-05-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-5/+5
2009-05-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller11-54/+79