netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-05-31 00:28:36 to 2014-06-02 11:32:45 UTC [more...]

[PATCH 1/2] net: of_mdio: use int type for address variable
 2014-06-02 11:32 UTC 

[PATCH 0/2] Use resource_size instead of computation
 2014-06-02 11:24 UTC  (4+ messages)
` [PATCH 2/2] lpc_eth: "
    ` [PATCH 2/2 v2] "

[PATCH net-next v2 0/2] 6lowpan: fragmentation fixes
 2014-06-02 11:21 UTC  (3+ messages)
` [PATCH net-next v2 1/2] 6lowpan_rtnl: fix fragmentation with two fragments
  ` [PATCH net-next v2 2/2] 6lowpan_rtnl: fix off by one while fragmentation

[net-next PATCH 0/2] Provide common means for device address sync
 2014-06-02 10:55 UTC  (4+ messages)
` [net-next PATCH 2/2] enic: Update driver to use __dev_uc/mc_sync/unsync calls

[PATCH v9 0/7] xen-net{back,front}: Multiple transmit and receive queues
 2014-06-02 10:52 UTC  (9+ messages)
` [PATCH v9 1/7] xen-netback: Move grant_copy_op array back into struct xenvif
` [PATCH v9 2/7] xen-netback: Factor queue-specific data into queue struct
` [PATCH v9 3/7] xen-netback: Add support for multiple queues
` [PATCH v9 4/7] xen-netfront: Factor queue-specific data into queue struct
` [PATCH v9 5/7] xen-netfront: Add support for multiple queues
` [PATCH v9 6/7] xen-net{back,front}: Document multi-queue feature in netif.h
` [PATCH v9 7/7] xen-netfront: initialise queue name in xennet_init_queue

[PATCH net-next v2 0/6] be2net: patch set
 2014-06-02 10:51 UTC  (5+ messages)
` [PATCH net-next v2 1/6] be2net: skip multicast promiscuos setting in already set

Bug 75571
 2014-06-02 10:32 UTC  (3+ messages)

[PATCH net-next] 6lowpan_rtnl: fix fragmentation with two fragments
 2014-06-02  9:53 UTC  (2+ messages)

[PATCH] stmmac: Remove spin_lock call in stmmac_get_pauseparam()
 2014-06-02  9:30 UTC 

[PATCH v2 net-next 0/2] split BPF out of core networking
 2014-06-02  8:57 UTC  (4+ messages)
` [PATCH v2 net-next 1/2] net: filter: split filter.c into two files
` [PATCH v2 net-next 2/2] net: filter: split BPF out of core networking

[PATCH] wan: time_before()
 2014-06-02  8:56 UTC  (3+ messages)
` [PATCH] wan: Use usleep_range()

linux-next: build failure after merge of the net-next tree
 2014-06-02  8:36 UTC 

[PATCH] genetlink: remove superfluous assignment
 2014-06-02  8:18 UTC  (3+ messages)

cpsw forwards broadcasts on all interfaces in dual_emac mode
 2014-06-02  7:32 UTC 

[PATCH net-next V6 0/2] cpumask,net: Affinity hint helper function
 2014-06-02  7:10 UTC  (9+ messages)
` [PATCH net-next V6 2/2] net/mlx4_en: Use affinity hint

[PATCH v1 net-next] net: filter: fix length calculation in BPF testsuite
 2014-06-02  6:33 UTC  (4+ messages)
` [PATCH v2 "

[PATCH net v3 0/2] sfc: Restrict PIO for 64bit arch in order to avoid data corruption
 2014-06-02  5:25 UTC  (3+ messages)
` [PATCH net v3 1/2] sfc: use 64-bit writes for PIO

[PATCH net-next 0/4] BPF + test suite updates
 2014-06-02  5:18 UTC  (2+ messages)

[PATCH net] bridge: notify user space after fdb update
 2014-06-02  5:15 UTC  (2+ messages)

[PATCH net-next] bridge: fix the unbalanced promiscuous count when add_if failed
 2014-06-02  5:05 UTC  (2+ messages)

[PATCH v4 net-next] MPLS: Use mpls_features to activate software MPLS GSO segmentation
 2014-06-02  4:43 UTC 

[PATCH v3 net-next] MPLS: Use mpls_features to activate software MPLS GSO segmentation
 2014-06-02  4:39 UTC  (3+ messages)
    ` [ovs-dev] "

[PATCH v2 7/7] vxlan: Add support for UDP checksums (v4 sending, v6 zero csums)
 2014-06-02  4:01 UTC 

[PATCH v2 6/7] gre: Call gso_make_checksum
 2014-06-02  4:01 UTC 

[PATCH v2 5/7] net: Add GSO support for UDP tunnels with checksum
 2014-06-02  4:01 UTC 

[PATCH v2 4/7] tcp: Call gso_make_checksum
 2014-06-02  4:01 UTC 

[PATCH v2 3/7] net: Support for multiple checksums with gso
 2014-06-02  4:01 UTC 

[PATCH v2 2/7] l2tp: call udp{6}_set_csum
 2014-06-02  4:00 UTC 

[PATCH v2 1/7] udp: Generic functions to set checksum
 2014-06-02  4:00 UTC 

[PATCH v2 0/7] net: Support checksum in UDP tunnels
 2014-06-02  4:00 UTC 

linux-next: manual merge of the infiniband tree with the net-next tree
 2014-06-02  3:46 UTC 

Donation From Mrs. Magaret Crawford
 2014-06-02  3:06 UTC 

Pull request: Fixes for new ethtool RSS commands
 2014-06-02  3:09 UTC  (11+ messages)
` [PATCH net-next 1/8] ethtool: Return immediately on error in ethtool_copy_validate_indir()
` [PATCH net-next 2/8] ethtool: Name the 'no change' value for setting RSS hash key but not indir table
` [PATCH net-next 3/8] ethtool: Improve explanation of the two arrays following struct ethtool_rxfh
` [PATCH net-next 4/8] ethtool: Expand documentation of ethtool_ops::{get,set}_rxfh()
` [PATCH net-next 5/8] ethtool: Disallow ETHTOOL_SRSSH with both indir table and hash key unchanged
` [PATCH net-next 6/8] ethtool, be2net: constify array pointer parameters to ethtool_ops::set_rxfh
` [PATCH net-next 7/8] ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh()
` [PATCH net-next 8/8] ethtool: Check that reserved fields of struct ethtool_rxfh are 0

[PATCH 1/7] udp: Generic functions to set checksum
 2014-06-02  2:49 UTC  (2+ messages)

[PATCH] net: ks8851: Don't use regulator_get_optional()
 2014-06-02  2:48 UTC  (2+ messages)

[PATCH] net: qmi_wwan: add Netgear AirCard 341U
 2014-06-02  2:44 UTC  (2+ messages)

[PATCH net v2] net: fix wrong mac_len calculation for vlans
 2014-06-02  2:40 UTC  (2+ messages)

[PATCH V2 0/2] Adapter not recovery from EEH error injection
 2014-06-02  2:26 UTC  (3+ messages)
` [PATCH V2 2/2] bnx2x: Fix kernel crash and data miscompare after EEH recovery

[PATCH v1 net-next] inetpeer: get rid of ip_id_count
 2014-06-02  2:01 UTC  (2+ messages)

[PATCH v5 ethtool 2/2] ethtool: Support for configurable RSS hash key
 2014-06-02  1:49 UTC  (2+ messages)

[PATCH 11/11] drivers/net/ethernet/intel: Remove useless return variables
 2014-06-02  1:11 UTC  (2+ messages)

[PATCH] atm: fore200e.c: Cleaning up uninitialized variables
 2014-06-02  0:10 UTC  (2+ messages)

[PATCH v2 net-next repost] MPLS: Use mpls_features to activate software MPLS GSO segmentation
 2014-06-02  0:08 UTC  (3+ messages)

[PATCH 0/3] ISDN patches for net-next (v2)
 2014-06-01 21:52 UTC  (5+ messages)
` [PATCH 1/3] isdn/capi: move capi_info2str to capidrv.c
` [PATCH 3/3] isdn/capi: fix (middleware) device nodes
` [PATCH 2/3] isdn/capi: Make verbose reporting depend on capidrv

[PATCH] net: wireless: rtlwifi: rtl8192de: phy.c: Cleaning up uninitialized variable
 2014-06-01 20:14 UTC 

[PATCH net] net/mlx4_core: Fix Oops on reboot when SRIOV VFs are probed into the Host
 2014-06-01 19:59 UTC  (3+ messages)

[PATCH] net: ethernet: chelsio: cxgb4: t4_hw.c: Cleaning up uninitialized variables
 2014-06-01 19:36 UTC  (3+ messages)

[PATCH] net: wireless: rtlwifi: rtl8192de: phy.c: Cleaning up uninitialized variables
 2014-06-01 19:32 UTC  (4+ messages)

[PATCH 0/2] rt2800usb: Fix support for USB 057c:8501
 2014-06-01 19:09 UTC  (5+ messages)
` [PATCH 1/2] rt2800usb:fix efuse detection
` [PATCH 2/2] rt2800usb:fix hang during firmware load

[PATCH net-next] ieee802154: use helper function to get rid of redundancy
 2014-06-01 17:53 UTC  (8+ messages)

Awarded Grant
 2014-06-01 17:23 UTC 

[PATCH] net: bluetooth: hci_core.c: Cleaning up uninitialized variables
 2014-06-01 15:41 UTC  (3+ messages)

[PATCH 4/11 V3] via-ircc: Remove useless return variables
 2014-06-01 13:56 UTC 

[PATCH 4/11] via-ircc: Remove useless return variables
 2014-06-01 13:34 UTC  (4+ messages)

[PATCH] net: wireless: rt2x00: rt2x00mac.c: Cleaning up uninitialized variables
 2014-06-01 12:44 UTC 

[PATCH] net: wireless: libertas: cmd.c: Cleaning up uninitialized variables
 2014-06-01 12:39 UTC 

[net-next PATCH 1/2] bridge fdb dumping takes a filter device Dumping a bridge fdb dumps every fdb entry held. With this change we are going to filter on selected bridge port
 2014-06-01 12:24 UTC  (4+ messages)
` [net-next PATCH 2/2] bridge netlink dump interface at par with brctl Actually better than brctl showmacs because we can filter by bridge port in the kernel

[PATCH] Fixed zero copy GSO without orphaning the fragments
 2014-06-01 12:21 UTC  (2+ messages)

[PATCH 1/1] iproute2 bridge: bring to above par with brctl show macs
 2014-06-01 12:12 UTC  (2+ messages)

[PATCH 3.14-stable] net/mlx4_core: Preserve pci_dev_data after __mlx4_remove_one()
 2014-06-01 10:52 UTC  (5+ messages)

[PATCH net-next 0/2] split BPF out of core networking
 2014-06-01  8:05 UTC  (4+ messages)
` [PATCH net-next 1/2] net: filter: split filter.c into two files
` [PATCH net-next 2/2] net: filter: split BPF out of core networking

[PATCH 3.2-stable 1/2] mlx4_core: Stash PCI ID driver_data in mlx4_priv structure
 2014-06-01  7:25 UTC  (2+ messages)
` [PATCH 3.2-stable 2/2] net/mlx4_core: Preserve pci_dev_data after __mlx4_remove_one()

[PATCH 3.4-stable 1/2] mlx4_core: Stash PCI ID driver_data in mlx4_priv structure
 2014-06-01  7:25 UTC  (2+ messages)
` [PATCH 3.4-stable 2/2] net/mlx4_core: Preserve pci_dev_data after __mlx4_remove_one()

[PATCH 3.10-stable 1/2] net/mlx4_core: pass pci_device_id.driver_data to __mlx4_init_one during reset
 2014-06-01  7:25 UTC  (2+ messages)
` [PATCH 3.10-stable 2/2] net/mlx4_core: Preserve pci_dev_data after __mlx4_remove_one()

[PATCH] net: filter: fix possible memory leak in __sk_prepare_filter()
 2014-06-01  6:25 UTC  (2+ messages)

[RFC v3] Bluetooth: Keep master role when SCO or eSCO is active
 2014-06-01  5:20 UTC 

pull request net: batman-adv 20140527
 2014-06-01  3:02 UTC  (4+ messages)

[PATCH] net/mlx4_core: Preserve pci_dev_data after __mlx4_remove_one()
 2014-06-01  2:41 UTC  (7+ messages)

[PATCH v1 0/6] *** net: fec: Enable Software TSO to improve the tx performance ***
 2014-06-01  2:25 UTC  (8+ messages)
` [PATCH v1 6/6] net: fec: Add software TSO support

[PATCH 0/3] cnic fixes
 2014-06-01  0:07 UTC  (7+ messages)
` [PATCH 1/3] cnic: Don't take rcu_read_lock in cnic_rcv_netevent()
  ` [PATCH 2/3] cnic: Don't take cnic_dev_lock in cnic_alloc_uio_rings()

[PATCH] dns_resolver: Do not accept domain names longer than 255 chars
 2014-05-31 21:37 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 6/11] net: wireless: Remove useless return variables
 2014-05-31 20:23 UTC  (2+ messages)

[PATCH 4/11 V2] via-ircc: Remove useless return variables
 2014-05-31 16:21 UTC 

[PATCH 2/11] cw1200: Remove useless return variables
 2014-05-31 16:14 UTC  (3+ messages)

[PATCH 2/11 V2] cw1200: Remove useless return variables
 2014-05-31 16:12 UTC 

pull-request: can-next 2014-05-19
 2014-05-31 15:38 UTC  (2+ messages)
` Thanks! "

[PATCH v2] net: ec_bhf: Add runtime dependencies
 2014-05-31 15:32 UTC 

[PATCH 10/11] vxge: Remove useless return variables
 2014-05-31 13:14 UTC 

[PATCH 7/11] bnx2x: Remove useless return variables
 2014-05-31 13:14 UTC 

[PATCH] gpio: removes all usage of gpiochip_remove retval
 2014-05-31 12:19 UTC  (9+ messages)
` [PATCH 1/2] "
  ` [PATCH 2/2] gpio: gpiolib: set gpiochip_remove retval to void

[PATCH iproute2] bridge: Add master device name to bridge fdb show
 2014-05-31 11:10 UTC  (6+ messages)

[PATCH net-next] net: ipconfig: allow IP-Config over DSA devices
 2014-05-31  7:04 UTC  (2+ messages)

Revert 462fb2af9788a82a534f8184abfde31574e1cfa0 (bridge : Sanitize skb before it enters the IP stack)
 2014-05-31  6:37 UTC  (6+ messages)

[PATCH] cnic: don't take the rtnl_read_lock in cnic_rcv_netevent
 2014-05-31  5:50 UTC  (8+ messages)

[PATCH iproute2 v2] bridge: Add master device name to bridge fdb show
 2014-05-31  5:04 UTC 

Re:
 2014-05-30 21:39 UTC 

[PATCH 0/3] Netfilter/IPVS updates for net-next
 2014-05-31  0:55 UTC  (2+ messages)

[net-next 00/15][pull request] Intel Wired LAN Driver Updates
 2014-05-31  0:53 UTC  (2+ messages)

[PATCH] af_key: Replace comma with semicolon
 2014-05-31  0:50 UTC  (2+ messages)

[PATCH] rds/tcp_listen: Replace comma with semicolon
 2014-05-31  0:50 UTC  (2+ messages)

[PATCH] RDS/RDMA: Replace comma with semicolon
 2014-05-31  0:49 UTC  (2+ messages)

[PATCH] ipmr: Replace comma with semicolon
 2014-05-31  0:49 UTC  (2+ messages)

[PATCH] sh_eth: use RNC mode for R8A7790
 2014-05-31  0:47 UTC  (3+ messages)

[PATCH net] rtnetlink: fix userspace API breakage for iproute2 < v3.9.0
 2014-05-31  0:42 UTC  (2+ messages)

[PATCH v3] net/phy: tune get_phy_c45_ids to support more c45 phy
 2014-05-31  0:41 UTC  (2+ messages)

[PATCH net v2 0/2] sfc: Restrict PIO for 64bit arch in order to avoid data corruption
 2014-05-31  0:38 UTC  (2+ messages)

[patch 0/4] s390: network patches for net-next V1
 2014-05-31  0:35 UTC  (2+ messages)

pull-request: can 2014-05-28
 2014-05-31  0:33 UTC  (2+ messages)

[PATCH net-next 0/6] be2net: patch set
 2014-05-31  0:28 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).