netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-02-25 19:44:25 to 2014-02-26 17:20:17 UTC [more...]

[PATCH] bonding: disallow enslaving a bond to itself
 2014-02-26 17:20 UTC 

RTL8153 fails to get link after applying c7de7dec2 to 3.8 kernel
 2014-02-26 17:19 UTC  (18+ messages)

shutdown()'s 'how' parameter doesn't seem to be used correctly
 2014-02-26 17:10 UTC  (3+ messages)

[PATCH net-next v4 0/8] 6lowpan: reimplementation of fragmentation handling
 2014-02-26 17:05 UTC  (12+ messages)
  ` [PATCH net-next v4 1/8] 6lowpan: add frag information struct
  ` [PATCH net-next v4 4/8] 6lowpan: change tag type to __be16
  ` [PATCH net-next v4 6/8] 6lowpan: fix some checkpatch issues
` [PATCH net-next v4 2/8] 6lowpan: add uncompress header size function
` [PATCH net-next v4 3/8] 6lowpan: fix fragmentation on sending side
` [PATCH net-next v4 5/8] 6lowpan: move 6lowpan.c to 6lowpan_rtnl.c
` [PATCH net-next v4 7/8] net: ns: add ieee802154_6lowpan namespace
` [PATCH net-next v4 8/8] 6lowpan: handling 6lowpan fragmentation via inet_frag api

[PATCH RFC 0/7] Non-promisc bidge ports support
 2014-02-26 16:58 UTC  (26+ messages)
` [PATCH 1/7] bridge: Turn flag change macro into a function
` [PATCH 2/7] bridge: Keep track of ports capable of flooding
` [PATCH 3/7] bridge: Add addresses from static fdbs to bridge address list
` [PATCH 4/7] bridge: Automatically manage port promiscuous mode
` [PATCH 5/7] bridge: Correctly manage promiscuity when user requested it
` [PATCH 6/7] bridge: Manage promisc mode when vlans are configured on top of a bridge
` [PATCH 7/7] bridge: Support promisc management when all ports are non-flooding

[PATCH] sh_net: runtime pm wrap mdio read and write
 2014-02-26 16:48 UTC 

[PATCH net v2] sfc: check for NULL efx->ptp_data in efx_ptp_event
 2014-02-26 16:17 UTC  (2+ messages)

[PATCH 00/16] sleep_on removal, second try
 2014-02-26 16:06 UTC  (8+ messages)
` [PATCH 10/16] atm: nicstar: remove interruptible_sleep_on_timeout
` [PATCH 11/16] atm: firestream: fix interruptible_sleep_on race
` [PATCH 12/16] isdn: pcbit: "
` [PATCH 13/16] isdn: hisax/elsa: fix sleep_on race in elsa FSM
` [PATCH 14/16] isdn: divert, hysdn: fix interruptible_sleep_on race
` [PATCH 15/16] isdn: fix multiple sleep_on races

[PATCH v4] can: xilinx CAN controller support
 2014-02-26 15:43 UTC  (6+ messages)

[PATCH net] sch_tbf: Fix potential memory leak in tbf_change()
 2014-02-26 15:29 UTC  (2+ messages)

[PATCH net-next 00/31] Misc. fixes for cxgb4 and iw_cxgb4
 2014-02-26 15:07 UTC  (32+ messages)
` [PATCH net-next 01/31] cxgb4: Fix some small bugs in t4_sge_init_soft() when our Page Size is 64KB
` [PATCH net-next 02/31] cxgb4: Add code to dump SGE registers when hitting idma hangs
` [PATCH net-next 03/31] cxgb4: Rectify emitting messages about SGE Ingress DMA channels being potentially stuck
` [PATCH net-next 04/31] cxgb4: Updates for T5 SGE's Egress Congestion Threshold
` [PATCH net-next 05/31] cxgb4: use spinlock_irqsave/spinlock_irqrestore for db lock
` [PATCH net-next 06/31] iw_cxgb4: cap CQ size at T4_MAX_IQ_SIZE
` [PATCH net-next 07/31] iw_cxgb4: Allow loopback connections
` [PATCH net-next 08/31] iw_cxgb4: release neigh entry in error paths
` [PATCH net-next 09/31] iw_cxgb4: Treat CPL_ERR_KEEPALV_NEG_ADVICE as negative advice
` [PATCH net-next 10/31] cxgb4/iw_cxgb4: Doorbell Drop Avoidance Bug Fixes
` [PATCH net-next 11/31] iw_cxgb4: use the BAR2/WC path for kernel QPs and T5 devices
` [PATCH net-next 12/31] iw_cxgb4: Fix incorrect BUG_ON conditions
` [PATCH net-next 13/31] iw_cxgb4: Mind the sq_sig_all/sq_sig_type QP attributes
` [PATCH net-next 14/31] iw_cxgb4: default peer2peer mode to 1
` [PATCH net-next 15/31] iw_cxgb4: save the correct map length for fast_reg_page_lists
` [PATCH net-next 16/31] iw_cxgb4: don't leak skb in c4iw_uld_rx_handler()
` [PATCH net-next 17/31] iw_cxgb4: fix possible memory leak in RX_PKT processing
` [PATCH net-next 18/31] iw_cxgb4: ignore read reponse type 1 CQEs
` [PATCH net-next 19/31] iw_cxgb4: connect_request_upcall fixes
` [PATCH net-next 20/31] iw_cxgb4: adjust tcp snd/rcv window based on link speed
` [PATCH net-next 21/31] iw_cxgb4: update snd_seq when sending MPA messages
` [PATCH net-next 22/31] iw_cxgb4: lock around accept/reject downcalls
` [PATCH net-next 23/31] iw_cxgb4: drop RX_DATA packets if the endpoint is gone
` [PATCH net-next 24/31] iw_cxgb4: rx_data() needs to hold the ep mutex
` [PATCH net-next 25/31] iw_cxgb4: endpoint timeout fixes
` [PATCH net-next 26/31] iw_cxgb4: rmb() after reading valid gen bit
` [PATCH net-next 27/31] iw_cxgb4: wc_wmb() needed after DB writes
` [PATCH net-next 28/31] iw_cxgb4: SQ flush fix
` [PATCH net-next 29/31] iw_cxgb4: minor fixes/cleanup
` [PATCH net-next 30/31] iw_cxgb4: Max fastreg depth depends on DSGL support
` [PATCH net-next 31/31] Revert "cxgb4: Don't assume LSO only uses SGL path in t4_eth_xmit()"

[PATCH 1/1] net: tcp: RTO restart
 2014-02-26 14:57 UTC  (9+ messages)

[PATCH net] ipv4: ipv6: better estimate tunnel header cut for correct ufo handling
 2014-02-26 13:47 UTC  (5+ messages)
` [PATCH net v2] "
  ` [PATCH net v3] "

[PATCH net] ipv6: reuse ip6_frag_id from ip6_ufo_append_data
 2014-02-26 13:42 UTC  (5+ messages)

Hartford Travels Reservation Bookings?
 2014-02-26 13:10 UTC 

[PATCH net] bonding: fix a div error caused by the slave release path
 2014-02-26 13:28 UTC  (2+ messages)

[PATCH 01/14] brcmfmac: add delay before unregistering the network device
 2014-02-26 12:35 UTC  (5+ messages)

[PATCH v3] sh_eth: call of_mdiobus_register() to register phys
 2014-02-26 12:30 UTC  (3+ messages)

[PATCH 1/1] AX88179_178A: Add VID:DID for Lenovo OneLinkDock Gigabit LAN
 2014-02-26 12:13 UTC  (2+ messages)

[PATCH net-next 0/1] net: Add doc on how SKBs work
 2014-02-26 12:10 UTC  (2+ messages)
` [PATCH net-next 1/1] "

[PATCH] phy: micrel: add of configuration for LED mode
 2014-02-26 11:48 UTC 

[PATCH net-next] ieee802154: fix new function declaration
 2014-02-26 11:43 UTC  (2+ messages)

[PATCH] vhost: poll vhost_net only when tx notification is enabled
 2014-02-26 11:16 UTC  (3+ messages)

[PATCH net 0/3] yet another new mtu discovery mode
 2014-02-26 11:02 UTC  (6+ messages)
` [PATCH net 1/3] ipv4: use ip_skb_dst_mtu to determine mtu in ip_fragment
` [PATCH net 2/3] ipv4: yet another new IP_MTU_DISCOVER option IP_PMTUDISC_OMIT
` [PATCH net 3/3] ipv6: yet another new IPV6_MTU_DISCOVER option IPV6_PMTUDISC_OMIT

TX_RING and VLAN : (packet size is too long 1518 > 1514)
 2014-02-26 10:33 UTC  (6+ messages)

[PATCHv3 1/2] net: stmmac: Add SOCFPGA glue driver
 2014-02-26  9:44 UTC  (4+ messages)

[PATCH] net: stmicro: stmac: do not grab a mutex in irq off section
 2014-02-26 10:00 UTC  (3+ messages)

probe netlink app in NUD_PROBE
 2014-02-26  9:43 UTC  (4+ messages)
  ` [PATCH net-next] neigh: probe application via netlink "

[PATCH net v3 0/2] Fix RTNL: assertion failed at net/core/rtnetlink.c
 2014-02-26  9:40 UTC  (4+ messages)
` [PATCH net v3 1/2] bonding: Fix RTNL: assertion failed at net/core/rtnetlink.c for 802.3ad mode
` [PATCH net v3 2/2] bonding: Fix RTNL: assertion failed at net/core/rtnetlink.c for ab arp monitor

[PATCH net] vhost: net: switch to use data copy if pending DMAs exceed the limit
 2014-02-26  9:23 UTC  (6+ messages)

[PATCH (net.git) 0/6] stmmac: fix EEE and chained mode
 2014-02-26  8:01 UTC  (7+ messages)
` [PATCH (net.git) 1/6 (v2)] stmmac: disable at run-time the EEE if not supported
` [PATCH (net.git) 2/6] stmmac: fix and better tune the default buffer sizes
` [PATCH (net.git) 3/6] stmmac: dwmac-sti: fix broken STiD127 compatibility
` [PATCH (net.git) 4/6] stmmac: dwmac-sti: remove useless tx_retime_srcs
` [PATCH (net.git) 5/6] stmmac: remove useless check in the stmmac_tx_clean
` [PATCH (net.git) 6/6] stmmac: fix chained mode

[PATCH (net.git) 1/6] stmmac: disable at run-time the EEE if not supported
 2014-02-26  6:39 UTC  (3+ messages)

[PATCH v2 -next] net: tcp: add mib counters to track zero window transitions
 2014-02-26  5:07 UTC  (2+ messages)

[PATCH] be2net: Bugfix for packet drop with kernel param swiotlb=force
 2014-02-26  4:54 UTC  (6+ messages)

linux-next: manual merge of the net-next tree with the wireless tree
 2014-02-26  3:21 UTC 

[net-next 0/6] Intel Wired LAN Driver Updates
 2014-02-26  1:58 UTC  (7+ messages)
` [net-next 1/6] ixgbe: modify behavior on receiving a HW ECC error
` [net-next 2/6] ixgbe: don't use magic size number to assign ptp_caps.name
` [net-next 3/6] ixgbe: Add WoL support for a new device
` [net-next 4/6] igb: make local functions static and remove dead code
` [net-next 5/6] igb: Update license text to remove FSF address and update copyright
` [net-next 6/6] doc: update SubmittingPatches about the Fixed tag

[PATCH net v2 0/2] Fix RTNL: assertion failed at net/core/rtnetlink.c
 2014-02-26  1:47 UTC  (6+ messages)
` [PATCH net v2 1/2] bonding: Fix RTNL: assertion failed at net/core/rtnetlink.c for 802.3ad mode
` [PATCH net v2 2/2] bonding: Fix RTNL: assertion failed at net/core/rtnetlink.c for ab arp monitor

[RFC v2 2/4] net: enables interface option to skip IP
 2014-02-26  1:29 UTC  (10+ messages)

[PATCH v2 0/2] net: start kdoc'ifying net_device
 2014-02-26  1:15 UTC  (3+ messages)
` [PATCH v2 1/2] net: kdoc struct net_device flags and priv_flags
` [PATCH v2 2/2] net: move net_device priv_flags out from UAPI

Donation
 2014-02-25 23:41 UTC 

[PATCH v3] phy: unmask link partner capabilities
 2014-02-25 23:39 UTC  (2+ messages)

[PATCH net] net: Fix permission check in netlink_connect()
 2014-02-25 23:36 UTC  (2+ messages)

[PATCH] net/cxgb4: use remove handler as shutdown handler
 2014-02-25 23:35 UTC  (2+ messages)

[PATCH net v2 0/4] qlcnic: Bug fixes
 2014-02-25 23:33 UTC  (2+ messages)

[PATCH net v2] qeth: postpone freeing of qdio memory
 2014-02-25 23:29 UTC  (2+ messages)

[PATCH] net: kdoc struct net_device flags and priv_flags
 2014-02-25 23:08 UTC  (7+ messages)

[PATCHv2 0/5] net: rfkill: gpio: cleanup and a few new acpi ids
 2014-02-25 23:04 UTC  (5+ messages)
` [PATCHv2 1/5] ARM: tegra: remove obsolete gpio entries
` [PATCHv2 3/5] net: rfkill: gpio: remove gpio names

[PATCH] mlx4: Use GFP_NOFS calls during the ipoib TX path when creating the QP
 2014-02-25 22:55 UTC  (7+ messages)

[PATCH] net: phy: add suspend_halted module param
 2014-02-25 22:38 UTC  (3+ messages)

[PATCH net-next] bnx2x: Remove hidden flow control goto from BNX2X_ALLOC macros
 2014-02-25 22:37 UTC  (2+ messages)

[PATCH net] net,IB/mlx: Bump all Mellanox driver versions
 2014-02-25 22:35 UTC  (3+ messages)
`  "

[PATCH net-next v2] unix: add read side socket memory accounting for dgram sockets
 2014-02-25 22:17 UTC  (4+ messages)

[PATCH stable 3.10.y 0/3] gso/gro forwarding changeset
 2014-02-25 21:59 UTC  (2+ messages)

[PATCH] MAINTAINERS: Intel nic drivers
 2014-02-25 21:35 UTC 

[PATCH] net: use __GFP_NORETRY for high order allocations
 2014-02-25 20:50 UTC  (4+ messages)

[PATCH 00/10] pull request net: batman-adv 2014-02-17
 2014-02-25 20:36 UTC  (3+ messages)

[PATCH v2 net-next] ipv6: log src and dst along with "udp checksum is 0"
 2014-02-25 20:11 UTC 

I have a project for you!
 2014-02-25 18:17 UTC 

[PATCH net-next] ipv6: log src and dst along with "udp checksum is 0"
 2014-02-25 20:07 UTC  (3+ messages)

Foreign stake holder needed
 2014-02-25 19:21 UTC 


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