netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-06-26 12:14:32 to 2014-06-28 00:18:08 UTC [more...]

[PATCH RFC net-next 00/14] BPF syscall, maps, verifier, samples
 2014-06-28  0:18 UTC  (17+ messages)
` [PATCH RFC net-next 01/14] net: filter: split filter.c into two files
` [PATCH RFC net-next 02/14] net: filter: split filter.h and expose eBPF to user space
` [PATCH RFC net-next 03/14] bpf: introduce syscall(BPF, ...) and BPF maps
` [PATCH RFC net-next 04/14] bpf: update MAINTAINERS entry
` [PATCH RFC net-next 05/14] bpf: add lookup/update/delete/iterate methods to BPF maps
` [PATCH RFC net-next 06/14] bpf: add hashtable type of "
` [PATCH RFC net-next 07/14] bpf: expand BPF syscall with program load/unload
` [PATCH RFC net-next 08/14] bpf: add eBPF verifier
  ` [PATCH RFC net-next 09/14] bpf: allow eBPF programs to use maps
` [PATCH RFC net-next 10/14] net: sock: allow eBPF programs to be attached to sockets
` [PATCH RFC net-next 11/14] tracing: allow eBPF programs to be attached to events
` [PATCH RFC net-next 12/14] samples: bpf: add mini eBPF library to manipulate maps and programs
` [PATCH RFC net-next 13/14] samples: bpf: example of stateful socket filtering
` [PATCH RFC net-next 14/14] samples: bpf: example of tracing filters with eBPF

[PATCH] sh_eth: remove checks around dev_kfree_skb() calls
 2014-06-28  0:10 UTC 

[Patch net-next] net: make neigh tables per netns
 2014-06-28  0:09 UTC  (6+ messages)

Please backport dev_kfree_skb_any fixes for stable
 2014-06-27 23:50 UTC  (4+ messages)

[PATCH v2] net: fix circular dependency in of_mdio code
 2014-06-27 23:37 UTC  (2+ messages)

[PATCH net-next 0/2] qlcnic: Enhance Tx timeout debug data collection
 2014-06-27 23:01 UTC  (3+ messages)
` [PATCH net-next 1/2] "
` [PATCH net-next 2/2] qlcnic: Update version to 5.3.61

[PATCH net-next]MAINTAINERS: Update tg3 maintainer
 2014-06-27 23:21 UTC 

Please queue some netns bug fixes for stable
 2014-06-27 23:17 UTC 

[PATCH v2 1/2] powerpc: bpf: Use correct mask while accessing the VLAN tag
 2014-06-27 23:14 UTC  (9+ messages)
` [PATCH v2 2/2] powerpc: bpf: Fix the broken LD_VLAN_TAG_PRESENT test

[net-next v2 00/13] remove code duplication in tcp_v[46]_conn_request
 2014-06-27 22:54 UTC  (2+ messages)

[PATCH 1/1] net/caif/caif_socket.c: remove unnecessary null test before debugfs_remove_recursive
 2014-06-27 21:07 UTC 

[PATCH 1/1] drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c: remove unnecessary null test before debugfs_remove_recursive
 2014-06-27 20:51 UTC 

[PATCH net-next] pktgen: Fill the payload optionally with a pattern
 2014-06-27 20:22 UTC  (5+ messages)

Information about SCTP patch
 2014-06-27 20:06 UTC  (2+ messages)

[PATCH] net: fix circular dependency in of_mdio code
 2014-06-27 20:00 UTC  (4+ messages)

[PATCH net-next v2] 6lowpan: mac802154: fix coding style issues
 2014-06-27 20:00 UTC  (2+ messages)
` [Linux-zigbee-devel] "

[net-next 00/14][pull request] Intel Wired LAN Driver Updates 2014-06-26
 2014-06-27 19:59 UTC  (6+ messages)
` [net-next 06/14] i40evf: resend FW request if no response
` [net-next 13/14] i40e: Add debugfs hooks to print current total FD filter count
` [net-next 14/14] i40e: fix fdir programming
` [net-next 15/15] i40e/i40evf: Bump i40e to 0.4.18 and i40evf to 0.9.37

[PATCH net-next 00/13] tipc: new unicast transmission code
 2014-06-27 19:56 UTC  (6+ messages)
` [PATCH net-next 01/13] tipc: eliminate case of writing to freed memory

[PATCH] README: clarify redistribution requirements covering patents
 2014-06-27 19:39 UTC 

[PATCH net v2] xen-netback: bookkeep number of active queues in our own module
 2014-06-27 19:34 UTC  (5+ messages)
    ` Is: automated testing before David M picks them up? Was: Re: [Xen-devel] "

[PATCH V6 net-next] LISP: Locator/Identifier Separation Protocol
 2014-06-27 19:28 UTC  (6+ messages)

[PATCH CFT 00/30] Initial round of Freescale FEC ethernet patches
 2014-06-27 18:48 UTC  (33+ messages)
` [PATCH CFT 01/30] net: fec: Don't clear IPV6 header checksum field when IP accelerator enable
` [PATCH CFT 02/30] net: fec: iMX6 FEC does not support half-duplex gigabit
` [PATCH CFT 03/30] net: fec: fix ethtool set_pauseparam duplex bug
` [PATCH CFT 04/30] net: fec: fix interrupt handling races
` [PATCH CFT 05/30] net: fec: use netif_tx_disable() rather than netif_stop_queue()
` [PATCH CFT 06/30] net: fec: remove checking for NULL phy_dev in fec_enet_close()
` [PATCH CFT 07/30] net: fec: ensure that a disconnected phy isn't configured
` [PATCH CFT 08/30] net: fec: stop the phy before shutting down the MAC
` [PATCH CFT 09/30] net: fec: remove useless fep->opened
` [PATCH CFT 10/30] net: fec: make rx skb handling more robust
` [PATCH CFT 11/30] net: fec: clean up transmit descriptor setup
` [PATCH CFT 12/30] net: fec: ensure fec_enet_free_buffers() properly cleans the rings
` [PATCH CFT 13/30] net: fec: fix missing kmalloc() failure check in fec_enet_alloc_buffers()
` [PATCH CFT 14/30] net: fec: improve safety of suspend/resume/transmit timeout paths
` [PATCH CFT 15/30] net: fec: ensure fec_enet_close() copes with resume failure
` [PATCH CFT 16/30] net: fec: only restart or stop the device if it is present and running
` [PATCH CFT 17/30] net: fec: move calls to quiesce/resume packet processing out of fec_restart()
` [PATCH CFT 18/30] net: fec: remove inappropriate calls around fec_restart()
` [PATCH CFT 19/30] net: fec: quiesce packet processing before stopping device in fec_suspend()
` [PATCH CFT 20/30] net: fec: quiesce packet processing before stopping device in fec_set_features()
` [PATCH CFT 21/30] net: fec: quiesce packet processing before changing features
` [PATCH CFT 22/30] net: fec: quiesce packet processing when taking link down in fec_enet_adjust_link()
` [PATCH CFT 23/30] net: fec: clean up duplex mode handling
` [PATCH CFT 24/30] net: fec: better implementation of iMX6 ERR006358 quirk
` [PATCH CFT 25/30] net: fec: replace delayed work with standard work
` [PATCH CFT 26/30] net: fec: clear receive interrupts before processing a packet
` [PATCH CFT 27/30] net: fec: reorder ethtool ops to match order in struct declaration
` [PATCH CFT 28/30] net: fec: add support for dumping transmit ring on timeout
` [PATCH CFT 29/30] net: fec: remove useless status check in tx reap path
` [PATCH CFT 30/30] net: fec: consolidate hwtstamp implementation

pull request: wireless 2014-06-27
 2014-06-27 18:43 UTC 

[PATCH 0/3] can: m_can: add Bosch M_CAN controller support
 2014-06-27 18:03 UTC  (6+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] can: m_can: add bus error handling
` [PATCH 3/3] can: m_can: add loopback and monitor mode support

[patch net-next] bonding: allow to add vlans on top of empty bond
 2014-06-27 16:08 UTC  (3+ messages)

[PATCH net-next] inet: move ipv6only in sock_common
 2014-06-27 15:36 UTC 

[PATCH 0/5] cxgb4: Fix for PCI passthrough and some Misc. fixes
 2014-06-27 13:53 UTC  (6+ messages)
  ` [PATCH 1/5] rdma/cxgb4: Fixes cxgb4 probe failure in VM when PF is exposed through PCI Passthrough
  ` [PATCH 5/5] cxgb4vf: Adds device ID for few more Chelsio T4 Adapters
` [PATCH 2/5] cxgb4: Use FW interface to get BAR0 value
` [PATCH 3/5] cxgb4: Replaced the backdoor mechanism to access the HW memory with PCIe Window method
` [PATCH 4/5] cxgb4: Adds device ID for few more Chelsio T4 Adapters

[PATCH net-next 6/6] amd-xgbe: Resolve checkpatch warning about sscanf usage
 2014-06-27 13:35 UTC  (5+ messages)

[PATCH net-next 0/4] be2net: patch set
 2014-06-27 13:14 UTC  (6+ messages)
` [PATCH net-next 1/4] be2net: remove be_cmd_get_profile_config_mbox/mccq() variants
` [PATCH net-next 2/4] be2net: read VF's capabilities from GET_PROFILE_CONFIG cmd
` [PATCH net-next 3/4] be2net: create optimal number of queues on SR-IOV config
` [PATCH net-next 4/4] be2net: re-enable vlan filtering mode asap

recvmmsg() timeout behavior strangeness [RESEND]
 2014-06-27 11:37 UTC  (23+ messages)
    ` [PATCH/RFC] "

[PATCH] net: filter: add insn for loading internal transport header offset
 2014-06-27 10:19 UTC  (14+ messages)
` [PATCH v6 net-next 1/4] net: flow_dissector: avoid multiple calls in eBPF

[PATCH 1/2] rsi: GFP_ATOMIC is not needed in rsi_init_usb_interface()
 2014-06-27 10:17 UTC  (3+ messages)
` [PATCH 2/2] rsi: fix memory leaks and error handling in rsi_91x_usb

GRO issue with kernel 3.4.94 (icmp fragmentation needed)
 2014-06-27 10:07 UTC  (3+ messages)

[PATCH net-next v2 0/5] dp83640: Increase support perout pins
 2014-06-27 10:05 UTC  (6+ messages)
` [PATCH net-next v2 1/5] dp83640: Program pulsewidth2 values of perout triggers 0 and 1
` [PATCH net-next v2 2/5] dp83640: Increase supported perout pins to 7
` [PATCH net-next v2 3/5] dp83640: Verify calibration pin assignment
` [PATCH net-next v2 4/5] dp83640: Get calibration pin with ptp_find_pin
` [PATCH net-next v2 5/5] ptp: Allow reassigning calibration pin function

[PATCH net-next 2/3] ptp: Classify ptp over ip over vlan packets
 2014-06-27  9:59 UTC  (2+ messages)
` [PATCH net-next 3/3] vlan: Pass SIOC[SG]HWTSTAMP ioctls to real device

Contact me for more details
 2014-06-27  9:57 UTC 

[PATCH - RESEND] Bluetooth: Keep master role when SCO or eSCO is active
 2014-06-27  9:41 UTC  (2+ messages)

[3.10.y-3.15.y][stable request] netfilter: nf_nat: fix oops on netns removal
 2014-06-27  8:56 UTC  (2+ messages)

[PATCH v2 0/2] ARM: at91: remove phy fixup for sama5d3xek boards
 2014-06-27  7:52 UTC  (5+ messages)
` [PATCH v2 1/2] ARM: at91/dt: describe rgmii ethernet phy connected to "

[PATCH v3 net] ipv6: Fix MLD Query message check
 2014-06-27  7:22 UTC  (4+ messages)

[PATCH v2] udp: Add MIB counters for rcvbuferrors
 2014-06-27  7:21 UTC  (3+ messages)

question on ipv6 support for duplicate nexthops
 2014-06-27  7:15 UTC  (2+ messages)

Warning!!
 2014-06-27  6:40 UTC 

[PATCH v2 1/2] ipv6: Add more debugging around accept-ra logic
 2014-06-27  6:24 UTC  (6+ messages)
` [PATCH v2 2/2] ipv6: Allow accepting RA from local IP addresses

[PATCH] udp: Add MIB counters for rcvbuferrors
 2014-06-27  4:22 UTC  (3+ messages)
` [PATCH v2] "

Performance loss with GRO enabled on tunnels
 2014-06-27  4:17 UTC  (2+ messages)

[RFC PATCH] phy: micrel: make phy_has_fixups attribute read correctly
 2014-06-27  3:33 UTC  (3+ messages)

randconfig build error with next-20140624, in drivers/net/ethernet/cisco/enic/enic_main.c
 2014-06-27  2:21 UTC  (4+ messages)
` [PATCH] enic: fix a building failure

[PATCH v2 net] ipv6: Fix MLD Query message check
 2014-06-27  1:56 UTC  (3+ messages)

[net-next PATCH v3 0/2] bridge: more efficient fdb dumping
 2014-06-27  0:45 UTC  (3+ messages)
` [net-next PATCH v3 2/2] bridge: netlink dump interface at par with brctl

[PATCH] bnx2x: Fix the MSI flags
 2014-06-27  0:37 UTC  (2+ messages)

[PATCH net-next 0/6] amd-xgbe: AMD 10Gb Ethernet driver updates
 2014-06-27  0:15 UTC  (2+ messages)

[PATCHv2 net-next 0/4] bridge: multicast snooping patches / exports
 2014-06-27  0:12 UTC  (4+ messages)
` [PATCHv2 net-next 2/4] bridge: adhere to querier election mechanism specified by RFCs

Warning!!
 2014-06-26 23:19 UTC 

[PATCH] bridge: mark packets sent to any local mac address as PACKET_HOST
 2014-06-26 21:19 UTC  (5+ messages)

Slow VLAN-to-VLAN routing and many stacktraces of skb_warn_bad_offload+0xc3/0xd0()
 2014-06-26 19:30 UTC  (2+ messages)

[PATCH 0/3] drivers: expand usage of request_firmware_direct()
 2014-06-26 19:21 UTC  (3+ messages)

[PATCH net-next 0/3] bnx2x: Enhancement patch series
 2014-06-26 18:47 UTC  (3+ messages)
` [PATCH net-next 2/3] bnx2x: enlarge minimal alignemnt of data offset

[PATCH net 0/3] net: bcmgenet: misc fixes
 2014-06-26 17:26 UTC  (4+ messages)
` [PATCH net 1/3] net: bcmgenet: disable clock before register_netdev
` [PATCH net 2/3] net: bcmgenet: start with carrier off
` [PATCH net 3/3] net: bcmgenet: do not set packet length for RX buffers

[PATCH net v2 0/3] net: systemport: misc fixes
 2014-06-26 17:06 UTC  (4+ messages)
` [PATCH net v2 1/3] net: systemport: do not clear IFF_MULTICAST flag
` [PATCH net v2 2/3] net: systemport: fix UniMAC reset logic
` [PATCH net v2 3/3] net: systemport: fix TX NAPI work done return value

[RFC net-next 00/12] remove code duplication in tcp_v[46]_conn_request
 2014-06-26 15:13 UTC  (4+ messages)
` [RFC net-next 03/12] net: remove inet6_reqsk_alloc

[PATCH net-next 0/3] dp83640: Increase support perout pins
 2014-06-26 14:57 UTC  (5+ messages)
` [PATCH net-next 1/3] ptp: Allow reassigning calibration pin function

[PATCH net-next] hyperv: Add handler for RNDIS_STATUS_NETWORK_CHANGE event
 2014-06-26 14:55 UTC  (12+ messages)

[PATCH net-next] 6lowpan: ieee802154: fix coding style issues
 2014-06-26 14:40 UTC  (3+ messages)
` [Linux-zigbee-devel] "

UNFCCC - AWARENESS FUND
 2014-06-26 13:49 UTC 

[PATCH net-next 0/2] cleanup for 6lowpan and mac802514
 2014-06-26 13:36 UTC  (3+ messages)
  ` [PATCH net-next 1/2] 6lowpan: fix coding style issues
` [PATCH net-next 2/2] mac802154: "

[PATCH ipsec] xfrm: Fix installation of AH IPsec SAs
 2014-06-26 13:12 UTC 

[PATCH net-next V2 0/2] send process status in SCM_PROCINFO
 2014-06-26 12:55 UTC  (3+ messages)
` [PATCH net-next V2 1/2] lib:proc_info:add library to get process information
` [PATCH net-next V2 2/2] Send process status in SCM_PROCINFO

[PATCH] cxgb4: use dev_port to identify ports
 2014-06-26 12:37 UTC  (3+ messages)

Kernel 2.6.32.31 sends ICMPv6 with destination=unspecified
 2014-06-26 12:33 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).