netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-01-20 16:46:10 to 2014-01-22 01:29:44 UTC [more...]

[PATCH net-next v5 0/0] reciprocal_divide update
 2014-01-22  1:29 UTC  (4+ messages)
` [PATCH net-next v5 1/3] random32: add prandom_u32_max and convert open coded users
` [PATCH net-next v5 2/3] net: introduce reciprocal_scale helper and convert users
` [PATCH net-next v5 3/3] reciprocal_divide: update/correction of the algorithm

[PATCH net-next v4 0/3] reciprocal_divide update
 2014-01-22  1:24 UTC  (5+ messages)
` [PATCH net-next v4 1/3] random32: add prandom_u32_max and convert open coded users
` [PATCH net-next v4 2/3] net: introduce reciprocal_scale helper and convert users
` [PATCH net-next v4 3/3] reciprocal_divide: update/correction of the algorithm

[PATCH net] ipv6: protect protocols not handling ipv4 from v4 connection/bind attempts
 2014-01-22  1:08 UTC  (3+ messages)

[PATCH net-next v6 0/2] stmmac: fix kernel crashes for jumbo frames
 2014-01-22  1:05 UTC  (2+ messages)

[patch] rxrpc: out of bound read in debug code
 2014-01-22  1:03 UTC  (2+ messages)

[PATCH] 8021q: update description
 2014-01-22  1:02 UTC  (2+ messages)

[PATCH net-next v2] ipv6: enable anycast addresses as source addresses in ICMPv6 error messages
 2014-01-22  0:53 UTC  (2+ messages)

[PATCH net 0/2] tcp: delete redundant calls of tcp_mtup_init() and
 2014-01-22  0:52 UTC  (3+ messages)
` [PATCH net v2] tcp: delete redundant calls of tcp_mtup_init()

[PATCH net-next] packet: fix a couple of cppcheck warnings
 2014-01-22  0:52 UTC  (2+ messages)

[PATCH v2] ipv4: remove the useless argument from ip_tunnel_hash()
 2014-01-22  0:49 UTC  (2+ messages)

[PATCH] net: gre: don't pull skb if dealing with icmp message
 2014-01-22  0:49 UTC  (5+ messages)

[PATCH net-next] bond: make slave_sysfs_ops static
 2014-01-22  0:46 UTC  (2+ messages)

[PATCH net-next v2] net: remove unnecessary initializations in net_dev_init
 2014-01-22  0:45 UTC  (2+ messages)

r8169 won't transmit with 3.12
 2014-01-22  0:41 UTC  (3+ messages)

[PATCH net-next] bridge: Remove unnecessary vlan_put_tag in br_handle_vlan
 2014-01-22  0:29 UTC 

[PATCH net-next] net: add vxlan description
 2014-01-22  0:28 UTC 

[PATCH net-next 1/5] bonding: The fail_over_mac should be set only in ACTIVE_BACKUP mode
 2014-01-22  0:25 UTC  (2+ messages)

[PATCH net-next v2] ipv6: enable anycast addresses as source addresses for datagrams
 2014-01-22  0:16 UTC  (2+ messages)

[PATCH] net: sctp: Fix a_rwnd/rwnd management to reflect real state of the receiver's buffer
 2014-01-22  0:08 UTC  (3+ messages)

[PATCH] [trivial] ixgbe: Fix format string in ixgbe_fcoe.c
 2014-01-21 23:04 UTC  (2+ messages)

[PATCH] net: Correctly sync addresses from multiple sources to single device
 2014-01-21 22:53 UTC  (2+ messages)

[PATCH net-next 0/2] Bug Fixes for SFC driver
 2014-01-21 22:47 UTC  (3+ messages)

[Patch net-next 0/6] net_sched: act: more cleanup and improvement
 2014-01-21 22:44 UTC  (5+ messages)
` [Patch net-next 1/6] net_sched: act: fetch hinfo from a->ops->hinfo
` [Patch net-next 2/6] net_sched: act: export tcf_hash_search() instead of tcf_hash_lookup()

[PATCH net-next v2 2/2] bonding: add netlink attributes to slave link dev
 2014-01-21 22:42 UTC  (5+ messages)

[PATCH v2] sch_htb: let skb->priority refer to non-leaf class
 2014-01-21 22:36 UTC  (4+ messages)
  ` [PATCH v3] "

[PATCH RFC 00/73] tree-wide: clean up some no longer required #include <linux/init.h>
 2014-01-21 22:35 UTC  (4+ messages)
` [PATCH 04/73] netfilter: don't use module_init/exit in core IPV4 code
` [PATCH 53/73] drivers/isdn: delete non-required instances of include <linux/init.h>

issues with vxlan RX checksum offload under OVS datapath
 2014-01-21 22:35 UTC  (7+ messages)

[PATCH] checkpatch: Prefer ether_addr_copy to memcpy(foo, bar, ETH_ALEN)
 2014-01-21 21:51 UTC 

[PATCH net-next 00/25] bonding: introduce new option API
 2014-01-21 21:51 UTC  (29+ messages)
` [PATCH net-next 01/25] bonding: add infrastructure for an "
` [PATCH net-next 02/25] bonding: convert mode setting to use the new "
` [PATCH net-next 03/25] bonding: convert packets_per_slave "
` [PATCH net-next 04/25] bonding: convert xmit_hash_policy "
` [PATCH net-next 05/25] bonding: convert arp_validate "
` [PATCH net-next 06/25] bonding: convert arp_all_targets "
` [PATCH net-next 07/25] bonding: convert fail_over_mac "
` [PATCH net-next 08/25] bonding: convert arp_interval "
` [PATCH net-next 09/25] bonding: convert arp_ip_target "
` [PATCH net-next 10/25] bonding: convert downdelay "
` [PATCH net-next 11/25] bonding: convert updelay "
` [PATCH net-next 12/25] bonding: convert lacp_rate "
` [PATCH net-next 13/25] bonding: convert min_links "
` [PATCH net-next 14/25] bonding: convert ad_select "
` [PATCH net-next 15/25] bonding: convert num_peer_notif "
` [PATCH net-next 16/25] bonding: convert miimon "
` [PATCH net-next 17/25] bonding: convert primary "
` [PATCH net-next 18/25] bonding: convert primary_reselect "
` [PATCH net-next 19/25] bonding: convert use_carrier "
` [PATCH net-next 20/25] bonding: convert active_slave "
` [PATCH net-next 21/25] bonding: convert queue_id "
` [PATCH net-next 22/25] bonding: convert all_slaves_active "
` [PATCH net-next 23/25] bonding: convert resend_igmp "
` [PATCH net-next 24/25] bonding: convert lp_interval "
` [PATCH net-next 25/25] bonding: convert slaves "

[RFC PATCH net-next 0/3] virtio_net: add aRFS support
 2014-01-20 16:49 UTC  (6+ messages)
  ` Fwd: "

[PATCH] ixgbevf: delete unneeded call to pci_set_power_state
 2014-01-21 20:47 UTC  (2+ messages)

Kernel fails to drop packet with martian source address (subnet broadcast)
 2014-01-21 20:45 UTC 

[PATCH v4] xen/grant-table: Avoid m2p_override during mapping
 2014-01-21 20:22 UTC 

[PATCH] DT: net: document Ethernet bindings in one place
 2014-01-21 21:19 UTC  (8+ messages)

I Need Your Assistance
 2014-01-21 19:43 UTC 

[PATCH v3] xen/grant-table: Avoid m2p_override during mapping
 2014-01-21 19:43 UTC  (6+ messages)
` [Xen-devel] "

[PATCH RFC 0/6] net: rfkill: gpio: Add device tree support
 2014-01-21 18:50 UTC  (11+ messages)
` [PATCH RFC 4/6] net: rfkill: gpio: add "

[PATCH] ip_tunnel: clear IPCB in ip_tunnel_xmit() in case dst_link_failure() is called
 2014-01-21 18:33 UTC  (2+ messages)

FEC performance degradation on iMX28 with forced link media
 2014-01-21 17:49 UTC  (4+ messages)
` FEC performance degradation with certain packet sizes

[PATCH] SUNRPC: Allow one callback request to be received from two sk_buff
 2014-01-21 15:35 UTC  (4+ messages)

[PATCH net-next 0/7] sctp: remove some macro locking wrappers
 2014-01-21 15:16 UTC  (10+ messages)
` [PATCH net-next 1/7] sctp: remove macros sctp_spin_[un]lock_irqrestore
` [PATCH net-next 2/7] sctp: remove macros sctp_local_bh_{disable|enable}
` [PATCH net-next 3/7] sctp: remove macros sctp_spin_[un]lock
` [PATCH net-next 4/7] sctp: remove macros sctp_write_[un]_lock
` [PATCH net-next 5/7] sctp: remove macros sctp_read_[un]lock
` [PATCH net-next 6/7] sctp: remove macros sctp_{lock|release}_sock
` [PATCH net-next 7/7] sctp: remove macros sctp_bh_[un]lock_sock

[PATCH net-next] net: filter: let bpf_tell_extensions return SKF_AD_MAX
 2014-01-21 14:25 UTC  (2+ messages)

[PATCH v3 3/7] net: moxa: connect to PHY
 2014-01-21 13:50 UTC  (2+ messages)

[PATCH net-next v2 1/2] bonding: add sysfs /slave dir for bond slave devices
 2014-01-21 13:29 UTC  (2+ messages)

[PATCH iproute2] Add IFLA_SLAVE support
 2014-01-21 13:26 UTC  (2+ messages)

[PATCH net-next] tcp: metrics: Fix rcu-race when deleting multiple entries
 2014-01-21 12:30 UTC 

[PATCH 0/4] ipv4: small set of fixes
 2014-01-21 11:48 UTC  (5+ messages)
` [PATCH 1/4] ipv4: don't disable interface if last ipv4 address is removed
` [PATCH 2/4] ipv4: fib_semantics: increment fib_info_cnt after fib_info allocation
` [PATCH 3/4] ipv4: use SNMP macro assuming softirq context in ip_forward()
` [PATCH 4/4] ipv4: mark nexthop as dead when it's subnet becomes unreachable

[PATCH net] be2net: Fix be_vlan_add/rem_vid() routines
 2014-01-21 10:20 UTC 

[PATCH net-next 5/5] bonding: remove the redundant judgements for bond_set_mac_address()
 2014-01-21  9:44 UTC 

[PATCH net-next 4/5] bonding: set fail_over_mac to active only in active-backup mode at enslavement
 2014-01-21  9:44 UTC 

[PATCH net-next 3/5] bonding: set fail_over_mac to none if new mode is not active-backup
 2014-01-21  9:44 UTC 

[PATCH v3 0/4] net_dma removal, and dma debug extension
 2014-01-21  9:44 UTC  (7+ messages)
` [PATCH v3 1/4] net_dma: simple removal

[PATCH net-next 2/5] bonding: don't set fail_over_mac if the mode is not active backup
 2014-01-21  9:44 UTC 

[PATCH net-next 0/5] bonding: Fix some issues for fail_over_mac
 2014-01-21  9:43 UTC 

[BUG PATCH RFC] Memory on tcp_prot with TPROXY and TCP early demux
 2014-01-21  9:43 UTC 

Reply Very Urgent
 2014-01-21  9:32 UTC 

[PATCH net-next] dlm: use {lock|release}_sock instead, sctp_{lock|release}_sock
 2014-01-21  8:33 UTC 

[PATCH net] bnx2x: Fix VF flr flow
 2014-01-21  8:31 UTC 

[PATCH net-next] net/mlx4_core: Remove unnecessary validation for port number
 2014-01-21  8:19 UTC 

[PATCH net] tcp: metrics: Handle v6/v4-mapped sockets in tcp-metrics
 2014-01-21  7:17 UTC 

[PATCH net v2] tuntap: Fix for a race in accessing numqueues
 2014-01-21  2:41 UTC  (2+ messages)

Fwd: Linux bridge for route
 2014-01-21  1:26 UTC  (3+ messages)

[ANNOUNCE]: Release of nftables 0.099
 2014-01-21  0:26 UTC  (5+ messages)
` Release of nftables-plus 0.099
  ` [netfilter-core] "

[PATCH net-next v5 0/9] xen-netback: TX grant mapping with SKBTX_DEV_ZEROCOPY instead of copy
 2014-01-21  0:24 UTC  (13+ messages)
` [PATCH net-next v5 1/9] xen-netback: Introduce TX grant map definitions
` [PATCH net-next v5 2/9] xen-netback: Change TX path from grant copy to mapping
` [PATCH net-next v5 3/9] xen-netback: Remove old TX grant copy definitons and fix indentations
` [PATCH net-next v5 4/9] xen-netback: Change RX path for mapped SKB fragments
` [PATCH net-next v5 5/9] xen-netback: Add stat counters for zerocopy
` [PATCH net-next v5 6/9] xen-netback: Handle guests with too many frags
` [PATCH net-next v5 7/9] xen-netback: Add stat counters for frag_list skbs
` [PATCH net-next v5 8/9] xen-netback: Timeout packets in RX path
` [PATCH net-next v5 9/9] xen-netback: Aggregate TX unmap operations

[net-next] [patch v2] i40e: potential array underflow in i40e_vc_process_vf_msg()]
 2014-01-21  0:15 UTC 

3.12.8 poor network performance x86_64
 2014-01-20 23:27 UTC  (5+ messages)
    ` Poor network performance x86_64.. also with 3.13

[PATCH 1/2] net/cxgb4: Avoid disabling PCI device for towice
 2014-01-20 22:05 UTC  (3+ messages)
` [PATCH 2/2] net/cxgb4: Don't retrieve stats during recovery

[PATCH net-next] hyperv: Add support for physically discontinuous receive buffer
 2014-01-20 22:10 UTC  (4+ messages)

[PATCH net-next] net: vxlan: do not use vxlan_net before checking event type
 2014-01-20 22:01 UTC  (3+ messages)

[PATCH v5] can: add Renesas R-Car CAN driver
 2014-01-20 22:12 UTC  (6+ messages)

[PATCH iproute2 v2 0/2] two improvements in tc
 2014-01-20 20:37 UTC  (4+ messages)
` [PATCH iproute2 v2 2/2] netem: add 64bit rates support

[patch iproute2 v3 0/2] add support for IFA_F_MANAGETEMPADDR
 2014-01-20 20:36 UTC  (3+ messages)
` [patch iproute2 v3 3/3] add support for IFA_F_NOPREFIXROUTE

[PATCH iproute2] PIE: Add man page
 2014-01-20 20:34 UTC  (2+ messages)

IGMP joins come from the wrong SA/interface
 2014-01-20 18:40 UTC  (3+ messages)

[RFC PATCH net-next] etherdevice: Use ether_addr_copy to copy an Ethernet address
 2014-01-20 17:52 UTC  (9+ messages)
` [PATCH 0/7] net: Convert aligned memcpy to ether_addr_copy
  ` [PATCH 1/7] 8021q: Use ether_addr_copy
  ` [PATCH 2/7] appletalk: "
  ` [PATCH 3/7] atm: "
  ` [PATCH 4/7] caif_usb: "
  ` [PATCH 5/7] netpoll: "
  ` [PATCH 6/7] pktgen: "
  ` [PATCH 7/7] dsa: "

[PATCH net-next v4 0/9] xen-netback: TX grant mapping with SKBTX_DEV_ZEROCOPY instead of copy
 2014-01-20 17:47 UTC  (15+ messages)
` [PATCH net-next v4 1/9] xen-netback: Introduce TX grant map definitions
` [PATCH net-next v4 2/9] xen-netback: Change TX path from grant copy to mapping
` [PATCH net-next v4 6/9] xen-netback: Handle guests with too many frags
` [PATCH net-next v4 8/9] xen-netback: Timeout packets in RX path

[PATCH v2] socket.7: add description for SO_BUSY_POLL
 2014-01-20 17:28 UTC  (3+ messages)

[PATCH v2 net-next] tcp: TCP_NOTSENT_LOWAT socket option
 2014-01-20 16:45 UTC  (2+ messages)


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