netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-02-07 14:01:47 to 2017-02-07 23:03:03 UTC [more...]

[PATCH net-next v2 00/12] net: dsa: remove unnecessary phy.h include
 2017-02-07 23:03 UTC  (10+ messages)
` [PATCH net-next v2 01/12] net: sunrpc: fix build errors when linux/phy*.h is removed from net/dsa.h
` [PATCH net-next v2 02/12] net: cgroups: "
` [PATCH net-next v2 03/12] net: macb: "
` [PATCH net-next v2 04/12] net: lan78xx: "
` [PATCH net-next v2 07/12] net: mvneta: "
  ` [PATCH net-next v2 06/12] net: fman: "
  ` [PATCH net-next v2 08/12] iscsi: "
  ` [PATCH net-next v2 10/12] net: liquidio: "
` [PATCH net-next v2 09/12] MIPS: Octeon: Remove unnecessary MODULE_*()

Extending socket timestamping API for NTP
 2017-02-07 22:32 UTC  (5+ messages)

[net-next PATCH 0/4] Documenting eBPF - extended Berkeley Packet Filter
 2017-02-07 22:32 UTC  (13+ messages)
` [net-next PATCH 1/4] doc/bpf: start eBPF documentation tree bpf/
` [net-next PATCH 2/4] doc/bpf: document interacting with eBPF maps
` [net-next PATCH 3/4] doc/bpf: describes the different types of eBPF maps available
` [net-next PATCH 4/4] doc/bpf: describe BCC the BPF Compiler Collection

netvsc merge conflicts
 2017-02-07 22:23 UTC  (3+ messages)

[PATCH iproute2] ip route: Make name of protocol 0 consistent
 2017-02-07 22:19 UTC  (7+ messages)

[RFC v3 00/11] HFI Virtual Network Interface Controller (VNIC)
 2017-02-07 22:19 UTC  (21+ messages)
  ` [RFC v3 01/11] IB/hfi-vnic: Virtual Network Interface Controller (VNIC) documentation
  ` [RFC v3 02/11] IB/hfi-vnic: Virtual Network Interface Controller (VNIC) interface
  ` [RFC v3 04/11] IB/hfi-vnic: VNIC Ethernet Management (EM) structure definitions
` [RFC v3 03/11] IB/hfi-vnic: Virtual Network Interface Controller (VNIC) netdev
` [RFC v3 05/11] IB/hfi-vnic: VNIC statistics support
` [RFC v3 06/11] IB/hfi-vnic: VNIC MAC table support
` [RFC v3 07/11] IB/hfi-vnic: VNIC Ethernet Management Agent (VEMA) interface
` [RFC v3 08/11] IB/hfi-vnic: VNIC Ethernet Management Agent (VEMA) function
` [RFC v3 09/11] IB/hfi1: HFI_VNIC RDMA netdev support
` [RFC v3 10/11] IB/hfi1: Virtual Network Interface Controller (VNIC) HW support
` [RFC v3 11/11] IB/hfi1: VNIC SDMA support

[PATCH net-next 1/7] openvswitch: Use inverted tuple in ovs_ct_find_existing() if NATted
 2017-02-07 22:15 UTC  (14+ messages)
` [PATCH net-next 5/7] openvswitch: Add original direction conntrack tuple to sw_flow_key
` [PATCH net-next 6/7] openvswitch: Add force commit

[PATCH v2 net-next 0/9] sunvnet driver updates
 2017-02-07 22:13 UTC  (10+ messages)
` [PATCH v2 net-next 1/9] sunvnet: make sunvnet common code dynamically loadable
` [PATCH v2 net-next 2/9] sunvnet: remove unused variable in maybe_tx_wakeup
` [PATCH v2 net-next 3/9] sunvnet: update version and version printing
` [PATCH v2 net-next 4/9] sunvnet: add driver stats for ethtool support
` [PATCH v2 net-next 5/9] sunvnet: add memory barrier before check for tx enable
` [PATCH v2 net-next 6/9] sunvnet: straighten up message event handling logic
` [PATCH v2 net-next 7/9] sunvnet: remove extra rcu_read_unlocks
` [PATCH v2 net-next 8/9] ldmvsw: update and simplify version string
` [PATCH v2 net-next 9/9] ldmvsw: disable tso and gso for bridge operations

[PATCH net-next v3 00/11] Improve BPF selftests and use the library (net-next tree)
 2017-02-07 21:45 UTC  (12+ messages)
` [PATCH net-next v3 01/11] tools: Sync {,tools/}include/uapi/linux/bpf.h
` [PATCH net-next v3 02/11] bpf: Change the include directory for selftest
` [PATCH net-next v3 03/11] bpf: Always test unprivileged programs
` [PATCH net-next v3 04/11] bpf: Use bpf_load_program() from the library
` [PATCH net-next v3 05/11] bpf: Use bpf_map_update_elem() "
` [PATCH net-next v3 06/11] bpf: Use bpf_map_lookup_elem() "
` [PATCH net-next v3 07/11] bpf: Use bpf_map_delete_elem() "
` [PATCH net-next v3 08/11] bpf: Use bpf_map_get_next_key() "
` [PATCH net-next v3 09/11] bpf: Use bpf_create_map() "
` [PATCH net-next v3 10/11] bpf: Remove bpf_sys.h from selftests
` [PATCH net-next v3 11/11] bpf: Add test_tag to .gitignore

[PATCH net 0/2] Fixes for header length truncation
 2017-02-07 21:24 UTC  (6+ messages)
` [PATCH net 1/2] net: introduce device min_header_len
` [PATCH net 2/2] packet: round up linear to header len

[Patch net] kcm: fix 0-length case for kcm_sendmsg()
 2017-02-07 20:59 UTC 

[Patch net] ping: fix a null pointer dereference
 2017-02-07 20:59 UTC 

[PATCH v3 0/5] Miscellaneous fixes for BPF (perf tree)
 2017-02-07 20:56 UTC  (6+ messages)
` [PATCH v3 1/5] bpf: Add missing header to the library
` [PATCH v3 2/5] bpf: Simplify bpf_load_program() error handling in "
` [PATCH v3 3/5] samples/bpf: Ignore already processed ELF sections
` [PATCH v3 4/5] samples/bpf: Reset global variables
` [PATCH v3 5/5] samples/bpf: Add missing header

[PATCH RFC net-next] packet: always ensure that we pass hard_header_len bytes in skb_headlen() to the driver
 2017-02-07 20:51 UTC  (5+ messages)

[PATCH net-next] liquidio: do not dereference pointer if it's NULL
 2017-02-07 20:37 UTC  (2+ messages)

[PATCH net-next v2 1/8] bpf: Use bpf_load_program() from the library
 2017-02-07 20:37 UTC  (3+ messages)

[PATCH v2 0/6] Updates for Marvell Switch SoCs
 2017-02-07 20:28 UTC  (2+ messages)
` [PATCH v2 2/6] ARM: dts: armada-xp-98dx3236: combine dfx server nodes

[PATCH net-next] sctp: avoid list_del_init if it's freeing the memory right away
 2017-02-07 20:22 UTC  (4+ messages)

ATENCIÓN;
 2017-02-07 20:14 UTC 

[PATCH net-next/iproute v2 0/5] tc: bash-completion: Add features
 2017-02-07 19:54 UTC  (2+ messages)

[net-next:master 376/390] drivers/net/ethernet/qualcomm/emac/emac-ethtool.c:155:49-50: Unneeded semicolon
 2017-02-07 19:42 UTC  (2+ messages)
` [PATCH] net: qcom/emac: fix semicolon.cocci warnings

[PATCH RFC ipsec-next 0/5] IPsec GRO layer decapsulation
 2017-02-07 19:45 UTC  (3+ messages)
` [PATCH RFC ipsec-next 5/5] esp: Add a software GRO codepath

[GIT] Networking
 2017-02-07 19:42 UTC 

ATENCIÓN;
 2017-02-07 17:08 UTC 

Performance in stmmac
 2017-02-07 19:33 UTC 

[PATCH net-next] sctp: drop __packed from almost all SCTP structures
 2017-02-07 19:11 UTC  (2+ messages)

[PATCH net-next 0/9] mlx4: order-0 allocations and page recycling
 2017-02-07 19:18 UTC  (10+ messages)
` [PATCH net-next 9/9] mlx4: add page recycling in receive path

[PATCH net-next 0/4] bridge: improve cache utilization
 2017-02-07 19:16 UTC  (5+ messages)
` [PATCH net-next 4/4] bridge: fdb: write to used and updated at most once per jiffy
  ` [PATCH net-next] bridge: avoid unnecessary read of jiffies

[patch net-next v2] spectrum: acl_tcam: Fix catchall prio value
 2017-02-07 19:16 UTC  (2+ messages)

[PATCH net-next v3 00/12] bnxt_en: Add XDP support
 2017-02-07 18:33 UTC  (2+ messages)

[PATCH net] sctp: check af before verify address in sctp_addr_id2transport
 2017-02-07 19:08 UTC  (2+ messages)

[PATCH net-next] bridge: remove unnecessary check for vtbegin in br_fill_vlan_tinfo_range
 2017-02-07 19:14 UTC  (2+ messages)

bridge: per vlan dst_metadata netlink support
 2017-02-07 19:05 UTC  (3+ messages)
` [PATCH net-next] bridge: tunnel: fix attribute checks in br_parse_vlan_tunnel_info

[PATCH][net-next] net: bridge: remove redundant check to see if err is set
 2017-02-07 19:05 UTC  (2+ messages)

[patch net-next] sfc: a couple off by one bugs
 2017-02-07 19:00 UTC  (3+ messages)
` [patch v2 net-next] sfc: fix an off by one bug

[PATCH v3 2/3] net: phy: dp83867: Add lane swapping support in the DP83867 TI's PHY driver
 2017-02-07 18:59 UTC  (4+ messages)
` [PATCH v3 3/3] net: phy: dp83867: Recover from "port mirroring" N/A MODE4

[PATCH v3 1/3] Documentation: devicetree: Add PHY no lane swap binding
 2017-02-07 18:59 UTC  (2+ messages)

[PATCH] xen-netfront: Rework the fix for Rx stall during OOM and network stress
 2017-02-07 18:59 UTC 

[PATCH v2 1/2] sierra_net: Add support for IPv6 and Dual-Stack Link Sense Indications
 2017-02-07 18:55 UTC  (5+ messages)
` [PATCH v2 2/2] sierra_net: Skip validating irrelevant fields for IDLE LSIs

[PATCH net-next 0/4] net: Incorrect use of phy_read_status()
 2017-02-07 18:48 UTC  (2+ messages)

[PATCH] dt-bindings: net: remove reference to fixed link support
 2017-02-07 18:46 UTC  (3+ messages)

[pull request][net-next V2 0/6] Mellanox mlx5 updates 2017-01-31
 2017-02-07 18:46 UTC  (2+ messages)

[PATCH] net: ethernet: ti: cpsw: remove netif_trans_update
 2017-02-07 18:37 UTC  (2+ messages)

[PATCH net 0/4] Fix on-stack USB buffers
 2017-02-07 18:32 UTC  (18+ messages)
` [PATCH net 1/4] pegasus: Use heap buffers for all register access
` [PATCH net 2/4] rtl8150: "

[PATCHv4 0/7] Refactor macvtap to re-use tap functionality by other virtual intefaces
 2017-02-07 18:28 UTC  (2+ messages)

[PATCH] [net-next] net: qcom/emac: add ethool support for setting pause parameters
 2017-02-07 18:19 UTC  (2+ messages)

[PATCH v2 net-next] virtio: Fix affinity for #VCPUs != #queue pairs
 2017-02-07 18:15 UTC 

[PATCHv4 net-next 0/7] net: dst_confirm replacement
 2017-02-07 18:11 UTC  (2+ messages)

[PATCH 0/3] rhashtable: Handle table allocation failure during insertion
 2017-02-07 18:02 UTC  (5+ messages)
` [PATCH 3/3] rhashtable: Add nested tables

kernel data plane
 2017-02-07 18:03 UTC  (2+ messages)

[PATCH net-next] net: phy: bcm7xxx: Add BCM74371 PHY ID
 2017-02-07 18:03 UTC  (2+ messages)

[PATCH net-next v2 1/3] tools: Sync {,tools/}include/uapi/linux/bpf.h
 2017-02-07 18:01 UTC  (2+ messages)

[PATCH v2 1/5] bpf: Add missing header to the library
 2017-02-07 18:01 UTC  (2+ messages)

[PATCH 1/2] sierra_net: Add support for IPv6 and Dual-Stack Link Sense Indications
 2017-02-07 17:58 UTC  (2+ messages)

[PATCH net] sctp: avoid BUG_ON on sctp_wait_for_sndbuf
 2017-02-07 17:55 UTC  (2+ messages)

[PATCH net] mlx4: Invoke softirqs after napi_reschedule
 2017-02-07 17:51 UTC  (3+ messages)
` [PATCH net v2] "

[PATCH/RFC net-next 0/2] net/sched: cls_flower: Support matching on ND
 2017-02-07 17:38 UTC  (10+ messages)
` [PATCH/RFC net-next 1/2] flow dissector: ND support
            ` [oss-drivers] "

[RFC PATCH net-next 0/2] bpf: Allow retrieval of ebpf filters
 2017-02-07 17:22 UTC  (8+ messages)
` [RFC PATCH net-next 1/2] bpf: Save original ebpf instructions

[PATCH iproute2/net-next 0/7] tc: flower: Masked ICMP match and ND match
 2017-02-07 16:50 UTC  (5+ messages)
` [PATCH iproute2/net-next 7/7] tc: flower: Support matching on ND

[PATCH iproute2 v5 0/4] update ifstat for new stats
 2017-02-07 16:48 UTC  (5+ messages)
` [PATCH iproute2 v5 2/4] ifstat: Add extended statistics to ifstat

[PATCH] [net-next] mlxsw: add psample dependency for spectrum
 2017-02-07 16:44 UTC  (2+ messages)

[PATCH net-next] ipv6: sr: fix non static symbol warnings
 2017-02-07 16:43 UTC  (2+ messages)

[PATCH net-next] net/sched: act_mirred: remove duplicated include from act_mirred.c
 2017-02-07 16:43 UTC  (2+ messages)

[PATCH -next] net: wan: slic_ds26522: Remove .owner field for driver
 2017-02-07 16:43 UTC  (3+ messages)
` [PATCH net-next v2] "

[PATCH -next] net: wan: slic_ds26522: Use module_spi_driver to simplify the code
 2017-02-07 16:42 UTC  (3+ messages)
` [PATCH net-next v2] "

Fw: [Bug 194241] New: LXC - setns() performance issue with more than 1vCPU
 2017-02-07 16:34 UTC  (2+ messages)
`  "

Disabling msix interrupts
 2017-02-07 16:26 UTC  (4+ messages)

[PATCH] net: intel: ixgbevf: use new api ethtool_{get|set}_link_ksettings
 2017-02-07 15:56 UTC 

[PATCH] Revert "net: Remove state argument from skb_find_text()"
 2017-02-07 15:53 UTC  (2+ messages)

[PATCH net-next v5 0/4] net: dsa: Support for pdata in dsa2
 2017-02-07 15:52 UTC  (2+ messages)

[PATCH net-next] net: dsa: mv88e6xxx: Refactor remaining port setup
 2017-02-07 15:48 UTC  (2+ messages)

[PATCHv2 net-next] net: dsa: mv88e6xxx: Implement Clause 45 access to SMI devices
 2017-02-07 15:47 UTC  (2+ messages)

[PATCH v2 net-next 0/2] Set the CMODE for mv88e6390 ports
 2017-02-07 15:35 UTC  (2+ messages)

[PATCH for bnxt_re V4 00/21] Broadcom RoCE Driver (bnxt_re)
 2017-02-07 15:27 UTC  (2+ messages)

[net-next PATCH v2 0/5] XDP adjust head support for virtio
 2017-02-07 15:05 UTC  (3+ messages)

[PATCH v2] xen-netfront: Improve error handling during initialization
 2017-02-07 14:55 UTC 

[PATCH 1/3] ath10k: remove ath10k_vif_to_arvif()
 2017-02-07 14:46 UTC  (4+ messages)

net/icmp: null-ptr-deref in ping_v4_push_pending_frames
 2017-02-07 14:43 UTC  (3+ messages)

[patch net-next] spectrum: acl_tcam: Fix catchall prio value
 2017-02-07 14:33 UTC  (2+ messages)

fs, net: deadlock between bind/splice on af_unix
 2017-02-07 14:20 UTC  (11+ messages)

mlxsw: spectrum: Introduce ACL core with simple TCAM implementation
 2017-02-07 14:13 UTC 

[PATCH ipsec-next 0/6] xfrm: policy: make policy backend const
 2017-02-07 14:00 UTC  (7+ messages)
` [PATCH ipsec-next 1/6] xfrm: policy: xfrm_get_tos cannot fail
` [PATCH ipsec-next 2/6] xfrm: policy: xfrm_policy_unregister_afinfo can return void
` [PATCH ipsec-next 3/6] xfrm: policy: remove garbage_collect callback
` [PATCH ipsec-next 4/6] xfrm: policy: remove family field
` [PATCH ipsec-next 5/6] xfrm: policy: remove xfrm_policy_put_afinfo
` [PATCH ipsec-next 6/6] xfrm: policy: make policy backend const


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