summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-05-28wimax: document why wimax_msg_*() operations can be used in any stateInaky Perez-Gonzalez1-3/+14
2009-05-28wimax/i2400m: remove redundant readiness checks from i2400m_report_tlv_*()Inaky Perez-Gonzalez2-7/+2
2009-05-28wimax/i2400m: factor out 'state report's TLV handling to a functionInaky Perez-Gonzalez1-39/+50
2009-05-28wimax/i2400m: allow kernel commands to device to be logged tooInaky Perez-Gonzalez2-10/+5
2009-05-28wimax/i2400m: trace commands sent from user space on the "echo" pipeInaky Perez-Gonzalez2-3/+13
2009-05-28wimax/i2400m: generate fake source MAC address with random_ether_addr()Inaky Perez-Gonzalez3-1/+10
2009-05-21net: Fix arg to trace_napi_poll() in netpoll.David S. Miller1-1/+1
2009-05-21ixgbe: only register DCA requester onceAlexander Duyck1-20/+4
2009-05-21igb: do not re-register DCA requester on device resetAlexander Duyck1-3/+9
2009-05-21wireless: Use genl_register_family_with_ops()Michał Mirosław1-8/+3
2009-05-21netlabel: Use genl_register_family_with_ops()Michał Mirosław3-42/+6
2009-05-21ipvs: Use genl_register_family_with_ops()Michał Mirosław1-16/+2
2009-05-21tipc: Use genl_register_family_with_ops()Michał Mirosław1-22/+16
2009-05-21irda: Use genl_register_family_with_ops()Michał Mirosław1-15/+2
2009-05-21genetlink: Introduce genl_register_family_with_ops()Michał Mirosław2-0/+48
2009-05-21dropmon: add ability to detect when hardware dropsrxpacketsNeil Horman6-5/+149
2009-05-21af_packet: Teach to listen for multiple unicast addresses.Eric W. Biederman2-2/+9
2009-05-21netns: simplify net_ns_initStephen Hemminger1-4/+2
2009-05-21netns: remove leftover debugging messageStephen Hemminger1-1/+0
2009-05-20cxgb: set phy's mdio dev before the phy init sequenceDivy Le Ray5-11/+13
2009-05-20cxgb3: set phy's mdio dev before the phy init sequenceDivy Le Ray1-1/+1
2009-05-20cxgb3: Use generic XENPAK LASI register definitionsBen Hutchings3-16/+9
2009-05-20chelsio: Use generic XENPAK LASI register definitionsBen Hutchings1-8/+9
2009-05-20qeth: Clear SBALF15 in any case for output buffers.Klaus-Dieter Wacket1-0/+1
2009-05-20qeth: omit upstream checksumming for HiperSocketsUrsula Braun2-7/+15
2009-05-20qeth: support z/VM VSWITCH Port IsolationUrsula Braun3-1/+29
2009-05-20ctcm: avoid crash in ctcm_remove_deviceUrsula Braun1-4/+2
2009-05-20qeth: avoid crash after detach of replugged deviceUrsula Braun2-2/+6
2009-05-20net: Remove unused parameter from fill method in fib_rules_ops.Rami Rosen5-5/+4
2009-05-20syscall: Sort out syscall_restart name clash.Eric W. Biederman2-5/+5
2009-05-19sfc: Remove lro module parameterBen Hutchings1-13/+2
2009-05-19sit: stateless autoconf for isatapSascha Hlusiak4-1/+67
2009-05-19addrconf: refuse isatap eui64 for INADDR_ANYSascha Hlusiak1-0/+2
2009-05-19sit: ipip6_tunnel_del_prl: return errSascha Hlusiak1-1/+1
2009-05-19sit: strictly restrict incoming traffic to tunnel link deviceSascha Hlusiak1-9/+21
2009-05-19sit: Fail to create tunnel, if it already existsSascha Hlusiak1-2/+7
2009-05-19ipv4: teach ipconfig about the MTU option in DHCPChris Friesen1-4/+37
2009-05-19net: use NLMSG_DEFAULT_SIZE in nlmsg_new() allocationsPablo Neira Ayuso2-17/+17
2009-05-19myri10ge: update version to 1.5.0-1.415Brice Goglin1-1/+1
2009-05-19myri10ge: allow LRO to be enabled via ethtoolBrice Goglin1-4/+13
2009-05-19sch_teql: Use net_device internal statsEric Dumazet1-12/+5
2009-05-19ixgbe: Cleanup feature setup code to make the code more readableJesse Brandeburg1-35/+50
2009-05-19ixgbe: Change Direct Attach Twinax cable detection for SFP+ NICsPeter P Waskiewicz Jr2-13/+11
2009-05-19ixgbe: Add semaphore access for PHY initialization for 82599Peter P Waskiewicz Jr1-0/+12
2009-05-19r8169: allow true forced mode settingfrançois romieu1-53/+59
2009-05-19r8169: remove useless struct memberfrançois romieu1-2/+0
2009-05-19ppp: unset IFF_XMIT_DST_RELEASE in ppp_setup()Eric Dumazet1-0/+1
2009-05-18net: release dst entry in dev_hard_start_xmit()Eric Dumazet10-0/+20
2009-05-18net: FIX bonding sysfs rtnl_lock deadlockEric W. Biederman1-3/+6
2009-05-18net: Fix ipoib rtnl_lock sysfs deadlock.Eric W. Biederman2-4/+8