netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-29 19:09:44 to 2016-05-02 05:11:18 UTC [more...]

[GIT] Networking
 2016-05-02  5:11 UTC 

[PATCH net] gre: do not pull header in ICMP error processing
 2016-05-02  4:20 UTC  (2+ messages)

[net-next 00/15][pull request] 40GbE Intel Wired LAN Driver Updates 2016-05-01
 2016-05-02  3:39 UTC  (17+ messages)
` [net-next 01/15] i40e: Change the default for VFs to be not privileged
` [net-next 02/15] i40e: Limit the number of MAC and VLAN addresses that can be added for VFs
` [net-next 03/15] i40e: Prevent falling to promiscuous if the VF is not trusted
` [net-next 04/15] i40e: Remove HMC AQ API implementation
` [net-next 05/15] i40evf: RSS Hash Option parameters
` [net-next 06/15] i40e: Fix uninitialized variable
` [net-next 07/15] i40e: PTP - avoid aggregate return warnings
` [net-next 08/15] i40e: Use consistent type for vf_id
` [net-next 09/15] i40e: Drop extra copy of function
` [net-next 10/15] i40e: Update device ids for X722
` [net-next 11/15] i40e/i40evf : Bump driver version from 1.5.5 to 1.5.10
` [net-next 12/15] i40e/i40evf: fix I40E_MASK signed shift overflow warnings
` [net-next 13/15] i40e: make use of BIT() macro to prevent left shift of signed values
` [net-next 14/15] i40evf: make use of BIT() macro to avoid signed left shift
` [net-next 15/15] i40e/i40evf: Add support for GSO partial with UDP_TUNNEL_CSUM and GRE_CSUM

[net-next PATCH v2 0/9] Fix Tunnel features and enable GSO partial for several drivers
 2016-05-02  2:25 UTC  (18+ messages)
` [net-next PATCH v2 1/9] net: Disable segmentation if checksumming is not supported
` [net-next PATCH v2 2/9] gso: Only allow GSO_PARTIAL if we can checksum the inner protocol
` [net-next PATCH v2 3/9] net: Fix netdev_fix_features so that TSO_MANGLEID is only available with TSO
` [net-next PATCH v2 4/9] vxlan: Add checksum check to the features check function
` [net-next PATCH v2 5/9] mlx4: Add support for UDP tunnel segmentation with outer checksum offload
` [net-next PATCH v2 6/9] mlx4: Add support for inner IPv6 checksum offloads and TSO
` [net-next PATCH v2 7/9] mlx5e: Add support for UDP tunnel segmentation with outer checksum offload
` [net-next PATCH v2 8/9] mlx5e: Fix IPv6 tunnel "
` [net-next PATCH v2 9/9] bnxt: Add support for segmentation of tunnels with outer checksums

[PATCH] net: Implement net_dbg_ratelimited() for CONFIG_DYNAMIC_DEBUG case
 2016-05-02  1:49 UTC  (2+ messages)

[PATCH] sctp: signal sk_data_ready earlier on data chunks reception
 2016-05-02  1:06 UTC  (2+ messages)

[PATCH net v2 1/1] tipc: only process unicast on intended node
 2016-05-02  1:04 UTC  (2+ messages)

[PATCH net] cxgb3: fix out of bounds read
 2016-05-02  1:00 UTC  (2+ messages)

[PATCH] net/smscx5xx: use the device tree for mac address
 2016-05-02  0:58 UTC  (2+ messages)

[PATCH V2] mdio_bus: Fix MDIO bus scanning in __mdiobus_register()
 2016-05-02  0:50 UTC  (2+ messages)

[PATCH] mdio_bus: Fix MDIO bus scanning in __mdiobus_register()
 2016-05-02  0:48 UTC  (3+ messages)

[PATCH net-next] net: dsa: mv88e6xxx: replace ds with ps where possible
 2016-05-01 23:51 UTC  (2+ messages)

[PATCH net-next] fq_codel: add batch ability to fq_codel_drop()
 2016-05-01 23:47 UTC 

[PATCH net-next 0/3] qed/qede: ethtool selftests support
 2016-05-01 23:43 UTC  (2+ messages)

[PATCH net-next 1/1] tipc: set 'active' state correctly for first established link
 2016-05-01 23:40 UTC  (2+ messages)

[PATCH net-next] ila: ipv6/ila: fix nlsize calculation for lwtunnel
 2016-05-01 23:39 UTC  (2+ messages)

[PATCH v3 net] soreuseport: Fix TCP listener hash collision
 2016-05-01 23:38 UTC  (2+ messages)

[PATCH net-next] of: of_mdio: Check if MDIO bus controller is available
 2016-05-01 23:35 UTC  (2+ messages)

[PATCH] net: l2tp: fix reversed udp6 checksum flags
 2016-05-01 23:33 UTC  (5+ messages)

[PATCH v1 net] net/mlx4: Avoid wrong virtual mappings
 2016-05-01 23:13 UTC  (5+ messages)

[PATCH net 0/2] RDS: TCP: sychronization during connection startup
 2016-05-01 23:10 UTC  (3+ messages)
` [PATCH net 1/2] RDS:TCP: Synchronize rds_tcp_accept_one with rds_send_xmit when resetting t_sock
` [PATCH net 2/2] RDS: TCP: Synchrnozize accept() and connect() paths on t_conn_lock

[PATCH] drivers: net: xgene: constify xgene_cle_ops structure
 2016-05-01 23:10 UTC  (2+ messages)

[net-next PATCH v2 0/5] stmmac: dwmac-socfpga refactor+cleanup
 2016-05-01 20:58 UTC  (6+ messages)
` [net-next PATCH v2 1/5] stmmac: let remove/resume/suspend functions take device pointer
` [net-next PATCH v2 2/5] stmmac: dwmac-socfpga: add PM ops and resume function
` [net-next PATCH v2 3/5] stmmac: dwmac-socfpga: keep a copy of stmmac_rst in driver priv data
` [net-next PATCH v2 4/5] stmmac: dwmac-socfpga: call phy_resume() only in resume callback
` [net-next PATCH v2 5/5] stmmac: dwmac-socfpga: kill init() and rename setup() to set_phy_mode()

Q: How to disable vlan strip in Intel igb driver ?
 2016-05-01 20:51 UTC  (5+ messages)

[PATCH RFT v2 0/2] Teach phylib hard-resetting devices
 2016-05-01 20:30 UTC  (5+ messages)
` [PATCH] pxa168_eth: fix mdiobus_scan() error check

[PATCH net 0/4] Mellanox 100G mlx5 fixes for 4.6-rc
 2016-05-01 19:59 UTC  (5+ messages)
` [PATCH net 1/4] net/mlx5: Unmap only the relevant IO memory mapping
` [PATCH net 2/4] net/mlx5: Kconfig: Fix MLX5_EN/VXLAN build issue
` [PATCH net 3/4] net/mlx5e: Implement a mlx5e workqueue
` [PATCH net 4/4] net/mlx5e: Use workqueue for vxlan ops

[PATCH] rtlwifi: rtl818x: constify rtl_intf_ops structures
 2016-05-01 19:57 UTC 

[PATCH net-next] drivers/net: add 6WIND SHULTI support
 2016-05-01 19:53 UTC  (10+ messages)

Cannot use NFS with linux-next 20160429
 2016-05-01 19:52 UTC  (2+ messages)

[PATCH] macb: fix mdiobus_scan() error check
 2016-05-01 16:03 UTC  (2+ messages)

[PATCH net-next v2] ravb: Remove rx buffer ALIGN
 2016-05-01 15:19 UTC 

[PATCH 1/4] net: ethernet: gianfar: move to new ethtool api {get|set}_link_ksettings
 2016-05-01 15:08 UTC  (4+ messages)
` [PATCH 2/4] net: ethernet: ucc: "
` [PATCH 3/4] net: ethernet: fs-enet: "
` [PATCH 4/4] net: ethernet: fec_mpc52xx: "

[PATCH net-next] ravb: Remove rx buffer ALIGN
 2016-05-01 14:34 UTC  (5+ messages)

[Question] Should `CAP_NET_ADMIN` be needed when opening `/dev/ppp`?
 2016-05-01 13:38 UTC 

[PATCH] VSOCK: constify vsock_transport structure
 2016-05-01 12:49 UTC 

[PATCH] i40e: constify i40e_client_ops structure
 2016-05-01 12:07 UTC 

[PATCH net-next 00/12] Mellanox 100G mlx5 ethernet aRFS support
 2016-05-01  8:12 UTC  (5+ messages)
` [PATCH net-next 10/12] net/mlx5e: Create aRFS flow tables

[PATCH 3.2 085/115] veth: don’t modify ip_summed; doing so treats packets with bad checksums as good
 2016-05-01  5:30 UTC  (21+ messages)
                              ` [PATCH 3.2 085/115] veth: don???t "

sfc: Please add rss_cpus=hyperthreads support
 2016-05-01  2:27 UTC  (3+ messages)

New DSA design for cross-chip operations
 2016-04-30 21:38 UTC  (2+ messages)

__napi_alloc_skb failures locking up the box
 2016-04-30 19:54 UTC  (2+ messages)

[PATCH net-next] net: relax expensive skb_unclone() in iptunnel_handle_offloads()
 2016-04-30 17:19 UTC 

[PATCH 1/4] batman-adv: fix DAT candidate selection (must use vid)
 2016-04-30 17:06 UTC  (4+ messages)
` [PATCH 2/4] batman-adv: B.A.T.M.A.N V - make sure iface is reactivated upon NETDEV_UP event
` [PATCH 3/4] batman-adv: Fix reference counting of vlan object for tt_local_entry
` [PATCH 4/4] batman-adv: Fix reference counting of hardif_neigh_node object for neigh_node

pull request [net]: batman-adv 20160430
 2016-04-30 17:05 UTC 

Unauthorized attempt
 2016-04-30 15:09 UTC 

[PATCH iproute2 net-next] ifstat: move to new RTM_GETSTATS api
 2016-04-30 15:15 UTC  (3+ messages)

[PATCH] netem: Segment GSO packets on enqueue
 2016-04-30 13:30 UTC  (4+ messages)
` [PATCHv3] "

[iproute2 1/1] man: tc-ife.8: man page for ife action
 2016-04-30 11:35 UTC  (2+ messages)

[PATCH net] vlan: Propagate MAC address changes properly
 2016-04-30 10:32 UTC 

[PATCH net] Propagate MAC address changes to VLANs
 2016-04-30 10:28 UTC  (3+ messages)

[PATCH v2 net-next 0/7] net: make TCP preemptible
 2016-04-30  9:57 UTC  (4+ messages)

[PATCH net-next v3 0/4] bridge: per-vlan stats
 2016-04-30  8:25 UTC  (5+ messages)
` [PATCH net-next v3 1/4] net: rtnetlink: allow rtnl_fill_statsinfo to save private state counter
` [PATCH net-next v3 2/4] net: rtnetlink: add linkxstats callbacks and attribute
` [PATCH net-next v3 3/4] bridge: vlan: learn to count
` [PATCH net-next v3 4/4] bridge: netlink: export per-vlan stats

We Offer Loans.....Apply Now
 2016-04-28  2:08 UTC 

[PATCH v5 00/21] Add HiSilicon RoCE driver
 2016-04-30  4:33 UTC  (8+ messages)
` [PATCH v5 09/21] IB/hns: Add hca support

[PATCH net 1/3] udp_tunnel: Remove redundant udp_tunnel_gro_complete()
 2016-04-30  3:46 UTC  (5+ messages)
` [PATCH net 2/3] udp_offload: Set encapsulation before inner completes

[PATCH next-next 0/7] net: Cleanup IPv6 ip tunnels
 2016-04-30  1:00 UTC  (9+ messages)
` [PATCH next-next 1/7] ipv6: Cleanup IPv6 tunnel receive path
` [PATCH next-next 2/7] gre: Move utility functions to common headers
` [PATCH next-next 3/7] gre6: Cleanup GREv6 receive path, call common GRE functions
` [PATCH next-next 4/7] ipv6: Create ip6_tnl_xmit
` [PATCH next-next 5/7] gre: Create common functions for transmit
` [PATCH net-next 6/7] ipv6: Generic tunnel cleanup
` [PATCH next-next 7/7] gre6: Cleanup GREv6 transmit path, call common GRE functions

[PATCH net-next] ipv6: add new struct ipcm6_cookie
 2016-04-30  0:31 UTC 

[RFC PATCH 0/5] Add GSO Partial support for devices with existing tunnel offloads
 2016-04-29 23:39 UTC  (19+ messages)
` [RFC PATCH 2/5] mlx5: Add support for UDP tunnel segmentation with outer checksum offload
` [RFC PATCH 4/5] bnxt: Add support for segmentation of tunnels with outer checksums

[PATCH v2 net-next 0/7] net: make TCP preemptible
 2016-04-29 22:01 UTC  (11+ messages)
` [PATCH v3 net-next 1/7] tcp: do not assume TCP code is non preemptible
` [PATCH v3 net-next 2/7] tcp: do not block bh during prequeue processing
` [PATCH v3 net-next 3/7] dccp: do not assume DCCP code is non preemptible
` [PATCH v3 net-next 4/7] udp: prepare for non BH masking at backlog processing
` [PATCH v3 net-next 5/7] sctp: prepare for socket backlog behavior change
` [PATCH v3 net-next 6/7] net: do not block BH while processing socket backlog
` [PATCH v3 net-next 7/7] tcp: make tcp_sendmsg() aware of "

[PATCH 0/2] sctp: Add GSO support
 2016-04-29 21:38 UTC  (4+ messages)
` [PATCH 1/2] skbuff: export skb_gro_receive
` [PATCH 2/2] sctp: Add GSO support

[PATCH net-next V1 00/11] Mellanox 100G extending mlx5 ethtool support
 2016-04-29 21:14 UTC  (7+ messages)

[PATCH v3 net-next 0/2] net: ethernet: enc28j60: small improvements
 2016-04-29 20:23 UTC  (2+ messages)

[PATCH net-next v2 0/5] bridge: per-vlan stats
 2016-04-29 20:19 UTC  (5+ messages)

[PATCH net-next] net: constify is_skb_forwardable's arguments
 2016-04-29 20:15 UTC  (2+ messages)

[PATCH v4 net-next 2/2] ppp: add rtnetlink device creation support
 2016-04-29 20:10 UTC  (2+ messages)

[PATCH] Bluetooth: Use hci_conn_hash_lookup_le
 2016-04-29 19:22 UTC 

[PATCH net-next] net: ethernet: stmmac: update MDIO support for GMAC4
 2016-04-29 19:14 UTC  (2+ messages)

[PATCH net-next] vxlan: fix initialization with custom link parameters
 2016-04-29 19:09 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).