netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-11-21 15:01:25 to 2014-11-23 07:18:31 UTC [more...]

[PATCH 1/1] IBM-EMAC: Deletion of unnecessary checks before the function call "of_dev_put"
 2014-11-23  7:18 UTC  (15+ messages)
  ` [PATCH 1/1] net: Xilinx: Deletion of unnecessary checks before two function calls
  ` [PATCH 1/1] net: Hyper-V: Deletion of an unnecessary check before the function call "vfree"
      `  "
  ` [PATCH 1/1] net: USB: Deletion of unnecessary checks before the function call "kfree"

[PATCH] ip_tunnel: the lack of vti_link_ops' dellink() cause kernel panic
 2014-11-23  7:04 UTC 

[PATCH net-net 0/4] Increase the limit of tuntap queues
 2014-11-23  5:22 UTC  (4+ messages)

FIX ME in e1000_82575.c
 2014-11-23  4:42 UTC 

[PATCH net-next 00/14] net: provide common RSS key infrastructure
 2014-11-23  4:14 UTC  (7+ messages)
` [PATCH net-next 12/14] mlx4: use netdev_rss_key_fill() helper
      ` [PATCH net-next] mlx4: fix mlx4_en_set_rxfh()

[net-next 00/17][pull request] Intel Wired LAN Driver Updates 2014-11-21
 2014-11-23  3:53 UTC  (24+ messages)
` [net-next 01/17] i40e: Remove unneeded break statement
` [net-next 02/17] i40e: remove useless debug noise
` [net-next 03/17] i40e: allow various base numbers in debugfs aq commands
` [net-next 04/17] i40e: Add description to misc and fd interrupts
` [net-next 05/17] i40e: don't enable PTP support on more than one PF per port
` [net-next 06/17] i40e: Add a virtual channel op to config RSS
` [net-next 07/17] i40e: Define and use i40e_is_vf macro
` [net-next 08/17] i40e: fix netdev_stat macro definition
` [net-next 09/17] i40evf: make early init sequence even more robust
` [net-next 10/17] i40e: Increase reset delay
` [net-next 11/17] i40e: Add new update VSI flow to accommodate FW fix with VSI Loopback mode
` [net-next 12/17] i40e: Re enable Main VSI loopback setting in the reset path
` [net-next 13/17] i40evf: refactor ethtool RSS handling
` [net-next 14/17] i40e: implement ethtool RSS config
` [net-next 15/17] i40e: increase ARQ size
` [net-next 16/17] i40e: get pf_id from HW rather than PCI function
` [net-next 17/17] i40e: Bump i40e version to 1.2.2 and i40evf version to 1.0.6

Potential bugs found in ne2k-pci+8390
 2014-11-23  3:21 UTC  (2+ messages)

[PATCH net-next] vlan: Pass ethtool get_ts_info queries to real device
 2014-11-23  3:15 UTC  (3+ messages)

[PATCH 1/2] 8139too: Allow setting MTU larger than 1500
 2014-11-23  2:42 UTC  (6+ messages)

Low Interest Rate!
 2014-11-22 19:36 UTC 

[PATCH 5/6] net/core: support compiling out splice
 2014-11-22 23:07 UTC  (3+ messages)

[RFC PATCH 1/4] rtnetlink: new flag NLM_F_HW_OFFLOAD to indicate kernel object offload to hardware
 2014-11-22 22:03 UTC  (7+ messages)

[PATCH net-next 0/5] RDMA/cxgb4,cxgb4vf,csiostor: Cleanup macros
 2014-11-22 21:58 UTC  (5+ messages)
` [PATCH net-next 1/5] RDMA/cxgb4: Cleanup Filter related macros/register defines

[net-next] i40e: enable fdb add code, remove unused code
 2014-11-22 21:56 UTC  (4+ messages)

[PATCH net-next V1 0/2] ethtool, net/mlx4_en: RSS hash function selection
 2014-11-22 21:54 UTC  (3+ messages)
` [PATCH net-next V1 1/2] ethtool: Support for configurable RSS hash function

[PATCH net-next 1/2] enic: use napi_schedule_irqoff()
 2014-11-22 19:52 UTC  (2+ messages)
` [PATCH net-next 2/2] enic: use spin_lock(wq_lock) instead of spin_lock_irqsave(wq_lock)

[patch -next] bpf: null dereference allocating large arrays
 2014-11-22 18:45 UTC  (2+ messages)

Problem about Setting TCP Congestion Window to a Small Constant
 2014-11-22 17:50 UTC  (3+ messages)

[RFC] situation with csum_and_copy_... API
 2014-11-22 17:48 UTC  (37+ messages)
              ` [PATCH 01/17] new helper: skb_copy_and_csum_datagram_msg()
              ` [PATCH 02/17] new helper: memcpy_from_msg()
              ` [PATCH 03/17] switch ipxrtr_route_packet() from iovec to msghdr
              ` [PATCH 04/17] new helper: memcpy_to_msg()
              ` [PATCH 05/17] switch drivers/net/tun.c to ->read_iter()
              ` [PATCH 06/17] switch macvtap "
              ` [PATCH 07/17] new helpers: skb_copy_datagram_from_iter() and zerocopy_sg_from_iter()
              ` [PATCH 08/17] {macvtap,tun}_get_user(): switch to iov_iter
              ` [PATCH 09/17] kill zerocopy_sg_from_iovec()
              ` [PATCH 10/17] switch AF_PACKET and AF_UNIX to skb_copy_datagram_from_iter()
              ` PATCH 11/17] switch sctp_user_addto_chunk() and sctp_datamsg_from_user() to passing iov_iter
              ` [PATCH 12/17] tipc_sendmsg(): pass msghdr instead of its ->msg_iov
              ` [PATCH 13/17] tipc_msg_build(): "
              ` [PATCH 14/17] vmci_transport: switch ->enqeue_dgram, ->enqueue_stream and ->dequeue_stream to msghdr
              ` [PATCH 15/17] [atm] switch vcc_sendmsg() to copy_from_iter()
              ` [PATCH 16/17] rds: switch ->inc_copy_to_user() to passing iov_iter
              ` [PATCH 17/17] rds: switch rds_message_copy_from_user() to iov_iter

[PATCH] can: eliminate banner[] variable and switch to pr_info()
 2014-11-22 16:59 UTC  (3+ messages)

[PATCH 0/6] fix error return code
 2014-11-22 14:39 UTC  (2+ messages)
` [PATCH 4/6] solos-pci: "

FIX ME locking is implemented?
 2014-11-22 14:41 UTC 

[PATCH net-next] ipv6: coding style improvements (remove assignment in if statements)
 2014-11-22 12:02 UTC 

[PATCH] net/mlx4: Fix EEH recovery failure
 2014-11-22 10:56 UTC 

[net 1/3] ixgbe: Correctly disable VLAN filter in promiscuous mode
 2014-11-22  7:52 UTC  (3+ messages)
` [net 2/3] ixgbe: fix use after free adapter->state test in ixgbe_remove/ixgbe_probe
` [net 3/3] igb: Fixes needed for surprise removal support

[PATCH 1/1] fix return code from fib_rules_lookup()
 2014-11-22  6:25 UTC 

Translation table available between 'ethtool -k' and 'ethtool -K' ? For Linux?
 2014-11-22  5:03 UTC  (3+ messages)

[net PATCH] ipv6: Do not treat a GSO_TCPV4 request from UDP tunnel over IPv6 as invalid
 2014-11-22  3:37 UTC 

linux-next: build failure after merge of the net-next tree
 2014-11-22  3:30 UTC  (2+ messages)

[PATCH v2 9/9] netfilter: Replace smp_read_barrier_depends() with lockless_dereference()
 2014-11-22  1:23 UTC  (6+ messages)

[RFC PATCH 4/4] bridge: make hw offload conditional on bridge and bridge port offload flags
 2014-11-22  0:33 UTC  (3+ messages)

[patch net-next v4 0/9] sched: introduce vlan action
 2014-11-21 23:52 UTC  (9+ messages)
` [patch net-next v4 8/9] net: move vlan pop/push functions into common code

[PATCH] xen-netback: do not report success if xenvif_alloc() fails
 2014-11-21 22:56 UTC 

[RFC PATCH 3/4] swdevice: new generic op to set bridge port attr
 2014-11-21 22:49 UTC 

[RFC PATCH 2/4] netdev: new feature flag NETIF_F_HW_OFFLOAD to indicate netdev object offload to hardware
 2014-11-21 22:49 UTC 

[RFC PATCH 0/4] switch device: offload policy attributes
 2014-11-21 22:49 UTC 

[GIT] Networking
 2014-11-21 22:37 UTC 

[PATCH v2 net-next 0/2] bonding: Introduce 4 AD link speed
 2014-11-21 22:16 UTC  (2+ messages)

[PATCH] vxlan: move listen socket creation from workqueue to vxlan_open
 2014-11-21 22:11 UTC  (2+ messages)

i40e/i40e_ethtool.c weirdness?
 2014-11-21 21:46 UTC  (2+ messages)

pull request: wireless-next 2014-11-21
 2014-11-21 21:40 UTC  (4+ messages)

[PATCH 0/4] defxx: Assorted fixes, mainly for EISA
 2014-11-21 21:37 UTC  (2+ messages)

crash in __kfree_skb on v3.18-rc5 with CONFIG_DEBUG_PAGEALLOC
 2014-11-21 21:15 UTC  (16+ messages)
  ` [PATCH net] net: Revert "net: avoid one atomic operation in skb_clone()"
        ` [PATCH v2 "

[PATCH rfc] packet: zerocopy packet_snd
 2014-11-21 20:44 UTC 

[PATCH] tcp: Restore RFC5961-compliant behavior for SYN packets
 2014-11-21 20:34 UTC  (4+ messages)

[net-next v2 00/15][pull request] Intel Wired LAN Driver Updates 2014-11-20
 2014-11-21 20:24 UTC  (2+ messages)

[PATCH net-next v1 0/8] amd-xgbe: AMD XGBE driver updates 2014-11-20
 2014-11-21 20:20 UTC  (2+ messages)

[PATCH 1/2] net/am2150: fix nmclan_cs.c shared interrupt handling
 2014-11-21 20:17 UTC  (2+ messages)

[PATCH] mdio-mux-gpio: Use GPIO descriptor interface and new gpiod_set_array function
 2014-11-21 20:13 UTC  (2+ messages)

[PATCH net-next] net/mlx4_en: mlx4_en_set_settings() always fails when autoneg is set
 2014-11-21 20:08 UTC  (2+ messages)

[PATCH 0/3] [RFC] net: implement SMC-R solution
 2014-11-21 20:08 UTC  (4+ messages)
` [PATCH 1/3] [RFC] tcp: introduce TCP experimental option for SMC
` [PATCH 2/3] [RFC] net: introduce socket family constants
` [PATCH 3/3] [RFC] smc: introduce socket family AF_SMC

[PATCH v2] sh_eth: Fix skb alloc size and alignment adjust rule
 2014-11-21 20:05 UTC  (2+ messages)

[PATCH v2] drivers: atm: eni: Add pci_dma_mapping_error() call
 2014-11-21 20:03 UTC  (2+ messages)

[PATCH v3 net-next 00/14] tipc: new netlink API
 2014-11-21 20:02 UTC  (2+ messages)

[PATCH net-next] macvtap: advance iov iterator when needed in macvtap_put_user()
 2014-11-21 19:59 UTC  (2+ messages)

mlx4: don't duplicate kvfree()
 2014-11-21 19:58 UTC  (2+ messages)

mlx5: don't duplicate kvfree()
 2014-11-21 19:58 UTC  (2+ messages)

[PATCH net] net/mlx4_en: Add VXLAN ndo calls to the PF net device ops too
 2014-11-21 19:55 UTC  (4+ messages)

[PATCH net-next 0/2] r8152: adjust rx functions
 2014-11-21 19:53 UTC  (3+ messages)
` [PATCH net-next v3 "

[PATCH net-next v2] net: sctp: keep owned chunk in destructor_arg instead of skb->cb
 2014-11-21 19:51 UTC  (2+ messages)

[PATCH net-next] bridge: make proxy arp configurable
 2014-11-21 19:49 UTC  (4+ messages)

[PATCHv3 net] openvswitch: Don't validate IPv6 label masks
 2014-11-21 19:47 UTC  (2+ messages)

[PATCH v3] fix locking regression in ipx_sendmsg and ipx_recvmsg
 2014-11-21 19:46 UTC  (4+ messages)
  ` [PATCH v4] ipx: "

[PATCH net-next 0/2] net: systemport & bcmgenet instrumenting
 2014-11-21 19:46 UTC  (5+ messages)
` [PATCH net-next 1/2] net: systemport: log RX buffer allocation and RX/TX DMA failures
` [PATCH net-next 2/2] net: bcmgenet: log RX buffer allocation and RX/TX dma failures

[PATCH net-next v2] packet: make packet_snd fail on len smaller than l2 header
 2014-11-21 19:43 UTC  (2+ messages)

[PATCH] l2tp_eth: allow to set a specific mac address
 2014-11-21 19:16 UTC  (2+ messages)

[PATCH 00/10] net: phy: add device-type abstraction
 2014-11-21 19:16 UTC  (2+ messages)

[PATCH] tcp: Restore RFC5961-compliant behavior for SYN packets
 2014-11-21 18:55 UTC  (2+ messages)

[PATCH] bonding: clear header_ops when last slave detached (v2)
 2014-11-21 18:55 UTC  (14+ messages)

[PATCH v2 net 0/2] drivers/net,ipv6: Fix IPv6 fragment ID selection for virtio
 2014-11-21 18:46 UTC  (4+ messages)
` [PATCH v2 net 1/2] drivers/net: Disable UFO through virtio

[PATCH] Add support of Cavium Liquidio ethernet adapters
 2014-11-21 18:28 UTC  (4+ messages)

[PATCHv10 ovs 00/15] Revalidate flows with unique identifiers
 2014-11-21 18:17 UTC  (8+ messages)
` [PATCHv10 ovs 03/15] datapath: Add 'is_mask' to ovs_nla_put_flow()
` [PATCHv10 ovs 12/15] datapath: Add support for unique flow identifiers

Charity Work
 2014-11-21 17:54 UTC 

[PATCHv2 net] i40e: Implement ndo_gso_check()
 2014-11-21 17:59 UTC  (3+ messages)

[PATCH v2 0/9] Replace smp_read_barrier_depends() with lockless_derefrence()
 2014-11-21 15:05 UTC 


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).