messages from 2014-03-19 21:17:40 to 2014-03-20 18:20:11 UTC [more...]
[net-next 00/15][pull request] Intel Wired LAN Driver Updates
2014-03-20 18:20 UTC (19+ messages)
` [net-next 01/15] igb: enable VLAN stripping for VMs with i350
` [net-next 02/15] e100: Convert uses of __constant_<foo> to <foo>
` [net-next 03/15] igb: "
` [net-next 04/15] igbvf: "
` [net-next 05/15] ixgbe: "
` [net-next 06/15] ixgbevf: "
` [net-next 07/15] ixgbe: fix errors related to protected AUTOC calls
` [net-next 08/15] ixgbe: check Core Clock Disable bit
` [net-next 09/15] ixgbe: fix ixgbe_stop_mac_link_on_d3_82599 to check mng correctly
` [net-next 10/15] ixgbe: fix ixgbe_setup_mac_link_82599 autoc variables
` [net-next 11/15] ixgbe: remove unused media type
` [net-next 12/15] ixgbe: use ixgbe_read_pci_cfg_word
` [net-next 13/15] ixgbe: clean up ixgbe_atr_compute_perfect_hash_82599
` [net-next 14/15] ixgbe: Stop cacheing if the MNG FW enabled
` [net-next 15/15] ixgbe: enable tx queues after link up
[PATCH net] netlink: fix setsockopt in mmap examples in documentation
2014-03-20 18:12 UTC (2+ messages)
[PATCH v3] sh_eth: ensure pm_runtime cannot suspend the device during init
2014-03-20 19:09 UTC (3+ messages)
[GIT net] Open vSwitch
2014-03-20 18:09 UTC (5+ messages)
` [PATCH net 1/4] ovs: fix dp check in ovs_dp_reset_user_features
` [PATCH net 2/4] openvswitch: Read tcp flags only then the tranport header is present
` [PATCH net 3/4] openvswitch: Fix race
` [PATCH net 4/4] openvswitch: Correctly report flow used times for first 5 minutes after boot
[PATCH 0/3] add hisilicon hip04 ethernet driver
2014-03-20 17:59 UTC (14+ messages)
` [PATCH 1/3] Documentation: add Device tree bindings for Hisilicon hip04 ethernet
` [PATCH 2/3] net: hisilicon: new hip04 MDIO driver
` [PATCH 3/3] net: hisilicon: new hip04 ethernet driver
[PATCH net-next 0/4] net: bcmgenet: misc fixes
2014-03-20 17:53 UTC (5+ messages)
` [PATCH net-next 1/4] net: bcmgenet: remove unused spinlock member
` [PATCH net-next 2/4] net: bcmgenet: add skb_tx_timestamp call
` [PATCH net-next 3/4] net: bcmgenet: remove bogus tx queue checks
` [PATCH net-next 4/4] net: bcmgenet: manipulate netdev_queue directly
[PATCH] micrel: fix masking off LED bits
2014-03-20 18:44 UTC (3+ messages)
[PATCH V8 7/7] MAINTAINERS: add maintainer for Samsung sxgbe driver
2014-03-20 17:26 UTC
[PATCH V8 1/7] sxgbe: Add device-tree binding support document
2014-03-20 17:25 UTC
[PATCH V8 6/7] net: sxgbe: add ethtool related functions support Samsung sxgbe
2014-03-20 17:26 UTC
[PATCH V8 5/7] net: sxgbe: add Checksum offload support for Samsung sxgbe
2014-03-20 17:26 UTC
[PATCH V8 2/7] net: sxgbe: add basic framework for Samsung 10Gb ethernet driver
2014-03-20 17:25 UTC
[PATCH V8 3/7] net: sxgbe: add TSO support for Samsung sxgbe
2014-03-20 17:26 UTC
[PATCH V8 4/7] net: sxgbe: add EEE(Energy Efficient Ethernet) for Samsung sxgbe
2014-03-20 17:26 UTC
[PATCH V8 0/7] add new Samsung SXGBE driver
2014-03-20 17:25 UTC
[patch net-next RFC 0/4] introduce infrastructure for support of switch chip datapath
2014-03-20 17:21 UTC (11+ messages)
` [patch net-next RFC 1/4] openvswitch: split flow structures into ovs specific and generic ones
` [patch net-next RFC 2/4] net: introduce switchdev API
[PATCH] bonding: Inactive slaves should keep inactive flag's value to 1
2014-03-20 17:02 UTC (3+ messages)
[PATCH V7 3/7] net: sxgbe: add TSO support for Samsung sxgbe
2014-03-20 16:56 UTC (3+ messages)
i217-LM boot wreckage
2014-03-20 16:37 UTC (4+ messages)
` [E1000-devel] "
openvswitch question
2014-03-20 16:29 UTC (5+ messages)
usbnet: driver_info->stop required to stop USB interrupts?
2014-03-20 16:35 UTC (13+ messages)
[PATCH 0/9] Replace rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x,NULL)
2014-03-20 16:26 UTC (13+ messages)
` [PATCH 1/9] net/ethernet: Replace rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x, NULL) in drivers/net/ethernet/broadcom/bnx2.c
` [PATCH 2/9] net/ethernet: Replace rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x, NULL) in drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c
` [PATCH 3/9] net: Replace rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x, NULL) in drivers/net/macvtap.c
` [PATCH 4/9] net: Replace rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x, NULL) in drivers/net/ppp/pptp.c
` [PATCH 5/9] net/wireless: Replace rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x, NULL) in drivers/net/wireless/ath/carl9170/main.c
` [PATCH 6/9] scsi: Replace rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x, NULL) in drivers/scsi/libfc/fc_libfc.c
` [PATCH 7/9] target: Replace rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x, NULL) in drivers/target/tcm_fc/tfc_sess.c
` [PATCH 8/9] vhost: Replace rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x, NULL) in drivers/vhost/net.c
` [PATCH 9/9] vhost: Replace rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x, NULL) in test.c
[PATCH v2a 1/2] dt: Document a compatible entry for MDIO ethernet Phys
2014-03-20 16:19 UTC (5+ messages)
` [PATCH v3 2/2] of_mdio: Allow the DT to specify the phy ID and avoid autoprobing
[PATCH net-next v7 0/9] xen-netback: TX grant mapping with SKBTX_DEV_ZEROCOPY instead of copy
2014-03-20 16:11 UTC (8+ messages)
` [PATCH net-next v7 9/9] xen-netback: Aggregate TX unmap operations
[net-next PATCH 0/2] be2net: add vxlan offload support
2014-03-20 16:08 UTC (4+ messages)
` [net-next PATCH 1/2] be2net: add FW cmds needed for VxLAN offloads
` [net-next PATCH 2/2] be2net: csum, tso and rss steering offload support for VxLAN
[PATCH v2] net: stmicro: stmmac: do not grab a mutex in irq off section
2014-03-20 16:06 UTC
[PATCH v3] core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errors
2014-03-20 16:02 UTC
[PATCH v2] core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errors
2014-03-20 16:01 UTC (4+ messages)
invisible network device
2014-03-20 15:43 UTC
[PATCH 0/5] sh_eth: Fix the race between open and MDIO bus registration
2014-03-20 15:31 UTC (7+ messages)
` [PATCH 1/5] sh_eth: Use the platform device for memory allocation
` [PATCH 2/5] sh_eth: Use the platform device as the MDIO bus parent
` [PATCH 3/5] sh_eth: Simplify MDIO bus initialization and release
` [PATCH 4/5] sh_eth: Register MDIO bus before registering the network device
` [PATCH 5/5] sh_eth: Remove goto statements that jump straight to a return
Get Online Loan
2014-02-19 20:11 UTC
Loan / Credit Offer
2014-03-20 14:38 UTC
[PATCH net-next 1/2] af_ieee802154: fix check on broadcast address
2014-03-20 13:57 UTC (2+ messages)
` [PATCH net-next 2/2] ieee802154: dgram: cleanup set of broadcast panid
[PATCH v5 net-next 0/2] patchset: Support for configurable RSS hash key
2014-03-20 12:02 UTC (3+ messages)
[PATCH] [PATCH v2] sh_eth: ensure pm_runtime cannot suspend the device during init
2014-03-20 11:55 UTC (2+ messages)
[PATCH iproute2] bridge: fix reporting of IPv6 addresses
2014-03-20 11:06 UTC
[PATCH net-next 0/2] bonding: support QinQ for bond arp interval
2014-03-20 10:21 UTC (7+ messages)
` [PATCH net-next 2/2] "
[PATCH v2 iproute2 -next 2/2] ipxfrm: allow to setup filter when dumping SA
2014-03-20 10:16 UTC (3+ messages)
` [PATCH v3 iproute2 -next 1/2] include/linux: update xfrm.h
` [PATCH v3 iproute2 -next 2/2] ipxfrm: allow to setup filter when dumping SA
[PATCH v3 -next 1/2] tcp: syncookies: reduce cookie lifetime to 128 seconds
2014-03-20 8:45 UTC (8+ messages)
` [PATCH] tcp: syncookies: do not use getnstimeofday()
` [PATCH v2] "
[PATCH net-next v3 0/3] bonding: support QinQ for bond arp interval
2014-03-20 8:15 UTC (4+ messages)
` [PATCH net-next v3 1/3] vlan: make a new function vlan_dev_vlan_proto() and export
` [PATCH net-next v3 2/3] bonding: support QinQ for bond arp interval
` [PATCH net-next v3 3/3] bonding: add net_ratelimt to avoid spam in "
[PATCH net 1/3] rtnetlink: fix fdb notification flags
2014-03-20 7:39 UTC (6+ messages)
` [PATCH net 2/3] ipmr: fix mfc "
` [PATCH net 3/3] ip6mr: "
[PATCH net] ipv6: fix RTNL assert fail in DAD
2014-03-20 6:38 UTC (7+ messages)
[PATCH v5] can: xilinx CAN controller support
2014-03-20 4:41 UTC (6+ messages)
[PATCH v2.55] datapath: Add basic MPLS support to kernel
2014-03-20 4:25 UTC (2+ messages)
Dear Friend
2014-03-20 2:50 UTC
[patch 0/4] s390: network patches for net-next
2014-03-20 4:07 UTC (2+ messages)
[net-next v3 00/15][pull request] Intel Wired LAN Driver Updates
2014-03-20 3:56 UTC (17+ messages)
` [net-next v3 01/15] i40e: support VF link state ndo
` [net-next v3 02/15] i40evf: correctly program RSS HLUT table
` [net-next v3 03/15] i40evf: use min_t
` [net-next v3 04/15] i40e: Patch to enable Ethtool/netdev feature flag for NTUPLE control
` [net-next v3 05/15] i40e: Refactor and cleanup i40e_open(), adding i40e_vsi_open()
` [net-next v3 06/15] i40e/i40evf: enable hardware feature head write back
` [net-next v3 07/15] i40e/i40evf: reduce context descriptors
` [net-next v3 08/15] i40e: potential array underflow in i40e_vc_process_vf_msg()
` [net-next v3 09/15] i40e/i40evf: Bump build versions
` [net-next v3 10/15] e1000e: Fix Hardware Unit Hang
` [net-next v3 11/15] e1000e: Fix Explicitly set Transmit Control Register
` [net-next v3 12/15] igb: Add register defines needed for time sync functions
` [net-next v3 13/15] ixgbe: add ixgbe_write_pci_cfg_word with ixgbe_removed check
` [net-next v3 14/15] ixgbevf: Indicate removal state explicitly
` [net-next v3 15/15] ixgbevf: Protect ixgbevf_down with __IXGBEVF_DOWN bit
[PATCHv5 net-next] VXLAN: fix nonfunctional neigh_reduce
2014-03-20 3:43 UTC (4+ messages)
[PATCH net-next, v3] hyperv: Add support for virtual Receive Side Scaling (vRSS)
2014-03-20 3:41 UTC (5+ messages)
` [PATCH net-next,v3] "
[PATCH net] net: vxlan: fix crash when interface is created with no group
2014-03-20 3:40 UTC (7+ messages)
Dear Friend
2014-03-20 3:09 UTC
Dear Friend
2014-03-20 2:58 UTC
[PATCH V7 4/7] net: sxgbe: add EEE(Energy Efficient Ethernet) for Samsung sxgbe
2014-03-20 2:26 UTC
[PATCH V7 6/7] net: sxgbe: add ethtool related functions support Samsung sxgbe
2014-03-20 2:26 UTC
[PATCH V7 2/7] net: sxgbe: add basic framework for Samsung 10Gb ethernet driver
2014-03-20 2:26 UTC
[PATCH V7 0/7] add new Samsung SXGBE driver
2014-03-20 2:26 UTC
[PATCH V7 7/7] MAINTAINERS: add maintainer for Samsung sxgbe driver
2014-03-20 2:26 UTC
[PATCH V7 5/7] net: sxgbe: add Checksum offload support for Samsung sxgbe
2014-03-20 2:26 UTC
[PATCH V7 1/7] sxgbe: Add device-tree binding support document
2014-03-20 2:26 UTC
[PATCH 0/3] bridge: few enhancements and small fixes
2014-03-20 2:05 UTC (4+ messages)
` [PATCH 1/3] bridge: preserve random init MAC address
[PATCH] ipv6: set accept_ra_rt_info_max_plen to 128 by default
2014-03-20 2:02 UTC (2+ messages)
[PATCH net] ipv6: If a public address is deleted then also delete all temporary addresses still referring to it
2014-03-19 23:40 UTC (5+ messages)
[PATCH v2 RESEND 1/2] dt: Document a compatible entry for MDIO ethernet Phys
2014-03-19 23:53 UTC (7+ messages)
` [PATCH v2a RESEND 2/2] of_mdio: Allow the DT to specify the phy ID and avoid autoprobing
[PATCH] cxgb4: fix probe when already with invalid parameters
2014-03-19 22:54 UTC (9+ messages)
[PATCH V4 1/8] sxgbe: Add device-tree binding support document
2014-03-19 22:32 UTC (5+ messages)
(unknown)
2014-03-19 21:29 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).