messages from 2015-02-24 16:25:12 to 2015-02-25 13:50:15 UTC [more...]
[patch 2/2] rocker: silence shift wrapping warning
2015-02-25 13:50 UTC (3+ messages)
[patch 1/2] rocker: add a check for NULL in rocker_probe_ports()
2015-02-25 13:46 UTC (2+ messages)
[PATCH] net: macb: Add big endian CPU support
2015-02-25 11:50 UTC (7+ messages)
[PATCH net v3] e1000: add dummy allocator to fix race condition between mtu change and netpoll
2015-02-25 11:26 UTC
[PATCH v2 net] e1000: add dummy allocator to fix race condition between mtu change and netpoll
2015-02-25 11:25 UTC (3+ messages)
[PATCH] proc: proc_create() should return true if CONFIG_PROC_FS is not configured
2015-02-25 11:19 UTC (3+ messages)
[PATCH net] cxgb4: Fix PCI-E Memory window interface for big-endian systems
2015-02-25 11:20 UTC
[PATCH v2 0/3] net: Linn Ethernet Packet Sniffer driver
2015-02-25 10:53 UTC (5+ messages)
[PATCH net] e1000: add dummy allocator to fix race condition between mtu change and netpoll
2015-02-25 10:45 UTC (4+ messages)
Packet dropps in virtual tap interface
2015-02-25 10:11 UTC (3+ messages)
[PATCH net] enic: do notify_check before returning credits
2015-02-25 9:56 UTC
[net-next 00/15][pull request] Intel Wired LAN Driver Updates 2015-02-24
2015-02-25 8:58 UTC (16+ messages)
` [net-next 01/15] i40e/i40evf: Fix output of i40e_debug_aq() for big endian machines
` [net-next 02/15] i40e/i40evf: Use advertised speed settings in ethtool and refactor get_settings
` [net-next 03/15] i40e: Add method to keep track of current rxnfc settings
` [net-next 04/15] i40evf: allow enabling of debug prints via ethtool
` [net-next 05/15] i40e: enable packet split only when IOMMU present
` [net-next 06/15] i40e: Add NPAR BW get and set functions
` [net-next 07/15] i40e: Implement configfs for NPAR BW configuration
` [net-next 08/15] i40e: Add support for getlink, setlink ndo ops
` [net-next 09/15] i40e: Set BUF flag for Set Version AQ command
` [net-next 10/15] i40e: setup FCoE device type
` [net-next 11/15] i40e: print Rx packet split status
` [net-next 12/15] i40e: Set FLAG_RD when sending buffer FW must read
` [net-next 13/15] i40e: Use ethtool private flags to display NPAR status
` [net-next 14/15] i40evf: Add more info to interrupt vector names
` [net-next 15/15] i40e/i40evf: Update driver versions
Ottawa and slow hash-table resize
2015-02-25 8:56 UTC (11+ messages)
[PATCH] net: phy: b53: switchdev driver for Broadcom BCM53xx switches
2015-02-25 8:07 UTC (17+ messages)
[PATCH] ixgbe: make VLAN filter conditional in SR-IOV case
2015-02-25 7:33 UTC (5+ messages)
` [E1000-devel] "
[PATCH net-next] net: dsa: Introduce dsa_is_port_initialized
2015-02-25 7:02 UTC
[PATCH] fib_trie: Add proc entry for next-hop exceptions
2015-02-25 6:02 UTC (3+ messages)
[PATCH net-next v3 0/3] net: dsa: integration with SWITCHDEV for HW bridging
2015-02-25 5:44 UTC (5+ messages)
` [PATCH net-next v3 1/3] net: dsa: Ensure that port array elements are initialized before being used
` [PATCH net-next v3 2/3] net: dsa: integrate with SWITCHDEV for HW bridging
` [PATCH net-next v3 3/3] net: dsa: bcm_sf2: add HW bridging support
If bridge have no sub-interfaces, it's status may be still with 'RUNNING'
2015-02-25 5:29 UTC (9+ messages)
[RFC PATCH 00/29] Phase 2 of fib_trie updates
2015-02-25 5:12 UTC (38+ messages)
` [RFC PATCH 01/29] fib_trie: Convert fib_alias to hlist from list
` [RFC PATCH 02/29] fib_trie: Replace plen with slen in leaf_info
` [RFC PATCH 03/29] fib_trie: Add slen to fib alias
` [RFC PATCH 04/29] fib_trie: Remove leaf_info
` [RFC PATCH 05/29] fib_trie: Only resize N/2 times instead N * log(N) times in fib_table_flush
` [RFC PATCH 06/29] fib_trie: Fib walk rcu should take a tnode and key instead of a trie and a leaf
` [RFC PATCH 07/29] fib_trie: Fib find node should return parent
` [RFC PATCH 08/29] fib_trie: Update insert and delete to make use of tp from find_node
` [RFC PATCH 09/29] fib_trie: Make fib_table rcu safe
` [RFC PATCH 10/29] fib_trie: Return pointer to tnode pointer in resize/inflate/halve
` [RFC PATCH 11/29] fib_trie: Rename tnode to key_vector
` [RFC PATCH 12/29] fib_trie: move leaf and tnode to occupy the same spot in the key vector
` [RFC PATCH 13/29] fib_trie: replace tnode_get_child functions with get_child macros
` [RFC PATCH 14/29] fib_trie: Rename tnode_child_length to child_length
` [RFC PATCH 15/29] fib_trie: Add tnode struct as a container for fields not needed in key_vector
` [RFC PATCH 16/29] fib_trie: Move rcu from key_vector to tnode, add accessors
` [RFC PATCH 17/29] fib_trie: Pull empty_children and full_children into tnode
` [RFC PATCH 18/29] fib_trie: Move parent from key_vector to tnode
` [RFC PATCH 19/29] fib_trie: Add key vector to root, return parent key_vector in resize
` [RFC PATCH 20/29] fib_trie: Push net pointer down into fib_trie insert/delete/flush calls
` [RFC PATCH 21/29] fib_trie: Rewrite handling of RCU to include parent in replacement
` [RFC PATCH 22/29] fib_trie: Allocate tnode as array of key_vectors instead of key_vector as array of tnode pointers
` [RFC PATCH 23/29] fib_trie: Add leaf_init
` [RFC PATCH 24/29] fib_trie: Update tnode_new to drop use of put_child_root
` [RFC PATCH 25/29] fib_trie: Add function for dropping children from trie
` [RFC PATCH 26/29] fib_trie: Use put_child to only copy key_vectors instead of pointers
` [RFC PATCH 27/29] fib_trie: Move key and pos into key_vector from tnode
` [RFC PATCH 28/29] fib_trie: Move slen from tnode to key vector
` [RFC PATCH 29/29] fib_trie: Push bits up one level, and move leaves up into parent key_vector array
[PATCH net] amd-xgbe: Do not schedule napi until ready
2015-02-25 4:25 UTC (2+ messages)
[patch v2] sunrpc: integer underflow in rsc_parse()
2015-02-25 3:54 UTC (2+ messages)
RFC: Fix "tc filter show" for basic filters
2015-02-25 2:15 UTC (5+ messages)
` [PATCH net 1/1] cls_api.c: Fix dumping of non-existing actions' stats
Questions about the sh_eth driver and hardware
2015-02-25 2:15 UTC (3+ messages)
[PATCH v2 0/2] nft hash resize fixes
2015-02-25 2:12 UTC (12+ messages)
` [PATCH v2 1/2] rhashtable: require max_shift if grow_decision defined
` [PATCH v2 2/2] nft_hash: define max_shift rhashtable parameter
[PATCH iproute2 0/2] ss: Filtering fixes for unix & netlink socks
2015-02-25 1:39 UTC (2+ messages)
[PATCH iproute2] ip-monitor: allow to monitor ip rules
2015-02-25 1:39 UTC (2+ messages)
[PATCH iproute2] ss: group DCTCP socket statistics
2015-02-25 1:38 UTC (2+ messages)
new link failing on duplicate names in different namespaces
2015-02-25 0:48 UTC
[PATCH v2 3/3] ixgbe: Add new ndo to allow VF multicast promiscuous mode
2015-02-24 23:43 UTC (3+ messages)
` [E1000-devel] "
Fw: [Bug 93731] New: GARP packet is not sent for interface up
2015-02-24 22:21 UTC
[PATCH net-next] net: via-rhine: add BQL support
2015-02-24 21:30 UTC (2+ messages)
[PATCH net-next 1/2] net: davinci_mdio: don't request io address range
2015-02-24 21:27 UTC (2+ messages)
` [PATCH net-next 2/2] net: netcp: select davinci_mdio driver by default
[PATCHv2] r8169: Fix trivial typo in rtl_check_firmware
2015-02-24 21:26 UTC (2+ messages)
[PATCH net-next] ipv6: remove dead debug code from ip6_tunnel.c
2015-02-24 21:25 UTC (2+ messages)
[PATCHv1 net] xen-netback: release pending index before pushing Tx responses
2015-02-24 21:24 UTC (2+ messages)
[PATCH net-next v2 0/3] net: dsa: integration with SWITCHDEV for HW bridging
2015-02-24 21:21 UTC (10+ messages)
` [PATCH net-next v2 1/3] net: dsa: Ensure that port array elements are initialized before being used
` [PATCH net-next v2 2/3] net: dsa: integrate with SWITCHDEV for HW bridging
` [PATCH net-next v2 3/3] net: dsa: bcm_sf2: add HW bridging support
[PATCH] af_packet: don't pass empty blocks for PACKET_V3
2015-02-24 21:09 UTC (3+ messages)
` [RESEND PATCH] "
[PATCH next 0/2] (Shortened) Bonding patch series
2015-02-24 21:06 UTC (2+ messages)
[PATCH net-next RFC] ipv4 neigh: match add/del dev lookup behaviour to SIOCSARP/SIOCDARP
2015-02-24 21:03 UTC (2+ messages)
[PATCH] rtnetlink: avoid 0 sized arrays
2015-02-24 20:39 UTC (2+ messages)
[PATCH] Fix misspelling of defrag in ip-l2tp.8
2015-02-24 20:29 UTC
[PATCH 2/2] cosa.c : Array index 'i' is used before limits check
2015-02-24 19:57 UTC (2+ messages)
repository for switch hardware info
2015-02-24 19:21 UTC (5+ messages)
[GIT PULL] Second Round of IPVS Fixes for v3.20
2015-02-24 18:41 UTC (2+ messages)
[PATCH v4 0/2] nft hash resize fixes
2015-02-24 18:16 UTC (4+ messages)
` [PATCH v4 1/2] nft_hash: define max_shift rhashtable parameter
` [PATCH v4 2/2] rhashtable: require max_shift if grow_decision defined
[PATCH net-next v4 0/2] Multicast group join/leave at ip level
2015-02-24 18:14 UTC (4+ messages)
` [PATCH net-next v4 2/2] multicast: Extend ip address command to enable multicast group join/leave on IP level
Setting RPS affinities from network driver
2015-02-24 18:08 UTC (6+ messages)
[PATCH v2 1/1] linux-firmware: Add QLogic BR Series Adapter Firmware
2015-02-24 17:58 UTC (2+ messages)
[PATCH v3 0/2] nft hash resize fixes
2015-02-24 17:42 UTC (5+ messages)
` [PATCH v3 1/2] rhashtable: require max_shift if grow_decision defined
` [PATCH v3 2/2] nft_hash: define max_shift rhashtable parameter
[PATCH next 2/2] bonding: Implement port churn-machine (AD standard 43.4.17)
2015-02-24 17:39 UTC (2+ messages)
[PATCH next 1/2] bonding: Verify RX LACPDU has proper dest mac-addr
2015-02-24 17:38 UTC (2+ messages)
[PATCH net-next] udp: In udp_flow_src_port use random hash value if skb_get_hash fails
2015-02-24 17:17 UTC
Ottawa and slow hash-table resize
2015-02-24 16:57 UTC (7+ messages)
[PATCH net-next v3 1/4] net: Rename sock_recv_ts_and_drops() to sock_cmsg_recv()
2015-02-24 15:24 UTC (10+ messages)
` [PATCH net-next v3 3/4] net: use skb->priority for overloading skb->dropcount and skb->reserved_tailroom instead of skb->mark
[net-next v2 00/16][pull request] Intel Wired LAN Driver Updates 2015-02-23
2015-02-24 16:49 UTC (4+ messages)
[PATCH net-next v4 0/3] Linn Ethernet Packet Sniffer driver
2015-02-24 16:48 UTC (4+ messages)
` [PATCH net-next v4 1/3] Linn Ethernet packet sniffer: device tree binding and vendor prefix
` [PATCH net-next v4 2/3] Linn packet sniffer core framework
` [PATCH net-next v4 3/3] Linn Ethernet packet sniffer driver
[PATCH net] amd-xgbe-phy: PHY KX/KR mode differences
2015-02-24 16:47 UTC
[PATCH] vhost: cleanup iterator update logic
2015-02-24 16:31 UTC
[PATCH] vhost: drop hard-coded num_buffers size
2015-02-24 16:31 UTC
[PATCH 0/8] Adds Intel FieldsPeak NFC solution driver
2015-02-24 16:27 UTC (4+ messages)
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).