netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-04 09:22:46 to 2016-04-05 08:20:08 UTC [more...]

[patch net-next 0/3] mlxsw: small driver update, including switchdev doc update
 2016-04-05  8:20 UTC 

[RFC PATCH 0/5] Add driver bpf hook for early packet drop
 2016-04-05  8:19 UTC  (45+ messages)
` [RFC PATCH 1/5] bpf: add PHYS_DEV prog type for early driver filter
` [RFC PATCH 4/5] mlx4: add support for fast rx drop bpf program

am335x: cpsw at high broadcast load
 2016-04-05  8:19 UTC  (2+ messages)

[net-next 00/16][pull request] 100GbE Intel Wired LAN Driver Updates 2016-04-05
 2016-04-05  8:13 UTC  (18+ messages)
` [net-next 01/16] fm10k: Move constants to the right of binary operators
` [net-next 02/16] fm10k: cleanup remaining right-bit-shifted 1
` [net-next 03/16] fm10k: Avoid crashing the kernel
` [net-next 04/16] fm10k: demote BUG_ON() to WARN_ON() where appropriate
` [net-next 05/16] fm10k: cleanup SPACE_BEFORE_TAB checkpatch warning
` [net-next 06/16] fm10k: use ether_addr_copy to copy MAC address
` [net-next 07/16] fm10k: prevent null pointer dereference of msix_entries table
` [net-next 08/16] fm10k: don't initialize service task until later in probe
` [net-next 09/16] fm10k: base queue scheme covered by RSS
` [net-next 10/16] fm10k: print error message when stop_hw fails
` [net-next 11/16] fm10k: free MBX IRQ before clearing interrupt scheme
` [net-next 12/16] fm10k: add helper functions to set strings and data for ethtool stats
` [net-next 13/16] fm10k: prevent possibly uninitialized variable
` [net-next 14/16] fm10k: correctly clean up when init_queueing_scheme fails
` [net-next 15/16] fm10k: fix a minor typo in some comments
` [net-next 16/16] fm10k: use ethtool_rxfh_indir_default for default redirection table

[RESEND PATCH V4 0/3] IB/hns: Add HiSilicon RoCE driver
 2016-04-05  7:32 UTC  (4+ messages)
` [RESEND PATCH V4 2/3] IB/hns: Add HiSilicon RoCE driver support

[PATCH (net.git)] stmmac: fix adjust link call in case of a switch is attached
 2016-04-05  6:46 UTC 

am335x: no multicast reception over VLAN
 2016-04-05  6:22 UTC  (15+ messages)

[PATCH] mwifiex: add __GFP_REPEAT to skb allocation call
 2016-04-05  5:48 UTC  (5+ messages)

[PATCHv2 net-next 0/6] bridge: support sending rntl info when we set attributes through sysfs/ioctl
 2016-04-05  5:08 UTC  (8+ messages)
` [PATCHv2 net-next 1/6] bridge: simplify the flush_store by calling store_bridge_parm
  ` [PATCHv2 net-next 2/6] bridge: simplify the forward_delay_store "
    ` [PATCHv2 net-next 3/6] bridge: simplify the stp_state_store "
      ` [PATCHv2 net-next 4/6] bridge: a netlink notification should be sent when those attributes are changed by br_sysfs_br
        ` [PATCHv2 net-next 5/6] bridge: a netlink notification should be sent when those attributes are changed by br_sysfs_if
          ` [PATCHv2 net-next 6/6] bridge: a netlink notification should be sent when those attributes are changed by ioctl

[PATCH net-next 0/8] allow bpf attach to tracepoints
 2016-04-05  4:52 UTC  (9+ messages)
` [PATCH net-next 1/8] perf: optimize perf_fetch_caller_regs
` [PATCH net-next 2/8] perf, bpf: allow bpf programs attach to tracepoints
` [PATCH net-next 3/8] bpf: register BPF_PROG_TYPE_TRACEPOINT program type
` [PATCH net-next 4/8] bpf: support bpf_get_stackid() and bpf_perf_event_output() in tracepoint programs
` [PATCH net-next 5/8] bpf: sanitize bpf tracepoint access
` [PATCH net-next 6/8] samples/bpf: add tracepoint support to bpf loader
` [PATCH net-next 7/8] samples/bpf: tracepoint example
` [PATCH net-next 8/8] samples/bpf: add tracepoint vs kprobe performance tests

[net-next:master 58/68] net/ipv4/udp.c:1693:9: sparse: incompatible types in comparison expression (different address spaces)
 2016-04-05  4:38 UTC 

[net PATCH v2 0/2] Fixes for GRO and GRE tunnels
 2016-04-05  4:32 UTC  (7+ messages)
` [net PATCH v2 1/2] GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOU
` [net PATCH v2 2/2] ipv4/GRO: Make GRO conform to RFC 6864

[net-next:master 57/68] DockBook: include/net/sock.h:442: warning: No description found for parameter 'sk_rcu'
 2016-04-05  4:29 UTC 

[PATCHv2 net-next] cxgb4/cxgb4vf: Deprecate module parameter dflt_msg_enable
 2016-04-05  4:22 UTC 

[PATCH net-next 0/7] sctp: support sctp_diag in kernel
 2016-04-05  4:06 UTC  (8+ messages)
` [PATCH net-next 1/7] sctp: add sctp_info dump api for sctp_diag
  ` [PATCH net-next 2/7] sctp: export some apis or variables "
    ` [PATCH net-next 3/7] sctp: export some functions for sctp_diag in inet_diag
      ` [PATCH net-next 4/7] sctp: add the sctp_diag.c file
        ` [PATCH net-next 5/7] sctp: reuse the some transport traversal functions in proc
          ` [PATCH net-next 6/7] sctp: merge the seq_start/next/exits in remaddrs and assocs
            ` [PATCH net-next 7/7] sctp: fix some rhashtable functions using in sctp proc/diag

[PATCH v2 net-next 00/11] net: various udp/tcp changes
 2016-04-05  2:12 UTC  (2+ messages)

[net-next v2 00/14][pull request] 10GbE Intel Wired LAN Driver Updates 2016-04-04
 2016-04-05  2:04 UTC  (19+ messages)
` [net-next v2 01/14] ixgbe: on recv increment rx.ring->stats.yields
` [net-next v2 02/14] ixgbevf: use bit operations for setting and checking resets
` [net-next v2 03/14] ixgbe: Extend trust to allow guest to set unicast address
` [net-next v2 04/14] ixgbe: Do not allow PF to add VLVF entry unless it actually needs it
` [net-next v2 05/14] ixgbe: Avoid adding VLAN 0 twice to VLVF and VFTA
` [net-next v2 06/14] ixgbe: Make all unchanging ops structures const
` [net-next v2 07/14] ixgbe: use eth_platform_get_mac_address()
` [net-next v2 08/14] ixgbe: Add support for generic Tx checksums
` [net-next v2 09/14] ixgbevf: "
` [net-next v2 10/14] ixgbe: Fix flow control for Xeon D KR backplane
` [net-next v2 11/14] ixgbe: add a callback to set the maximum transmit bitrate
` [net-next v2 12/14] ixgbe: Place SWFW semaphore in known valid state at probe
` [net-next v2 13/14] ixgbe: Extend cls_u32 offload to support UDP headers
` [net-next v2 14/14] ixgbe: Add support for toggling VLAN filtering flag via ethtool

[PATCH net-next v2 0/6] net: dsa: mv88e6131: HW bridging support for 6185
 2016-04-05  1:31 UTC  (3+ messages)

[net-next 00/14][pull request] 10GbE Intel Wired LAN Driver Updates 2016-04-04
 2016-04-05  1:29 UTC  (20+ messages)
` [net-next 01/14] ixgbe: on recv increment rx.ring->stats.yields
` [net-next 02/14] ixgbevf: use bit operations for setting and checking resets
` [net-next 03/14] ixgbe: Extend trust to allow guest to set unicast address
` [net-next 04/14] ixgbe: Do not allow PF to add VLVF entry unless it actually needs it
` [net-next 05/14] ixgbe: Avoid adding VLAN 0 twice to VLVF and VFTA
` [net-next 06/14] ixgbe: Make all unchanging ops structures const
` [net-next 07/14] ixgbe: use eth_platform_get_mac_address()
` [net-next 08/14] ixgbe: Add support for generic Tx checksums
` [net-next 09/14] ixgbevf: "
` [net-next 10/14] ixgbe: Fix flow control for Xeon D KR backplane
` [net-next 11/14] ixgbe: add a callback to set the maximum transmit bitrate
` [net-next 12/14] ixgbe: Place SWFW semaphore in known valid state at probe
` [net-next 13/14] ixgbe: Extend cls_u32 offload to support UDP headers
` [net-next 14/14] ixgbe: Add support for toggling VLAN filtering flag via ethtool

[PATCH net-next 1/3] net: bcmgenet: cleanup for bcmgenet_xmit()
 2016-04-05  1:27 UTC  (8+ messages)
` [PATCH net-next 2/3] net: bcmgenet: cleanup for bcmgenet_xmit_frag()
` [PATCH net-next 3/3] net: bcmgenet: fix dmadesc_set()

[RFC PATCH 0/6] ppp: add rtnetlink support
 2016-04-05  0:56 UTC  (7+ messages)
` [RFC PATCH 1/6] ppp: simplify usage of ppp_create_interface()
` [RFC PATCH 2/6] ppp: don't hold ppp_mutex before calling ppp_unattached_ioctl()
` [RFC PATCH 3/6] ppp: don't lock ppp_mutex while handling PPPIOCDETACH
` [RFC PATCH 4/6] ppp: invert lock ordering between ppp_mutex and rtnl_lock
` [RFC PATCH 5/6] ppp: define reusable device creation functions
` [RFC PATCH 6/6] ppp: add rtnetlink device creation support

[PATCH-RFC] drivers: net: ethernet: intel: e1000e: fix ethtool autoneg off for fiber
 2016-04-04 23:03 UTC  (4+ messages)
  ` [Intel-wired-lan] "

[PATCH net-next 0/4] udp: support SO_PEEK_OFFSET
 2016-04-04 22:23 UTC  (3+ messages)

[RFC PATCH net 0/4] ip6: datagram: Update dst cache of a connected datagram sk during pmtu update
 2016-04-04 20:45 UTC  (5+ messages)
` [RFC PATCH net 3/4] ipv6: "

[PATCH] bluetooth: Fix locking issues in the function l2cap_connect_cfm
 2016-04-04 20:32 UTC 

[PATCH net-next] irda: sh_irda: remove driver
 2016-04-04 20:24 UTC  (2+ messages)

[PATCH v3 0/5] macb: Codingstyle cleanups
 2016-04-04 20:17 UTC  (2+ messages)

[PATCH] bridge:Fix incorrect variable assignment on error path in br_sysfs_addbr
 2016-04-04 20:16 UTC  (3+ messages)

[PATCH v9 net-next] ravb: Add dma queue interrupt support
 2016-04-04 20:02 UTC  (2+ messages)

[PATCH 1/2] ipv4: l2tp: fix a potential issue in l2tp_ip_recv
 2016-04-04 20:01 UTC  (4+ messages)
` [PATCH 2/2] ipv6: l2tp: fix a potential issue in l2tp_ip6_recv

[PATCH v3 1/2] RDS: fix "Kernel unaligned access" on sparc64
 2016-04-04 19:57 UTC  (2+ messages)

[PATCH v3 net-next 0/8] add TX timestamping via cmsg
 2016-04-04 19:52 UTC  (2+ messages)

af_packet: tone down the Tx-ring unsupported spew
 2016-04-04 19:24 UTC  (2+ messages)

[Patch net] net_sched: fix a memory leak in tc action
 2016-04-04 18:37 UTC  (3+ messages)

[PATCH v3 00/16] add Intel X722 iWARP driver
 2016-04-04 17:59 UTC  (3+ messages)

System hangs (unable to handle kernel paging request)
 2016-04-04 17:50 UTC  (4+ messages)

Best way to reduce system call overhead for tun device I/O?
 2016-04-04 17:28 UTC  (2+ messages)

[PATCHv2 net 1/3] samples/bpf: Fix build breakage with map_perf_test_user.c
 2016-04-04 17:24 UTC  (5+ messages)
` [PATCHv2 net 2/3] samples/bpf: Use llc in PATH, rather than a hardcoded value
` [PATCHv2 net 3/3] samples/bpf: Enable powerpc support

[RFC PATCH 6/6] ppc: ebpf/jit: Implement JIT compiler for extended BPF
 2016-04-04 17:09 UTC  (3+ messages)

[PATCH RFC 0/5] net: phy: sun8i-h3-ephy: Add Allwinner H3 Ethernet PHY driver
 2016-04-04 16:22 UTC  (6+ messages)
` [PATCH RFC 1/5] net: phy: sun8i-h3-ephy: Add bindings for Allwinner H3 Ethernet PHY
` [PATCH RFC 2/5] net: phy: sun8i-h3-ephy: Add driver "
  ` [PATCH RFC 3/5] ARM: dts: sun8i-h3: Add H3 Ethernet PHY device node to sun8i-h3.dtsi
` [PATCH RFC 4/5] ARM: dts: sun8i-h3: Add Ethernet controller "
` [PATCH RFC 5/5] ARM: dts: sun8i: Enable Ethernet controller on the Orange PI PC

[PATCH] ath5k: Change led pin configuration for compaq c700 laptop
 2016-04-04 15:03 UTC  (2+ messages)

[PATCH v5 0/4] Add Ethernet support on STM32F429
 2016-04-04 14:40 UTC  (7+ messages)
` [PATCH v5 2/4] Documentation: Bindings: Add STM32 DWMAC glue

Best way to reduce system call overhead for tun device I/O?
 2016-04-04 14:40 UTC  (7+ messages)

Best way to reduce system call overhead for tun device I/O?
 2016-04-04 14:31 UTC 

davinci-mdio: failing to connect to PHY
 2016-04-04 14:01 UTC  (5+ messages)

Your Urgent Respond,
 2016-04-04 13:44 UTC 

[PATCH v5 net-next] net: ipv4: Consider failed nexthops in multipath routes
 2016-04-04 13:29 UTC  (3+ messages)

FWD: [PATCH v2] Marvell phy: add fiber status check for some components
 2016-04-04 13:25 UTC 

[PATCH] Marvell phy: add fiber status check for some components
 2016-04-04 13:14 UTC  (7+ messages)
        ` [PATCH v2] "

[PATCH] net: socket: return a proper error code when source address becomes nonlocal
 2016-04-04 12:55 UTC  (2+ messages)

[PATCH net-next] cxgb4/cxgb4vf: Deprecate module parameter dflt_msg_enable
 2016-04-04 12:43 UTC  (2+ messages)

AP firmware for TI wl1251 wifi chip (wl1251-fw-ap.bin)
 2016-04-04 12:39 UTC  (2+ messages)

[PATCH v2 01/15] wcn36xx: Clean up wcn36xx_smd_send_beacon
 2016-04-04 12:25 UTC  (5+ messages)
` [PATCH v2 09/15] wcn36xx: Parse trigger_ba response properly
` [PATCH v2 10/15] wcn36xx: Copy all members in config_sta v1 conversion


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