summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-03-25qeth: remove EDDPFrank Blaschka8-980/+111
2009-03-25qeth: add statistics for tx csumFrank Blaschka4-2/+11
2009-03-25qeth: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2009-03-25rndis_wlan: Fix build with netdev_ops compat disabled.David S. Miller1-1/+13
2009-03-25ax88796: Add method to take MAC from platform dataDaniel Mack2-10/+20
2009-03-25drivers/net/ax88796.c: take IRQ flags from platform_deviceDaniel Mack1-5/+9
2009-03-25e1000e: add support for 82574 device ID 0x10F6Bruce Allan2-0/+2
2009-03-25ipv6: Fix conflict resolutions during ipv6 bindingVlad Yasevich5-37/+34
2009-03-25ipv6: Make v4-mapped bindings consistent with IPv4Vlad Yasevich1-3/+11
2009-03-25ipv6: Allow ipv4 wildcard binds after ipv6 address bindsVlad Yasevich1-1/+4
2009-03-25ipv6: Disallow binding to v4-mapped address on v6-only socket.Vlad Yasevich1-0/+7
2009-03-25be2net: cleanup rx/tx rate calculationsSathya Perla2-36/+72
2009-03-25netlink: add NETLINK_NO_ENOBUFS socket flagPablo Neira Ayuso2-6/+33
2009-03-25myri10ge: update firmware headers to 1.4.41Brice Goglin1-0/+9
2009-03-25macb: fix warning "warning: unused variable `dev' "vibi sreenivasan1-1/+0
2009-03-25ucc_geth: Convert to net_device_opsJoakim Tjernlund1-9/+15
2009-03-25claw: fix minor findings from code analysis toolAndrew H. Richter1-24/+20
2009-03-25ctcm: fix minor findings from code analysis toolJoel A. Fowler2-17/+8
2009-03-25ctcm: avoid wraparound in length of incoming dataRoel Kluin2-4/+4
2009-03-25ctcm: invalid return code from hard_start_xmitUrsula Braun1-2/+2
2009-03-25claw: invalid return codes from hard_start_xmitUrsula Braun1-0/+2
2009-03-25netiucv: invalid return code from hard_start_xmitUrsula Braun1-1/+1
2009-03-25lcs: invalid return codes from hard_start_xmit.Klaus-Dieter Wacker1-2/+2
2009-03-25Use kthread instead of kernel_threadKlaus-Dieter Wacker1-5/+3
2009-03-25net: Add dependent headers to trace/skb.hJosh Stone1-0/+3
2009-03-25arp_tables: ifname_compare() can assume 16bit alignmentEric Dumazet1-2/+6
2009-03-24netfilter: trivial Kconfig spelling fixesJan Engelhardt1-2/+2
2009-03-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller71-784/+1626
2009-03-24ucc_geth: Fix build breakage caused by a mergeAnton Vorontsov1-1/+1
2009-03-24netfilter: nf_conntrack: Reduce conntrack count in nf_conntrack_free()Eric Dumazet1-2/+3
2009-03-24ucc_geth: Fix merge error.David S. Miller1-5/+0
2009-03-24fsl_pq_mdio: Use proper address translationAnton Vorontsov1-3/+7
2009-03-24spider_net: Add missing .ndo_validate_addrDavid S. Miller1-0/+1
2009-03-24myri_sbus/sunbmac/sunlance/sunqe: Add missing net_device_ops entries.David S. Miller4-0/+11
2009-03-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller11-62/+113
2009-03-23sunqe: Convert to net_device_ops.David S. Miller1-5/+9
2009-03-23sunlance: Convert to net_device_ops.David S. Miller1-5/+9
2009-03-23sunbmac: Convert to net_device_ops.David S. Miller1-9/+10
2009-03-23myri_sbus: Convert to net_device_ops.David S. Miller1-6/+10
2009-03-23nefilter: nfnetlink: add nfnetlink_set_err and use it in ctnetlinkPablo Neira Ayuso4-0/+10
2009-03-23netfilter: sysctl support of logger choiceEric Leblond1-1/+84
2009-03-23atl1c: remove duplicated #includeHuang Weiyi1-1/+0
2009-03-23spider_net: Fix build.David S. Miller1-9/+9
2009-03-23tcp: Discard segments that ack data not yet sentJohn Dykstra1-10/+17
2009-03-23ucc_geth: Fix oops when using fixed-link supportAnton Vorontsov2-26/+11
2009-03-23dm9000: locking bugfixDavid Brownell1-2/+4
2009-03-23bnx2x: Adding licensing to bnx2x_init_values.hEilon Greenstein1-1/+17
2009-03-23net: update dnet.c for bus_id removalStephen Rothwell1-3/+3
2009-03-22netdev: expose net_device_ops compat as config optionStephen Hemminger2-3/+9
2009-03-22hostap: convert to net_device_opsStephen Hemminger2-18/+52