Netdev Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-06-17 11:42:29 to 2015-06-18 00:53:30 UTC [more...]

[PATCH 00/22] FUJITSU Extended Socket network device driver
 2015-06-18  0:49 UTC  (23+ messages)
` [PATCH 01/22] fjes: Introduce FUJITSU Extended Socket Network Device driver
  ` [PATCH 02/22] fjes: Hardware initialization routine
  ` [PATCH 03/22] fjes: Hardware cleanup routine
  ` [PATCH 04/22] fjes: platform_driver's .probe and .remove routine
  ` [PATCH 05/22] fjes: ES information acquisition routine
  ` [PATCH 06/22] fjes: buffer address regist/unregistration routine
  ` [PATCH 07/22] fjes: net_device_ops.ndo_open and .ndo_stop
  ` [PATCH 08/22] fjes: net_device_ops.ndo_start_xmit
  ` [PATCH 09/22] fjes: raise_intr_rxdata_task
  ` [PATCH 10/22] fjes: tx_stall_task
  ` [PATCH 11/22] fjes: NAPI polling function
  ` [PATCH 12/22] fjes: net_device_ops.ndo_get_stats64
  ` [PATCH 13/22] fjes: net_device_ops.ndo_change_mtu
  ` [PATCH 14/22] fjes: net_device_ops.ndo_tx_timeout
  ` [PATCH 15/22] fjes: net_device_ops.ndo_vlan_rx_add/kill_vid
  ` [PATCH 16/22] fjes: interrupt_watch_task
  ` [PATCH 17/22] fjes: force_close_task
  ` [PATCH 18/22] fjes: unshare_watch_task
  ` [PATCH 19/22] fjes: update_zone_task
  ` [PATCH 20/22] fjes: epstop_task
  ` [PATCH 21/22] fjes: handle receive cancellation request interrupt
  ` [PATCH 22/22] fjes: ethtool support

[PATCH net] Revert "tcp: switch tcp_fastopen key generation to net_get_random_once"
 2015-06-18  0:28 UTC 

[PATCH net-next] switchdev: fdb filter_dev is always NULL for self (device), so remove check
 2015-06-17 23:08 UTC 

[RFC V3] net: don't wait for order-3 page allocation
 2015-06-17 23:02 UTC  (3+ messages)

[PATCH net-next] switchdev: change BUG_ON to WARN for attr set failure case
 2015-06-17 22:38 UTC  (3+ messages)

[PATCH net-next 00/15] Simplify netfilter and network namespaces
 2015-06-17 22:01 UTC  (50+ messages)
` [PATCH net-next 00/43] Simplify netfilter and network namespaces (take 2)
  ` [PATCH net-next 01/43] netfilter: Kill unused copies of RCV_SKB_FAIL
  ` [PATCH net-next 02/43] netfilter: Pass struct net into the netfilter hooks
  ` [PATCH net-next 03/43] netfilter: Use nf_hook_state.net
  ` [PATCH net-next 04/43] ebtables: Simplify the arguments to ebt_do_table
  ` [PATCH net-next 05/43] inet netfilter: Remove hook from ip6t_do_table, arp_do_table, ipt_do_table
  ` [PATCH net-next 06/43] inet netfilter: Prefer state->hook to ops->hooknum
  ` [PATCH net-next 07/43] nftables: kill nft_pktinfo.ops
  ` [PATCH net-next 08/43] tc: Simplify em_ipset_match
  ` [PATCH net-next 09/43] x_tables: Pass struct net in xt_action_param
  ` [PATCH net-next 10/43] x_tables: Use par->net instead of computing from the passed net devices
  ` [PATCH net-next 11/43] nftables: Pass struct net in nft_pktinfo
  ` [PATCH net-next 12/43] nf_tables: Use pkt->net instead of computing net from the passed net_devices
  ` [PATCH net-next 13/43] nf_conntrack: Add a struct net parameter to l4_pkt_to_tuple
  ` [PATCH net-next 14/43] ipv4: Pass struct net into ip_defrag and ip_check_defrag
  ` [PATCH net-next 15/43] ipv6: Pass struct net into nf_ct_frag6_gather
  ` [PATCH net-next 16/43] net: include missing headers in net/net_namespace.h
  ` [PATCH net-next 17/43] netfilter: use forward declaration instead of including linux/proc_fs.h
  ` [PATCH net-next 18/43] netfilter: don't pull include/linux/netfilter.h from netns headers
  ` [PATCH net-next 19/43] ipvs: Read hooknum from state rather than ops->hooknum
  ` [PATCH net-next 20/43] netfilter: Pass priv instead of nf_hook_ops to netfilter hooks
  ` [PATCH net-next 21/43] netfilter: Add a network namespace Kconfig conflict
  ` [PATCH net-next 22/43] netfilter: Add a struct net parameter to nf_register_hook[s]
  ` [PATCH net-next 23/43] netfilter: Add a struct net parameter to nf_unregister_hook[s]
  ` [PATCH net-next 24/43] netfilter: Make the netfilter hooks per network namespace
  ` [PATCH net-next 25/43] netfilter: Make nf_hook_ops just a parameter structure
  ` [PATCH net-next 26/43] netfitler: Remove spurios included of netfilter.h
  ` [PATCH net-next 27/43] x_tables: Add magical hook registration in the common case
  ` [PATCH net-next 28/43] x_tables: Where possible convert to the new hook registration method
  ` [PATCH net-next 29/43] x_tables: Kill xt_[un]hook_link
  ` [PATCH net-next 30/43] x_tables: Update ip?table_nat to register their hooks in all network namespaces
  ` [PATCH net-next 31/43] netfilter: nf_tables: adapt it to pernet hooks
  ` [PATCH net-next 32/43] netfilter: ipt_CLUSTERIP: adapt it to support "
  ` [PATCH net-next 33/43] netfilter: ebtables: adapt the filter and nat table to "
  ` [PATCH net-next 34/43] netfilter: bridge: adapt it "
  ` [PATCH net-next 35/43] ipvs: Register netfilter hooks in all network namespaces
  ` [PATCH net-next 36/43] netfilter: nf_conntract: "
  ` [PATCH net-next 37/43] netfilter: nf_defrag: "
  ` [PATCH net-next 38/43] netfilter: synproxy: "
  ` [PATCH net-next 39/43] selinux: adapt it to pernet hooks
  ` [PATCH net-next 40/43] smack: "
  ` [PATCH net-next 41/43] netfilter: Remove the network namespace Kconfig conflict
  ` [PATCH net-next 42/43] netfilter bridge: Make the sysctl knobs per network namespace
  ` [PATCH net-next 43/43] netfilter: Skip unnecessary calls to synchronize_net

[PATCH 0/4] net: stmmac: dwmac-rk: add support for rk3368
 2015-06-17 21:54 UTC  (5+ messages)
` [PATCH 1/4] net: stmmac: dwmac-rk: remove unused gpio register defines
` [PATCH 2/4] net: stmmac: dwmac-rk: Fix clk rate when provided by soc
  ` [PATCH 3/4] net: stmmac: dwmac-rk: abstract access to mac settings in GRF
` [PATCH 4/4] net: stmmac: dwmac-rk: add rk3368-specific data

[RFC PATCH net-next v2 0/5] switchdev: avoid duplicate packet forwarding
 2015-06-17 21:53 UTC  (6+ messages)
` [RFC PATCH net-next v2 1/5] net: don't reforward packets already forwarded by offload device
` [RFC PATCH net-next v2 2/5] net: add phys ID compare helper to test if two IDs are the same
` [RFC PATCH net-next v2 3/5] switchdev: add offload_fwd_mark generator helper
` [RFC PATCH net-next v2 4/5] rocker: add offload_fwd_mark support
` [RFC PATCH net-next v2 5/5] switchdev: update documentation for offload_fwd_mark

[PATCH v2 0/3] Fix Ethernet jumbo frames support for Armada 370 and 38x
 2015-06-17 21:39 UTC  (12+ messages)
` [PATCH v2 1/3] net: mvneta: introduce compatible string "marvell,armada-xp-neta"
    ` [PATCH v2 1/3] net: mvneta: introduce compatible string "marvell, armada-xp-neta"
` [PATCH v2 2/3] ARM: mvebu: update Ethernet compatible string for Armada XP
` [PATCH v2 3/3] ARM: mvebu: disable IP checksum with jumbo frames for Armada 370

[PATCH iproute2] tests: Add output testing
 2015-06-17 21:28 UTC 

[PATCH net-next v2] ipv4: include NLM_F_APPEND flag in append route notifications
 2015-06-17 20:37 UTC  (3+ messages)

[PATCH net-next 0/3 v4] changes to make ipv4 routing table aware of next-hop link status
 2015-06-17 20:25 UTC  (5+ messages)

macb napi strange behavior
 2015-06-17 20:20 UTC  (4+ messages)

[PATCH net-next 0/3] ipv4: Hash-based multipath routing
 2015-06-17 20:08 UTC  (4+ messages)
  ` [PATCH net-next 1/3] ipv4: Lock-less per-packet multipath
` [PATCH net-next 2/3] ipv4: L3 and L4 hash-based multipath routing
` [PATCH net-next 3/3] ipv4: ICMP packet inspection for multipath

[PATCH net] packet: avoid out of bounds read in round robin fanout
 2015-06-17 19:59 UTC  (3+ messages)
  ` [PATCH net v2] "

[PATCH] xilinx:Remove unused variable num_frag in the function axienet_start_xmit
 2015-06-17 18:58 UTC  (4+ messages)

[RFC PATCH 0/2] sctp: add new getsockopt option SCTP_SOCKOPT_PEELOFF_KERNEL
 2015-06-17 18:45 UTC  (8+ messages)

DSA: Exposing CPU port [Was: Re: [PATCH 3/3] net: dsa: Allow configuration of CPU & DSA port speeds/duplex]
 2015-06-17 18:40 UTC 

[PATCH 1/3] net: phy: Allow PHY devices to identify themselves as Ethernet switches, etc
 2015-06-17 18:09 UTC  (4+ messages)
` [PATCH 3/3] net: dsa: Allow configuration of CPU & DSA port speeds/duplex

[PATCH net] ipv4: include NLM_F_APPEND flag in append route notifications
 2015-06-17 18:07 UTC  (7+ messages)

[PATCH 00/12] Freescale DPAA FMan
 2015-06-17 17:57 UTC  (6+ messages)
` [PATCH 07/12] fsl/fman: Add FMan MURAM support
  ` [PATCH 01/12] fsl/fman: Add the FMan FLIB headers

[PATCH V3 0/2] pci: Provide a flag to access VPD through function 0
 2015-06-17 17:23 UTC  (5+ messages)

[PATCH 00/11] Demux IB CM requests in the rdma_cm module
 2015-06-17 17:18 UTC  (10+ messages)
` [PATCH 04/11] IB/cm: Expose DGID in SIDR request events
` [PATCH 08/11] IB/cma: Add net_dev and private data checks to RDMA CM

[PATCH v6 3/3] ixgbe, ixgbevf: Add new mbox API to enable MC promiscuous mode
 2015-06-17 17:18 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH net-next] x_table: align per cpu xt_counter
 2015-06-17 17:08 UTC  (2+ messages)

[PATCH net-next 0/3] bna: clean-up 2
 2015-06-17 16:41 UTC  (4+ messages)
` [PATCH net-next 1/3] bna: remove unnecessary cast of BIT value
` [PATCH net-next 2/3] bna: make pointers to read-only inputs const
` [PATCH net-next 3/3] bna: remove superfluous parentheses

[PATCH v6 2/3] ixgbe: Add new ndo to trust VF
 2015-06-17 16:22 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH v6 1/3] if_link: Add control trust VF
 2015-06-17 16:18 UTC  (3+ messages)
` [Intel-wired-lan] "

Hi Beautiful Angel
 2015-06-17 15:42 UTC 

[RFC PATCH] cdc_ncm: support moving the NDP part of the frame to the end of NCM package
 2015-06-17 15:41 UTC  (5+ messages)

[PATCH v2 0/7] xen: Clean up
 2015-06-17 15:36 UTC  (3+ messages)
` [PATCH v2 1/7] xen: Include xen/page.h rather than asm/xen/page.h
` [Xen-devel] [PATCH v2 0/7] xen: Clean up

[PATCH net-next 00/12] Mellanox NIC drivers update, Jun 17 2015
 2015-06-17 15:26 UTC  (13+ messages)
` [PATCH net-next 01/12] net/mlx4_en: Fix off-by-four in ethtool
` [PATCH net-next 02/12] net/mlx4_en: Use HW counters for rx/tx bytes/packets in PF device
` [PATCH net-next 03/12] net/mlx5e: Static mapping of netdev priv resources to/from netdev TX queues
` [PATCH net-next 04/12] net/mlx5e: Use skb_shinfo(skb)->gso_segs rather than counting them
` [PATCH net-next 05/12] net/mlx5e: Poll rx cq before tx cq to improve round-trip latency
` [PATCH net-next 06/12] net/mlx5e: Remove re-assignment of wq type in mlx5e_enable_rq()
` [PATCH net-next 07/12] net/mlx5e: Avoid redundant dev_kfree_skb() upon NOP completion
` [PATCH net-next 08/12] net/mlx5e: Avoid TX CQE generation if more xmit packets expected
` [PATCH net-next 09/12] net/mlx5e: Remove extra spaces
` [PATCH net-next 10/12] net/mlx5e: Remove mlx5e_cq.sqrq back-pointer
` [PATCH net-next 11/12] net/mlx5e: Pop cq outside mlx5e_get_cqe
` [PATCH net-next 12/12] net/mlx5e: Prefetch skb data on RX

[PATCH iproute2 v2] ss: Include -E option for socket destroy events
 2015-06-17 15:14 UTC 

[PATCH v2] netlink: add API to retrieve all group memberships
 2015-06-17 15:14 UTC 

[PATCH net-next] sock_diag: fetch source port from inet_sock
 2015-06-17 14:59 UTC 

OVS Offload Decision Proposal
 2015-06-17 14:44 UTC  (7+ messages)

[BUG,BISECTED] mvneta: second interface no more usable on mirabox
 2015-06-17 13:24 UTC  (3+ messages)

[net-next v2 00/17][pull request] Intel Wired LAN Driver Updates 2015-06-17
 2015-06-17 12:55 UTC  (18+ messages)
` [net-next v2 01/17] fm10k: fold fm10k_pull_tail into fm10k_add_rx_frag
` [net-next v2 02/17] fm10k: ignore invalid multicast address entries
` [net-next v2 03/17] fm10k: use correct ethernet driver Tx timestamp function
` [net-next v2 04/17] fm10k: move setting shinfo inside ts_tx_enqueue
` [net-next v2 05/17] fm10k: fix incorrect free on skb in ts_tx_enqueue
` [net-next v2 06/17] fm10k: add call to fm10k_clean_all_rx_rings in fm10k_down
` [net-next v2 07/17] fm10k: use an unsigned int for i in ethtool_get_strings
` [net-next v2 08/17] fm10k: remove extraneous NULL check on l2_accel
` [net-next v2 09/17] fm10k: trivial fixup message style to include a colon
` [net-next v2 10/17] fm10k: use dma_set_mask_and_coherent in fm10k_probe
` [net-next v2 11/17] fm10k: force LPORT delete when updating VLAN or MAC address
` [net-next v2 12/17] fm10k: re-map all possible VF queues after a VFLR
` [net-next v2 13/17] fm10k: pack TLV overlay structures
` [net-next v2 14/17] fm10k: fix incorrect DIR_NEVATIVE bit in 1588 code
` [net-next v2 15/17] fm10k: remove err_no reference in fm10k_mbx.c
` [net-next v2 16/17] fm10k: fix iov_msg_lport_state_pf issue
` [net-next v2 17/17] fm10k: Fix missing braces after if statement

ax88179_178a: ethernet to usb dongle disconnect crash
 2015-06-17 12:53 UTC  (2+ messages)

Hi Beautiful Angel
 2015-06-17 12:38 UTC 

[Q] sk->sk_protinfo leftovers
 2015-06-17 11:58 UTC 

[PATCH] mac80211: fix locking in update_vlan_tailroom_need_count()
 2015-06-17 11:54 UTC 

[PATCH 0/2] replace USE_OF in drivers
 2015-06-17 11:42 UTC  (3+ messages)
` [PATCH 1/2] clocksource: Kconfig: replace USE_OF with OF
` [PATCH 2/2] net: via/Kconfig: replace USE_OF with OF_???


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 read-only IMAP folder(s) and NNTP newsgroup(s).