netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-09-22 12:42:40 to 2015-09-23 10:36:16 UTC [more...]

Race with ip=dhcp bootparameter in ip_rcv_finish on am335x
 2015-09-23 10:36 UTC  (2+ messages)

[PATCH] net: Remove unneeded return from void function
 2015-09-23 10:31 UTC 

[PATCH] kernel: Remove unneeded return from void functions
 2015-09-23  9:48 UTC  (2+ messages)

[PATCH RFC 0/3] kcm: Kernel Connection Multiplexor (KCM)
 2015-09-23  9:36 UTC  (8+ messages)
` [PATCH RFC 2/3] kcm: Kernel Connection Multiplexor module

[PATCH] net: sun4i-emac: Properly free resources on probe failure and remove
 2015-09-23  9:39 UTC 

[GIT PULL] ARCNET: refactoring and cleanup
 2015-09-23  9:20 UTC  (3+ messages)

[PATCH next 0/30] Passing net through the netfilter hooks
 2015-09-23  9:16 UTC  (12+ messages)
` [PATCH next 0/14] netfilter: Stop guessing net
  ` [PATCH next 0/15] netfilter: Stop guessing net (take 2)
    ` [PATCH next 00/84] ipvs: Stop guessing the network namespace
      ` [PATCH next 00/84] ipvs: Stop guessing the network namespace (take 2)
        ` [PATCH next 02/84] ipvs: Don't use current in proc_do_defense_mode

[PATCH v3] sky2: use random address if EEPROM is bad
 2015-09-23  8:52 UTC 

[PATCH 2/2] 8139cp: Call __cp_set_rx_mode() from cp_tx_timeout()
 2015-09-23  8:46 UTC  (17+ messages)
` [PATCH 1/7] 8139cp: Improve accuracy of cp_interrupt() return, to survive IRQ storms
      ` [PATCH 1/7] 8139cp: Do not re-enable RX interrupts in cp_tx_timeout()
      ` [PATCH 2/7] 8139cp: Fix tx_queued debug message to print correct slot numbers
      ` [PATCH 3/7] 8139cp: Fix TSO/scatter-gather descriptor setup
      ` [PATCH 4/7] 8139cp: Reduce duplicate csum/tso code in cp_start_xmit()
      ` [PATCH 5/7] 8139cp: Fix DMA unmapping of transmitted buffers
      ` [PATCH 6/7] 8139cp: Dump contents of descriptor ring on TX timeout
      ` [PATCH 7/7] 8139cp: Enable offload features by default
` [PATCH 2/7] 8139cp: Do not re-enable RX interrupts in cp_tx_timeout()
` [PATCH 4/7] 8139cp: Fix TSO/scatter-gather descriptor setup

pull-request: mac80211 2015-09-23
 2015-09-23  8:44 UTC 

Kernel 4.1 hang, apparently in __inet_lookup_established
 2015-09-23  8:25 UTC 

[PATCH net 0/2] lwtunnel: make it really work, for IPv4
 2015-09-23  8:12 UTC  (8+ messages)
` [PATCH net 1/2] ipv4: send arp replies to the correct tunnel
` [PATCH net 2/2] lwtunnel: remove source and destination UDP port config option

[patch net-next v2 00/10] switchdev: transaction item queue and cleanup
 2015-09-23  7:57 UTC  (11+ messages)
` [patch net-next v2 01/10] switchdev: rename "trans" to "trans_ph"
` [patch net-next v2 02/10] switchdev: introduce transaction item queue for attr_set and obj_add
` [patch net-next v2 03/10] switchdev: move transaction phase enum under transaction structure
` [patch net-next v2 04/10] switchdev: add switchdev_trans_ph_prepare/commit helpers
` [patch net-next v2 05/10] rocker: push struct switchdev_trans down through rocker code
` [patch net-next v2 06/10] rocker: use switchdev transaction queue for allocated memory
` [patch net-next v2 07/10] switchdev: remove "NONE" transaction phase
` [patch net-next v2 08/10] switchdev: remove "ABORT" "
` [patch net-next v2 09/10] dsa: use prepare/commit switchdev transaction helpers
` [patch net-next v2 10/10] switchdev: reduce transaction phase enum down to a boolean

[PATCH v2] net: axinet: Use of_property_read_u32 instead of open-coding it
 2015-09-23  7:20 UTC 

[PATCH v2] net: ll_temac: Use of_property_read_u32 instead of open-coding it
 2015-09-23  7:20 UTC 

[PATCH v2] net/ethoc: support big-endian register layout
 2015-09-23  6:35 UTC 

[PATCH v4] netlink: Fix autobind race condition that leads to zero port ID
 2015-09-23  6:13 UTC  (16+ messages)
      ` netlink: Replace rhash_portid with bound
          ` [PATCH v2] "

[Linux 4.2-rc8+...v4.3-rc2] REGRESSION: ppp: circular locking dependency detected: [pppd] ppp_dev_uninit() | rtnl_lock()
 2015-09-23  6:06 UTC 

[PATCH net-next 0/9] net: Refactor ip_route_input_slow
 2015-09-23  5:51 UTC  (17+ messages)
` [PATCH net-next 1/9] net: Remove martian_source_keep_err goto label
` [PATCH net-next 2/9] net: Remove e_inval label from ip_route_input_slow
` [PATCH net-next 3/9] net: Remove e_nobufs "
` [PATCH net-next 4/9] net: Move rth handling from ip_route_input_slow to helper
` [PATCH net-next 5/9] net: Move martian_destination "
` [PATCH net-next 6/9] net: Remove martian_source goto
` [PATCH net-next 7/9] net: Remove martian_destination label
` [PATCH net-next 8/9] net: Remove local_input label
` [PATCH net-next 9/9] net: Remove no_route label

[PATCH 0/9] powerpc32: set of optimisation of network checksum functions
 2015-09-23  5:43 UTC  (11+ messages)
` [PATCH 1/9] powerpc: unexport csum_tcpudp_magic
` [PATCH 2/9] powerpc: mark xer clobbered in csum_add()
` [PATCH 3/9] powerpc32: checksum_wrappers_64 becomes checksum_wrappers
` [PATCH 4/9] powerpc: inline ip_fast_csum()
` [PATCH 5/9] powerpc32: rewrite csum_partial_copy_generic() based on copy_tofrom_user()
` [PATCH 6/9] powerpc32: optimise a few instructions in csum_partial()
` [PATCH 7/9] powerpc32: optimise csum_partial() loop
` [PATCH 8/9] powerpc: simplify csum_add(a, b) in case a or b is constant 0
` [PATCH 9/9] powerpc: optimise csum_partial() call when len is constant

[PATCH v2] net/wireless: enable wiphy device to suspend/resume asynchronously
 2015-09-23  5:07 UTC  (3+ messages)

[PATCH] ip6_gre: Reduce log level in ip6gre_err() to debug
 2015-09-23  4:58 UTC 

[PATCH net] fib_rules: fix fib rule dumps across multiple skbs
 2015-09-23  4:40 UTC 

[PATCH net-next] tcp: factorize sk_txhash init
 2015-09-23  3:44 UTC  (4+ messages)
` [PATCH v2 "

[PATCH] net: davinci_emac: Add support for fixed-link PHY
 2015-09-23  1:10 UTC  (2+ messages)

I am inspired to send you this email
 2015-09-23  1:09 UTC 

[PATCH] net: mdio-octeon: Add PCI driver binding
 2015-09-23  0:41 UTC 

[PATCH] net: dsa: Fix Marvell Egress Trailer check
 2015-09-23  0:37 UTC  (3+ messages)

[PATCH v2] lib: fix data race in rhashtable_rehash_one
 2015-09-23  0:36 UTC  (3+ messages)

[PATCH] ch9200: Convert to use module_usb_driver
 2015-09-23  0:35 UTC  (2+ messages)

[PATCH net v2] openvswitch: Zero flows on allocation
 2015-09-23  0:34 UTC  (3+ messages)

[PATCH] net: dsa: actually force the speed on the CPU port
 2015-09-23  0:19 UTC  (2+ messages)

[PATCH net-next] bnx2x: add ethtool support to read and change RSS key
 2015-09-23  0:04 UTC  (5+ messages)
      ` [PATCH net] bnx2x: byte swap rss_key to comply to Toeplitz specs

[Patch net] net: revert "net_sched: move tp->root allocation into fw_init()"
 2015-09-23  0:01 UTC 

[net-next 00/17][pull request] Intel Wired LAN Driver Updates 2015-09-22
 2015-09-22 23:54 UTC  (18+ messages)
` [net-next 01/17] fm10k: remove comment about rtnl_lock around mbx operations
` [net-next 02/17] ixgbe: Add SFP+ detection for X550 hardware
` [net-next 03/17] ixgbe: Add fdir support for SCTP on X550
` [net-next 04/17] fm10k: drop transmitted messages in Tx FIFO as part of reset_work
` [net-next 05/17] fm10k: create "correct" header for the remote end on connect
` [net-next 06/17] fm10k: TRIVIAL remove unnecessary comma
` [net-next 07/17] fm10k: add support for extra debug statistics
` [net-next 08/17] e1000: remove dead e1000_init_eeprom_params calls
` [net-next 09/17] igbvf: Enable TSO for stacked VLAN
` [net-next 10/17] e1000e: "
` [net-next 11/17] ixgbevf: Enables "
` [net-next 12/17] ixgbe: Accept SFP not present errors on all devices
` [net-next 13/17] ixgbe: Add X550EM support for SFP insertion interrupt
` [net-next 14/17] ixgbe: Provide I2C combined on X550EM
` [net-next 15/17] ixgbe: Provide unlocked I2C methods
` [net-next 16/17] ixgbe: Set lan_id before first I2C eeprom access
` [net-next 17/17] ixgbe: Enable bit-banging mode on X550

[PATCH v2] geneve: remove use of internal IP header when calling IP_ECN_decapsulate
 2015-09-22 23:50 UTC  (3+ messages)
` [PATCH v3] geneve: ensure ECN info is handled properly in all tx/rx paths

[PATCH 00/38] Fixes related to incorrect usage of unsigned types
 2015-09-22 23:15 UTC  (17+ messages)
` [PATCH 17/38] isdn: hisax: fix frame calculation
` [PATCH 18/38] net/ibm/emac: fix type of phy_mode
` [PATCH 19/38] net: stmmac: fix type of entry variable
` [PATCH 20/38] net: brcm80211: fix range check
` [PATCH 21/38] mwifiex: fix comparison expression
` [PATCH 22/38] orinoco: fix checking for default value
` [PATCH 23/38] rndis_wlan: "
` [PATCH 27/38] usbnet: remove invalid check

[FAILED COMPILE v4.3-rc2] conntrack.c:316: undefined reference to `nf_ct_frag6_gather'
 2015-09-22 22:42 UTC  (3+ messages)

[RHEL6.6 PATCH] netpoll: Close race condition between poll_one_napi and napi_disable
 2015-09-22 22:09 UTC  (6+ messages)
  ` [PATCH v2] "

[PATCH] netpoll: Drop budget parameter from NAPI polling call hierarchy
 2015-09-22 21:56 UTC 

[net PATCH 0/3] netpoll fixes for Intel drivers
 2015-09-22 21:35 UTC  (4+ messages)
` [net PATCH 1/3] i40e: Fix handling of napi budget
` [net PATCH 2/3] fm10k: Fix handling of napi budget when multiple queues are enabled per vector
` [net PATCH 3/3] ixgbe: "

[PATCH net v2] skbuff: Fix skb checksum flag on skb pull
 2015-09-22 21:28 UTC  (2+ messages)

[PATCH 00/30] Netfilter/IPVS updates for net-next
 2015-09-22 20:12 UTC  (2+ messages)

[PATCH net-next] tcp: Fix CWV being too strict on thin streams
 2015-09-22 20:04 UTC  (8+ messages)

[PATCH v2 1/3] net: irda: pxaficp_ir: use sched_clock() for time management
 2015-09-22 19:27 UTC  (5+ messages)

[PATCH] iplink_geneve: add UDP destination port configuration at link creation
 2015-09-22 17:09 UTC  (5+ messages)
` [PATCH] geneve: use network byte order for destination port config parameter
      ` [PATCH v2] "

[PATCH iproute2] man tc-htb: Fix HRB -> HTB typo
 2015-09-22 17:01 UTC 

[PATCH net-next] ipv6: remove unused neigh parameter from ndisc functions
 2015-09-22 16:57 UTC 

[PATCH net-next] genetlink: simplify genl_notify
 2015-09-22 16:56 UTC 

[patch net-next 00/10] switchdev: transaction item queue and cleanup
 2015-09-22 16:53 UTC  (15+ messages)
` [patch net-next 01/10] switchdev: rename "trans" to "trans_ph"
` [patch net-next 02/10] switchdev: introduce transaction item queue for attr_set and obj_add
` [patch net-next 03/10] switchdev: move transaction phase enum under transaction structure
` [patch net-next 04/10] switchdev: add switchdev_trans_ph_prepare/commit helpers
` [patch net-next 05/10] rocker: push struct switchdev_trans down through rocker code
` [patch net-next 06/10] rocker: use switchdev transaction queue for allocated memory
` [patch net-next 07/10] switchdev: remove "NONE" transaction phase
` [patch net-next 08/10] switchdev: remove "ABORT" "
` [patch net-next 09/10] dsa: use prepare/commit switchdev transaction helpers
` [patch net-next 10/10] switchdev: reduce transaction phase enum down to a boolean

[PATCH v2 0/9] Phy, mdiobus, and netdev struct device fixes
 2015-09-22 16:18 UTC  (10+ messages)
  ` [PATCH 1/9] phy: fix of_mdio_find_bus() device refcount leak
  ` [PATCH 3/9] phy: fix mdiobus module safety
  ` [PATCH 4/9] phy: add proper phy struct device refcounting
` [PATCH 2/9] net: dsa: fix of_mdio_find_bus() device refcount leak
` [PATCH 5/9] of_mdio: fix MDIO phy device refcounting
` [PATCH 6/9] net: fix phy refcounting in a bunch of drivers
` [PATCH 7/9] phy: fixed-phy: properly validate phy in fixed_phy_update_state()
` [PATCH 8/9] phy: add phy_device_remove()
` [PATCH 9/9] net: fix net_device refcounting

[PATCH] lib: fix data race in rhashtable_rehash_one
 2015-09-22 15:18 UTC  (2+ messages)

[PATCH 13/17] net: gianfar: remove misuse of IRQF_NO_SUSPEND flag
 2015-09-22 15:09 UTC  (5+ messages)

[iproute PATCH] man: tc.8: mention Fair Queue scheduler
 2015-09-22 14:18 UTC  (2+ messages)
` [iproute2 PATCH v2] man: tc.8: mention available qdiscs

[PATCH net-next] BNX2: fix a Null Pointer for stats_blk
 2015-09-22 12:42 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).