summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | r8169: abstract out loop conditions.Francois Romieu2012-07-091-181/+186
| * | | r8169: ephy, eri and efuse functions signature changes.Francois Romieu2012-07-091-111/+100
| * | | r8169: csi_ops signature change.Francois Romieu2012-07-091-11/+12
| * | | r8169: mdio_ops signature change.Francois Romieu2012-07-091-20/+26
| * | | r8169: add RTL8106E support.Hayes Wang2012-07-091-0/+56
* | | | net/fsl_pq_mdio: use spin_event_timeout() to poll the indicator registerTimur Tabi2012-07-091-10/+19
* | | | smsc95xx: support ethtool get_regsEmeric Vigier2012-07-091-0/+31
* | | | r6040: use module_pci_driver macroDevendra Naga2012-07-091-14/+1
* | | | bnx2x: populate skb->l4_rxhashEric Dumazet2012-07-092-4/+16
|/ / /
* | | small cleanup in ax25_addr_parse()Dan Carpenter2012-07-091-2/+4
* | | be2net: Fix EndianLi RongQing2012-07-091-1/+1
* | | bcm87xx: fix reg-init comment typoPeter Korsgaard2012-07-091-1/+1
* | | phylib: Support registering a bunch of driversChristian Hohnstaedt2012-07-0916-431/+159
* | | bcm87xx: disable autonegotiation by defaultPeter Korsgaard2012-07-091-0/+1
* | | sky2: Fix for interrupt handlerMirko Lindner2012-07-091-1/+3
* | | sky2: Added support for Optima EEEMirko Lindner2012-07-092-1/+18
* | | net/macb: manage carrier state with call to netif_carrier_{on|off}()Nicolas Ferre2012-07-091-2/+11
* | | sctp: refactor sctp_packet_append_chunk and clenup some memory leaksNeil Horman2012-07-081-27/+52
* | | bnx2i: use strlcpy() instead of memcpy() for stringsDan Carpenter2012-07-081-1/+1
* | | Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller2012-07-0711-23/+320
|\ \ \
| * | | net: em_canid: Ematch rule to match CAN frames according to their identifiersRostislav Lisovy2012-07-045-2/+257
| * | | can: flexcan: add hardware controller version supportHui Wang2012-07-031-8/+52
| * | | can: flexcan: use of_property_read_u32 to get DT entry valueHui Wang2012-07-021-8/+3
| * | | net: flexcan: clock-frequency is optional for device tree probeShawn Guo2012-07-021-0/+3
| * | | can: fix sparse warning in af_can.cOliver Hartkopp2012-07-022-3/+3
| * | | can: dev: fix sparse warning for can_restartMarc Kleine-Budde2012-07-021-1/+1
| * | | can: cc770: fix sparse warning for cc770_interruptMarc Kleine-Budde2012-07-021-1/+1
* | | | asix: avoid copies in tx pathEric Dumazet2012-07-071-4/+24
* | | | net/mlx4_en: Add support for drop action through ethtoolHadar Hen Zion2012-07-074-2/+42
* | | | net/mlx4_en: Manage flow steering rules with ethtoolHadar Hen Zion2012-07-072-0/+389
* | | | net/mlx4: Implement promiscuous mode with device managed flow-steeringHadar Hen Zion2012-07-073-0/+108
* | | | net/mlx4_core: Add resource tracking for device managed flow steering rulesHadar Hen Zion2012-07-072-8/+125
* | | | {NET, IB}/mlx4: Add device managed flow steering firmware APIHadar Hen Zion2012-07-0714-81/+758
* | | | net/mlx4_core: Add firmware commands to support device managed flow steeringHadar Hen Zion2012-07-075-0/+86
* | | | net/mlx4: Set steering mode according to device capabilitiesHadar Hen Zion2012-07-076-81/+148
* | | | net/mlx4_en: Re-design multicast attachments flowYevgeny Petrilin2012-07-072-35/+124
* | | | net/mlx4_core: Change resource tracking ID to be 64 bitHadar Hen Zion2012-07-072-14/+14
* | | | net/mlx4_core: Change resource tracking mechanism to use red-black treeHadar Hen Zion2012-07-072-32/+77
* | | | Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2012-07-0716-257/+591
|\ \ \ \
| * | | | netfilter: nfnetlink_queue: do not allow to set unsupported flag bitsKrishna Kumar2012-07-042-0/+6
| * | | | netfilter: nfnetlink: check callbacks before using those in nfnetlink_rcv_msgTomasz Bursztyka2012-07-041-1/+3
| * | | | netfilter: nf_ct_tcp: missing per-net support for cttimeoutPablo Neira Ayuso2012-07-041-1/+1
| * | | | netfilter: nf_conntrack: generalize nf_ct_l4proto_netPablo Neira Ayuso2012-07-047-16/+41
| * | | | netfilter: nf_ct_icmpv6: add icmpv6_kmemdup_sysctl_table functionGao feng2012-06-271-4/+13
| * | | | netfilter: nf_ct_icmp: add icmp_kmemdup[_compat]_sysctl_table functionGao feng2012-06-271-9/+32
| * | | | netfilter: nf_ct_dccp: add dccp_kmemdup_sysctl_table functionGao feng2012-06-271-24/+30
| * | | | netfilter: nf_ct_generic: add generic_kmemdup_sysctl_table functionGao feng2012-06-271-8/+31
| * | | | netfilter: nf_ct_sctp: merge sctpv[4,6]_net_init into sctp_net_initGao feng2012-06-271-43/+22
| * | | | netfilter: nf_ct_udplite: add udplite_kmemdup_sysctl_table functionGao feng2012-06-271-17/+26
| * | | | netfilter: nf_ct_udp: merge udpv[4,6]_net_init into udp_net_initGao feng2012-06-271-42/+23
OpenPOWER on IntegriCloud