netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-05-09 07:02:41 to 2015-05-10 18:55:54 UTC [more...]

[PATCH 0/2 net-next] critical ingress path performance improvements
 2015-05-10 19:00 UTC  (11+ messages)
` [PATCH 1/2 net-next] net: kill useless net_*_ingress_queue() definitions when NET_CLS_ACT is unset
` [PATCH 2/2 net-next] net: move qdisc ingress filtering code where it belongs

[PATCH net-next 0/2] handle_ing update
 2015-05-10 18:06 UTC  (7+ messages)
` [PATCH net-next 1/2] net: sched: consolidate handle_ing and ing_filter
` [PATCH net-next 2/2] net: sched: further simplify handle_ing

[PATCH net-next v7 00/24] switchdev: spring cleanup
 2015-05-10 16:48 UTC  (25+ messages)
` [PATCH net-next v7 01/24] switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/
` [PATCH net-next v7 02/24] switchdev: s/swdev_/switchdev_/
` [PATCH net-next v7 03/24] switchdev: introduce get/set attrs ops
` [PATCH net-next v7 04/24] switchdev: convert parent_id_get to switchdev attr get
` [PATCH net-next v7 05/24] rocker: support prepare-commit transaction model
` [PATCH net-next v7 06/24] switchdev: convert STP update to switchdev attr set
` [PATCH net-next v7 07/24] switchdev: introduce switchdev add/del obj ops
` [PATCH net-next v7 08/24] switchdev: add port vlan obj
` [PATCH net-next v7 09/24] rocker: use switchdev add/del obj for bridge port vlans
` [PATCH net-next v7 10/24] switchdev: add bridge port flags attr
` [PATCH net-next v7 11/24] switchdev: add new switchdev bridge setlink
` [PATCH net-next v7 12/24] switchdev: cut over to new switchdev_port_bridge_setlink
` [PATCH net-next v7 13/24] switchdev: remove old switchdev_port_bridge_setlink
` [PATCH net-next v7 14/24] bridge: restore br_setlink back to original
` [PATCH net-next v7 15/24] switchdev: add new switchdev_port_bridge_dellink
` [PATCH net-next v7 16/24] switchdev: cut over to "
` [PATCH net-next v7 17/24] switchdev: remove unused switchdev_port_bridge_dellink
` [PATCH net-next v7 18/24] bridge: revert br_dellink change back to original
` [PATCH net-next v7 19/24] switchdev: add new switchdev_port_bridge_getlink
` [PATCH net-next v7 20/24] switchdev: cut over to "
` [PATCH net-next v7 21/24] switchdev: convert fib_ipv4_add/del over to switchdev_port_obj_add/del
` [PATCH net-next v7 22/24] switchdev: remove NETIF_F_HW_SWITCH_OFFLOAD feature flag
` [PATCH net-next v7 23/24] rocker: make checkpatch -f clean
` [PATCH net-next v7 24/24] switchdev: bring documentation up-to-date

[PATCH net-next V3 00/11] net/mlx5: ConnectX-4 100G Ethernet driver
 2015-05-10 16:32 UTC  (13+ messages)
` [PATCH net-next V3 01/11] net/mlx5_core: Set irq affinity hints
` [PATCH net-next V3 02/11] net/mlx5_core: Add EQ renaming mechanism
` [PATCH net-next V3 03/11] net/mlx5_core: HW data structs/types definitions cleanup
` [PATCH net-next V3 04/11] net/mlx5_core: New device capabilities handling
` [PATCH net-next V3 05/11] net/mlx5_core: Implement access functions of ptys register fields
` [PATCH net-next V3 06/11] net/mlx5_core: Implement get/set port status
` [PATCH net-next V3 07/11] net/mlx5_core: Modify CQ moderation parameters
` [PATCH net-next V3 08/11] net/mlx5_core: Set/Query port MTU commands
` [PATCH net-next V3 09/11] net/mlx5: Ethernet Datapath files
` [PATCH net-next V3 10/11] net/mlx5: Ethernet resource handling files
` [PATCH net-next V3 11/11] net/mlx5: Extend mlx5_core to support ConnectX-4 Ethernet functionality

[PATCH net-next v6 00/23] switchdev: spring cleanup
 2015-05-10 16:10 UTC  (33+ messages)
` [PATCH net-next v6 01/23] switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/
` [PATCH net-next v6 02/23] switchdev: s/swdev_/switchdev_/
` [PATCH net-next v6 03/23] switchdev: introduce get/set attrs ops
` [PATCH net-next v6 04/23] switchdev: convert parent_id_get to switchdev attr get
` [PATCH net-next v6 05/23] rocker: support prepare-commit transaction model
` [PATCH net-next v6 06/23] switchdev: convert STP update to switchdev attr set
` [PATCH net-next v6 07/23] switchdev: introduce switchdev add/del obj ops
` [PATCH net-next v6 08/23] switchdev: add port vlan obj
` [PATCH net-next v6 09/23] rocker: use switchdev add/del obj for bridge port vlans
` [PATCH net-next v6 10/23] switchdev: add bridge port flags attr
` [PATCH net-next v6 11/23] switchdev: add new switchdev bridge setlink
` [PATCH net-next v6 12/23] switchdev: cut over to new switchdev_port_bridge_setlink
` [PATCH net-next v6 13/23] switchdev: remove old switchdev_port_bridge_setlink
` [PATCH net-next v6 14/23] bridge: restore br_setlink back to original
` [PATCH net-next v6 15/23] switchdev: add new switchdev_port_bridge_dellink
` [PATCH net-next v6 16/23] switchdev: cut over to "
` [PATCH net-next v6 17/23] switchdev: remove unused switchdev_port_bridge_dellink
` [PATCH net-next v6 18/23] switchdev: add new switchdev_port_bridge_getlink
` [PATCH net-next v6 19/23] switchdev: cut over to "
` [PATCH net-next v6 20/23] switchdev: convert fib_ipv4_add/del over to switchdev_port_obj_add/del
` [PATCH net-next v6 21/23] switchdev: remove NETIF_F_HW_SWITCH_OFFLOAD feature flag
` [PATCH net-next v6 22/23] rocker: make checkpatch -f clean
` [PATCH net-next v6 23/23] switchdev: bring documentation up-to-date

[PATCHSET] netconsole: implement extended console support
 2015-05-10 15:34 UTC  (5+ messages)
` [PATCH 3/3] "
  ` [PATCH v3 "

[PATCH] macvtap add missing ioctls
 2015-05-10 12:50 UTC  (4+ messages)
  ` [PATCH v2] "
    ` [PATCH v3] macvtap add missing ioctls - fix wrapping

[PATCH v2] ARM: net fix emit_udiv() for BPF_ALU | BPF_DIV | BPF_K intruction
 2015-05-10 11:31 UTC  (3+ messages)

[PATCH v3 for-next 00/13] Add network namespace support in the RDMA-CM
 2015-05-10 10:26 UTC  (14+ messages)
` [PATCH v3 for-next 01/13] IB/core: Use SRCU when reading client_list or device_list
` [PATCH v3 for-next 02/13] IB/addr: Pass network namespace as a parameter
` [PATCH v3 for-next 05/13] IB/cm: Reference count ib_cm_ids
  ` [PATCH v3 for-next 03/13] IB/core: Find the network namespace matching connection parameters
  ` [PATCH v3 for-next 04/13] IB/ipoib: Return IPoIB devices "
  ` [PATCH v3 for-next 06/13] IB/cm: API to retrieve existing listening CM IDs
  ` [PATCH v3 for-next 07/13] IB/cm: Expose service ID in request events
` [PATCH v3 for-next 08/13] IB/cma: Refactor RDMA IP CM private-data parsing code
` [PATCH v3 for-next 09/13] IB/cma: Add compare_data checks to the RDMA CM module
` [PATCH v3 for-next 10/13] IB/cma: Separate port allocation to network namespaces
` [PATCH v3 for-next 11/13] IB/cma: Share CM IDs between namespaces
` [PATCH v3 for-next 12/13] IB/cma: Add support for network namespaces
` [PATCH v3 for-next 13/13] IB/ucma: Take the network namespace from the process

[PATCH linux v3 net-next 0/5] add netlink support for new lacp bonding parameters
 2015-05-10  7:54 UTC  (6+ messages)
` [PATCH linux v3 net-next 2/4] bonding: Allow userspace to set actors' macaddr in an AD-system
` [PATCH linux v3 net-next 3/4] bonding: Implement user key part of port_key in an AD system
` [PATCH linux v3 net-next 4/4] bonding: add netlink support for sys prio, actor sys mac, and port key
` [PATCH iproute2 v3 net-next] iplink_bond: add support for ad_actor and port_key options

[PATCH net] mpls: Change reserved label names to be consistent with netbsd
 2015-05-10  2:30 UTC  (2+ messages)

[PATCH v2] ARM: net: add JIT support for loads from struct seccomp_data
 2015-05-10  2:28 UTC  (2+ messages)

[PATCH] net: deinline netif_tx_stop_queue() and netif_tx_stop_all_queues()
 2015-05-10  2:27 UTC  (2+ messages)

[PATCH 2/2] pktgen: introduce xmit_mode 'rx_inject'
 2015-05-10  2:26 UTC  (3+ messages)
` [PATCH v5 0/2] pktgen changes

[net 0/2][pull request] Intel Wired LAN Driver Updates 2015-05-07
 2015-05-10  2:24 UTC  (2+ messages)

[PATCH net-next 0/6] netns: ease netlink use with a lot of netns
 2015-05-10  2:15 UTC  (5+ messages)
` [PATCH net-next v2 0/7] "

pull-request: can-next 2015-05-06
 2015-05-10  2:13 UTC  (2+ messages)

[PATCH net-next] net_sched: gred: add TCA_GRED_LIMIT attribute
 2015-05-10  2:01 UTC  (2+ messages)
` [PATCH] net_sched: gred: use correct backlog value in WRED mode

FROM MRS NICOLE MAROIS
 2015-05-10  0:53 UTC 

[PATCH] net: fec: add support of ethtool get_regs
 2015-05-10  1:01 UTC  (6+ messages)

[PATCH net-next] codel: add ce_threshold attribute
 2015-05-10  0:23 UTC  (3+ messages)

[PATCH] net: Remove remaining remnants of pm_qos from netdevice.h
 2015-05-09 22:21 UTC 

[PATCH v2] net: fec: add support of ethtool get_regs
 2015-05-09 21:56 UTC 

[net-next PATCH v3 1/4] devicetree: Add compatible string for Zynq Ultrascale+ MPSoC
 2015-05-09 21:43 UTC  (8+ messages)
` [net-next PATCH v3 2/4] net: macb: "
` [net-next PATCH v3 3/4] net: macb: Add support for jumbo frames
` [net-next PATCH v3 4/4] net: macb: Add change_mtu callback with jumbo support

[PATCH v2 net-next] tcp: set SOCK_NOSPACE under memory pressure
 2015-05-09 21:38 UTC  (2+ messages)

[PATCH net-next 1/2] gianfar: Move TxFIFO underrun handling to reset path
 2015-05-09 21:38 UTC  (4+ messages)
` [PATCH net-next 2/2] gianfar: Enable changing mac addr when if up

pull-request: mac80211-next 2015-05-06
 2015-05-09 21:34 UTC  (4+ messages)

[PATCH net-next 0/4] BPF updates
 2015-05-09 21:33 UTC  (2+ messages)

[patch net-next 00/15] introduce programable flow dissector and cls_flower
 2015-05-09 21:29 UTC  (17+ messages)
` [patch net-next 01/15] net: change name of flow_dissector header to match the .c file name
` [patch net-next 02/15] flow_dissector: remove unused function flow_get_hlen declaration
` [patch net-next 03/15] net: move *skb_get_poff declarations into correct header
` [patch net-next 04/15] flow_dissector: fix doc for __skb_get_hash and remove couple of empty lines
` [patch net-next 05/15] net: move __skb_get_hash function declaration to flow_dissector.h
` [patch net-next 06/15] net: move __skb_tx_hash to skbuff.c
` [patch net-next 07/15] net: move netdev_pick_tx and dependencies to net/core/dev.c
` [patch net-next 08/15] flow_dissector: fix doc for skb_get_poff
` [patch net-next 09/15] flow_dissector: introduce programable flow_dissector
` [patch net-next 10/15] flow_dissect: use programable dissector in skb_flow_dissect and friends
` [patch net-next 11/15] flow_dissector: add missing header includes
` [patch net-next 12/15] flow_dissector: introduce support for ipv6 addressses
` [patch net-next 13/15] flow_dissector: introduce support for Ethernet addresses
` [patch net-next 14/15] flow_dissector: change port array into src,dst tuple
` [patch net-next 15/15] tc: introduce Flower classifier

[PATCH net-next v2 0/6] packet: refine rollover
 2015-05-09 21:25 UTC  (7+ messages)
` [PATCH net-next v2 1/6] packet: rollover prepare: move code out of callsites
` [PATCH net-next v2 2/6] packet: rollover prepare: per-socket state
` [PATCH net-next v2 3/6] packet: rollover only to socket with headroom
` [PATCH net-next v2 4/6] packet: rollover lock contention avoidance
` [PATCH net-next v2 5/6] packet: rollover huge flows before small flows
` [PATCH net-next v2 6/6] packet: rollover statistics

[PATCH net-next] test: bpf: extend "load 64-bit immediate" testcase
 2015-05-09 21:12 UTC  (3+ messages)

[PATCH] pppoe: drop pppoe device in pppoe_unbind_sock_work
 2015-05-09 21:08 UTC 

[PATCH iproute2] tc: minor cleanup on ingress
 2015-05-09 20:59 UTC 

[PATCH] usbnet: avoid integer overflow in start_xmit
 2015-05-09 20:46 UTC  (2+ messages)

[PATCH] netxen_nic: use spin_[un]lock_bh around tx_clean_lock (2)
 2015-05-09 20:45 UTC  (2+ messages)

[PATCH v2 net-next 0/2] tcp: more reliable window probes
 2015-05-09 20:42 UTC  (2+ messages)

[PATCH net-next 1/3] tipc: fix default link prop regression in nl compat
 2015-05-09 20:40 UTC  (6+ messages)
` [PATCH net-next 2/3] tipc: add broadcast link window set/get to nl api
` [PATCH net-next 3/3] tipc: send explicit not supported error in nl compat

[PATCH net-next] cxgb4: Initialize RSS mode for all Ports
 2015-05-09 20:33 UTC  (2+ messages)

[PATCH v2 net-next 0/9] be2net: patch-set
 2015-05-09 20:27 UTC  (2+ messages)

[PATCH] net: xgene_enet: Set hardware dependency
 2015-05-09 20:24 UTC  (2+ messages)

[PATCH] net: amd-xgbe: Add hardware dependency
 2015-05-09 20:24 UTC  (2+ messages)

[PATCH net-next 00/14] sfc: Enabling EF10 Vf's, set up vswitching and bind the SFC driver to the VF's
 2015-05-09 20:18 UTC  (2+ messages)

[Patch net] net_sched: fix a use-after-free in tc_ctl_tfilter()
 2015-05-09 20:14 UTC  (2+ messages)

[PATCH-2] drivers/net/usb: Add support for 'Lenovo OneLink Pro Dock'
 2015-05-09 20:12 UTC  (2+ messages)

[PATCH net-next 00/10] More Marvell DSA refactring and fixup
 2015-05-09 20:07 UTC  (2+ messages)

[PATCH] net: macb: Handle the RXUBR interrupt on all devices
 2015-05-09 20:04 UTC  (2+ messages)

[PATCH v2 0/2] net/rds: RDS-TCP robustness fixes
 2015-05-09 20:03 UTC  (2+ messages)

[PATCH] ipv6: Fixed source specific default route handling
 2015-05-09 19:59 UTC  (2+ messages)

pull request: bluetooth-next 2015-05-04
 2015-05-09 19:51 UTC  (4+ messages)

[RFC PATCH net-next 00/11] netns: don't switch namespace while creating kernel sockets
 2015-05-09 17:31 UTC  (9+ messages)
        ` [PATCH 0/6] Cleanup the "
          ` [PATCH 3/6] net: Pass kern from net_proto_family.create to sk_alloc

[PATCH] mwifiex: do not return success when command times out
 2015-05-09 13:47 UTC  (2+ messages)
`  "

[PATCH 2/2] net:wireless:treewide: Fix typo in drivers/net/wireless
 2015-05-09 13:42 UTC  (2+ messages)
` [2/2] wireless: fix typos in mwifiex and rtlwifi

[PATCH][next] xfrm: optimise xfrm_policy_lookup_bytype
 2015-05-09 11:17 UTC 

[PATCH] net: qca_spi: Fix possible race during probe
 2015-05-09  7:58 UTC 

[PATCH net-next v5 00/21] switchdev: spring cleanup
 2015-05-09  7:10 UTC  (5+ messages)
` [PATCH net-next v5 18/21] switchdev: convert fib_ipv4_add/del over to switchdev_port_obj_add/del


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