netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-05 08:02:27 to 2016-04-05 22:06:54 UTC [more...]

[RFC PATCH 0/5] Add driver bpf hook for early packet drop
 2016-04-05 22:06 UTC  (30+ 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

[PATCH] sctp: Fix error handling for switch statement case in the function sctp_cmd_interprete
 2016-04-05 21:58 UTC  (3+ messages)

[PATCH] ipv6: icmp: Add protection from concurrent users in the function icmpv6_echo_reply
 2016-04-05 21:36 UTC  (2+ messages)

[PATCH net-next 00/10] bnxt_en: Updates for net-next
 2016-04-05 21:22 UTC  (14+ messages)
` [PATCH net-next 01/10] bnxt_en: Update to Firmware 1.2.2 spec
` [PATCH net-next 02/10] bnxt_en: Improve flow control autoneg with Firmware 1.2.1 interface
` [PATCH net-next 03/10] bnxt_en: Add basic EEE support
` [PATCH net-next 04/10] bnxt_en: Add EEE setup code
` [PATCH net-next 05/10] bnxt_en: Add get_eee() and set_eee() ethtool support
` [PATCH net-next 06/10] bnxt_en: Set async event bits when registering with the firmware
` [PATCH net-next 07/10] bnxt_en: Add unsupported SFP+ module warnings
` [PATCH net-next 08/10] bnxt_en: Provide NVM information via Ethtool GEEPROM
` [PATCH net-next 09/10] bnxt_en: Check for valid forced speed during ethtool -s
` [PATCH net-next 10/10] bnxt_en: Improve ethtool .get_settings()

[RFC PATCH 0/6] ppp: add rtnetlink support
 2016-04-05 21:22 UTC  (9+ messages)
` [RFC PATCH 5/6] ppp: define reusable device creation functions
` [RFC PATCH 6/6] ppp: add rtnetlink device creation support

[RESEND PATCH net-next v2 0/3] bcmgenet cleanups
 2016-04-05 21:00 UTC  (4+ messages)
` [RESEND PATCH net-next v2 1/3] net: bcmgenet: cleanup for bcmgenet_xmit()
` [RESEND PATCH net-next v2 2/3] net: bcmgenet: cleanup for bcmgenet_xmit_frag()
` [RESEND PATCH net-next v2 3/3] net: bcmgenet: cleanup for dmadesc_set()

[PATCH] Revert "netpoll: Fix extra refcount release in netpoll_cleanup()"
 2016-04-05 20:58 UTC 

[PATCH net] bridge, netem: mark mailing lists as moderated
 2016-04-05 20:43 UTC 

[PATCH net-next v2 0/3] tipc: some small fixes
 2016-04-05 20:35 UTC  (4+ messages)
` [PATCH net-next v2 1/3] tipc: eliminate buffer leak in bearer layer
` [PATCH net-next v2 2/3] tipc: stricter filtering of packets "
` [PATCH net-next v2 3/3] tipc: reduce transmission rate of reset messages when link is down

[PATCH net-next] bpf, verifier: further improve search pruning
 2016-04-05 20:33 UTC 

[PATCH net-next v2 0/3] udp: support SO_PEEK_OFF
 2016-04-05 20:29 UTC  (5+ messages)
` [PATCH net-next v2 1/3] sock: convert sk_peek_offset functions to WRITE_ONCE
` [PATCH net-next v2 2/3] udp: remove headers from UDP packets before queueing
` [PATCH net-next v2 3/3] udp: enable MSG_PEEK at non-zero offset

[net-next 00/18][pull request] 40GbE Intel Wired LAN Driver Updates 2016-04-05
 2016-04-05 20:26 UTC  (20+ messages)
` [net-next 01/18] i40e: call ndo_stop() instead of dev_close() when running offline selftest
` [net-next 02/18] i40e/i40evf: Allow up to 12K bytes of data per Tx descriptor instead of 8K
` [net-next 03/18] i40evf: remove dead code
` [net-next 04/18] i40e/i40evf: Fix handling of boolean logic in polling routines
` [net-next 05/18] i40e/i40evf: Add support for bulk free in Tx cleanup
` [net-next 06/18] i40e/i40evf: Fix casting in transmit code
` [net-next 07/18] i40e/i40evf: Remove I40E_MAX_USER_PRIORITY define
` [net-next 08/18] i40e: Save off VSI resource count when updating VSI
` [net-next 09/18] i40e: Fix up return code
` [net-next 10/18] i40e: Remove MSIx only if created
` [net-next 11/18] i40e: Assure that adminq is alive in debug mode
` [net-next 12/18] i40e: Remove timer and task only if created
` [net-next 13/18] i40e: Notify VFs of all resets
` [net-next 14/18] i40e: Added code to prevent double resets
` [net-next 15/18] i40e: Change unknown event error msg to ignore message
` [net-next 16/18] i40evf: Add additional check for reset
` [net-next 17/18] i40e: Change comment to reflect correct function name
` [net-next 18/18] i40e/i40evf: Bump patch from 1.4.25 to 1.5.1

[PATCH net-next v2 0/9] bnxt_en: Updates for net-next
 2016-04-05 20:15 UTC  (11+ messages)
` [PATCH net-next v2 1/9] bnxt_en: Update to Firmware 1.2.2 spec
` [PATCH net-next v2 2/9] bnxt_en: Improve flow control autoneg with Firmware 1.2.1 interface
` [PATCH net-next v2 3/9] bnxt_en: Add basic EEE support
` [PATCH net-next v2 4/9] bnxt_en: Add EEE setup code
` [PATCH net-next v2 5/9] bnxt_en: Add get_eee() and set_eee() ethtool support
` [PATCH net-next v2 6/9] bnxt_en: Set async event bits when registering with the firmware
` [PATCH net-next v2 7/9] bnxt_en: Add unsupported SFP+ module warnings
` [PATCH net-next v2 8/9] bnxt_en: Check for valid forced speed during ethtool -s
` [PATCH net-next v2 9/9] bnxt_en: Improve ethtool .get_settings()

[PATCH net] MAINTAINERS: intel-wired-lan list is moderated
 2016-04-05 20:11 UTC  (2+ messages)

[PATCH net-next v2 1/3] net: bcmgenet: cleanup for bcmgenet_xmit()
 2016-04-05 20:10 UTC  (4+ messages)
` [PATCH net-next v2 2/3] net: bcmgenet: cleanup for bcmgenet_xmit_frag()
` [PATCH net-next v2 3/3] net: bcmgenet: cleanup for dmadesc_set()

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

[PATCH net-next 0/3] tipc: some small fixes
 2016-04-05 20:07 UTC  (5+ messages)
` [PATCH net-next 1/3] tipc: eliminate buffer leak in bearer layer
` [PATCH net-next 2/3] tipc: stricter filtering of packets "
` [PATCH net-next 3/3] tipc: reduce transmission rate of reset messages when link is down

[PATCH net 1/4] lib/test_bpf: Fix JMP_JSET tests
 2016-04-05 19:48 UTC  (14+ messages)
` [PATCH net 2/4] lib/test_bpf: Add tests for unsigned BPF_JGT
` [PATCH net 3/4] lib/test_bpf: Add test to check for result of 32-bit add that overflows
` [PATCH net 4/4] lib/test_bpf: Add additional BPF_ADD tests

[PATCH v2] sctp: use list_* in sctp_list_dequeue
 2016-04-05 19:44 UTC  (2+ messages)

[PATCH v2] sctp: flush if we can't fit another DATA chunk
 2016-04-05 19:41 UTC  (2+ messages)

[patch net-next 0/3] mlxsw: small driver update, including switchdev doc update
 2016-04-05 19:08 UTC  (5+ messages)
` [patch net-next 1/3] mlxsw: spectrum: Reduce number of supported 802.1D bridges
` [patch net-next 2/3] switchdev: Use switch ID in suggested udev rule
` [patch net-next 3/3] mlxsw: spectrum: Add support for physical port names

[PATCH -v2] drivers: net: ethernet: intel: e1000e: fix ethtool autoneg off for non-copper
 2016-04-05 18:30 UTC 

[PATCH net-next 0/8] allow bpf attach to tracepoints
 2016-04-05 18:21 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

[net PATCH v2 0/2] Fixes for GRO and GRE tunnels
 2016-04-05 17:38 UTC  (12+ messages)
` [net PATCH v2 2/2] ipv4/GRO: Make GRO conform to RFC 6864

[PATCH v4 net-next 00/15] MTU/buffer reconfig changes
 2016-04-05 17:24 UTC  (4+ messages)
` [PATCH v4 net-next 01/15] nfp: correct RX buffer length calculation

[PATCH net-next 0/3] udp: support SO_PEEK_OF
 2016-04-05 16:43 UTC  (2+ messages)

[PATCH net] ipv6: Count in extension headers in skb->network_header
 2016-04-05 16:41 UTC 

[net PATCH v3] GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOU
 2016-04-05 16:13 UTC 

[net-next 00/16][pull request] 100GbE Intel Wired LAN Driver Updates 2016-04-05
 2016-04-05 16:12 UTC  (7+ messages)
` [net-next 03/16] fm10k: Avoid crashing the kernel
` [net-next 04/16] fm10k: demote BUG_ON() to WARN_ON() where appropriate
` [net-next 13/16] fm10k: prevent possibly uninitialized variable
` [net-next 16/16] fm10k: use ethtool_rxfh_indir_default for default redirection table

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

ADMtek ADM8511 "Pegasus II" USB Ethernet causes oops
 2016-04-05 15:42 UTC  (2+ messages)

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

[PATCH net-next 1/3] net: dsa: make the STP state function return void
 2016-04-05 15:24 UTC  (3+ messages)
` [PATCH net-next 2/3] net: dsa: make the FDB add "
` [PATCH net-next 3/3] net: dsa: make the VLAN "

[PATCH net-next 0/8] udp: GRO in UDP sockets
 2016-04-05 15:22 UTC  (9+ messages)
` [PATCH net-next 1/8] net: Checks skb_dst to be NULL in inet_iif
` [PATCH net-next 2/8] udp: Add udp6_lib_lookup_skb and udp4_lib_lookup_skb
` [PATCH net-next 3/8] udp: Add GRO functions to UDP socket
` [PATCH net-next 4/8] udp: Add socket based GRO and config
` [PATCH net-next 5/8] vxlan: change vxlan to use UDP socket GRO
` [PATCH net-next 6/8] fou: change "
` [PATCH net-next 7/8] geneve: "
` [PATCH net-next 8/8] udp: Remove udp_offloads

[PATCH net-next] net: dsa: document missing functions
 2016-04-05 15:22 UTC 

[PATCH net-next 0/3] sock: lockdep tightening
 2016-04-05 15:10 UTC  (4+ messages)
` [PATCH net-next 1/3] sock: fix lockdep annotation in release_sock
` [PATCH net-next 2/3] net: introduce lockdep_is_held and update various places to use it
` [PATCH net-next 3/3] tun: use socket locks for sk_{attach,detatch}_filter

[PATCH net-next 0/6] net device rx busy polling support in vhost_net
 2016-04-05 15:05 UTC  (8+ messages)
` [PATCH net-next 1/6] net: skbuff: don't use union for napi_id and sender_cpu

[PATCH net-next] net: intel: remove dead links
 2016-04-05 14:44 UTC  (2+ messages)

[PATCH] ipsec: Fix error handling in the function xfrm6_get_addr
 2016-04-05 14:23 UTC 

[PATCH V2 0/2] net: socket: return a proper error code when source address becomes nonlocal
 2016-04-05 14:19 UTC  (3+ messages)
` [PATCH V2 1/2] net: socket: return EADDRNOTAVAIL "
` [PATCH V2 2/2] net: socket: return EADDRNOTAVAIL when IPV6_PKTINFO's ipi6_addr is not available

Hiking Enthusiasts List
 2016-04-05 13:45 UTC 

[PATCH net-next v3 0/4] vxlan: implement Generic Protocol Extension (GPE)
 2016-04-05 13:57 UTC  (7+ messages)
` [PATCH net-next v3 1/4] vxlan: move Ethernet initialization to a separate function
` [PATCH net-next v3 2/4] vxlan: move fdb code to common location in vxlan_xmit
` [PATCH net-next v3 3/4] ip_tunnel: implement __iptunnel_pull_header
` [PATCH net-next v3 4/4] vxlan: implement GPE

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

[PATCH] net: mvneta: Remove superfluous SMP function call
 2016-04-05 13:32 UTC  (2+ messages)
` [PREEMPT-RT] "

[PATCH net-next] net: add the AF_KCM entries to family name tables
 2016-04-05 14:41 UTC 

AF_VSOCK status
 2016-04-05 12:34 UTC 

[v7, 0/5] Fix eSDHC host version register bug
 2016-04-05 11:27 UTC  (4+ messages)
` [v7, 4/5] powerpc/fsl: move mpc85xx.h to include/linux/fsl

NETLINK_URELEASE non-bound socket problem (was: [PATCH] Fix local DoS in cfg80211 subsystem)
 2016-04-05  9:56 UTC 

[PATCH] mac80211: remove description of dropped member
 2016-04-05  9:12 UTC  (2+ messages)

[PATCH] mac80211: add doc for RX_FLAG_DUP_VALIDATED flag
 2016-04-05  9:11 UTC  (2+ messages)

[PATCH] VSOCK: Detach QP check should filter out non matching QPs
 2016-04-05  8:59 UTC 

am335x: cpsw at high broadcast load
 2016-04-05  8:19 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).