netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-09-01 07:10:38 to 2015-09-02 08:31:12 UTC [more...]

[net-next:master 300/401] nf_defrag_ipv6_hooks.c:undefined reference to `nf_ct_zone_dflt'
 2015-09-02  8:31 UTC  (2+ messages)

[PATCH 2/3] rhashtable-test: retry insert operations in threads
 2015-09-02  7:07 UTC  (16+ messages)

[net-next PATCH] drivers: net: cpsw: Add support to make gpio drive which slave connected to phy
 2015-09-02  6:33 UTC  (3+ messages)

[Patch net-next 4/5] net_sched: forbid setting default qdisc to inappropriate ones
 2015-09-02  6:26 UTC  (8+ messages)

[PATCH net-next 0/4] BPF updates
 2015-09-02  6:22 UTC  (8+ messages)
` [PATCH net-next 1/4] net: qdisc: add op to run filters/actions before enqueue
` [PATCH net-next 2/4] ebpf: migrate bpf_prog's flags to bitfield
` [PATCH net-next 3/4] net: {cls,act}_bpf: add helper for retrieving routing realms
` [PATCH net-next 4/4] net: {cls,act}_bpf: make skb->priority writable

[PATCH net-next] ipv6: fix multipath route replace error recovery
 2015-09-02  5:54 UTC 

[PATCH] ixgbe: Limit lowest interrupt rate for adaptive interrupt moderation to 12K
 2015-09-02  5:44 UTC  (3+ messages)
` [Intel-wired-lan] "

[PATCH] flow_dissector: Use 'const' where possible
 2015-09-02  5:32 UTC  (4+ messages)

[net-next:master 1557/1566] :undefined reference to `__get_hash_from_flowi6'
 2015-09-02  3:37 UTC  (3+ messages)

[net-next 00/19][pull request] Intel Wired LAN Driver Updates 2015-09-01
 2015-09-02  3:31 UTC  (23+ messages)
` [net-next 01/19] i40e: Set defport behavior for the Main VSI when in promiscuous mode
` [net-next 02/19] ixgbe: add new function to check for management presence
` [net-next 03/19] ixgbe: Assign set_phy_power dynamically where needed
` [net-next 04/19] ixgbe: Check whether FDIRCMD writes actually complete
` [net-next 05/19] ixgbe: Add support for UDP-encapsulated tx checksum offload
` [net-next 06/19] ixgbe: Add support for VXLAN RX offloads
` [net-next 07/19] ixgbe: Add support for entering low power link up state
` [net-next 08/19] ixgbe: add get_bus_info method for X550
` [net-next 09/19] ixgbe: add new bus type for intergrated I/O interface (IOSF)
` [net-next 10/19] ixgbe: Remove unused PCI bus types
` [net-next 11/19] ixgbe: use kzalloc for allocating one thing
` [net-next 12/19] ixgbe: Remove second instance of lan_id variable
` [net-next 13/19] ixgbe: cleanup to use cached mask value
` [net-next 14/19] ixgbe: Avoid needless PHY access on copper phys
` [net-next 15/19] ixgbe: support for ethtool set_rxfh
` [net-next 16/19] ixgbe: fix bounds checking in ixgbe_setup_tc for 82598
` [net-next 17/19] ixgbe: Add support for reporting 2.5G link speed
` [net-next 18/19] ixgbe: Remove bimodal SR-IOV disabling
` [net-next 19/19] ixgbe: Resolve "initialized field overwritten" warnings

[PATCH net-next] flow_dissector: Fix function argument ordering dependency
 2015-09-02  3:20 UTC  (3+ messages)

[PATCH 1/1] ixgbe: use kzalloc for allocating one thing
 2015-09-02  2:24 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH v2] fm10k: Report MAC address on driver load
 2015-09-02  2:01 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH] fm10k: Don't assume page fragments are page size
 2015-09-02  2:00 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH net 0/3] ipv6: Fix dst_entry refcnt bugs in ip6_tunnel
 2015-09-02  1:55 UTC  (13+ messages)
` [PATCH net 1/3] ipv6: Refactor common ip6gre_tunnel_init codes
` [PATCH net 2/3] ipv6: Rename the dst_cache helper functions in ip6_tunnel
` [PATCH net 3/3] ipv6: Fix dst_entry refcnt bugs "

parsing ethtool output in programs/scripts
 2015-09-02  0:33 UTC  (2+ messages)

[PATCHv1 net-next 0/5] netlink: mmap: kernel panic and some issues
 2015-09-02  0:04 UTC  (6+ messages)

[net-next:master 1560/1566] include/linux/compiler.h:447:38: error: call to '__compiletime_assert_459' declared with attribute error: BUILD_BUG_ON failed: FLOW_KEYS_HASH_OFFSET % sizeof(u32)
 2015-09-01 23:46 UTC  (2+ messages)

[PATCH net] skbuff: Fix skb checksum flag on skb pull
 2015-09-01 23:37 UTC  (9+ messages)

Issue with /etc/netns/${nsname}/hosts
 2015-09-01 23:23 UTC 

[PATCH] net/bonding: send arp in interval if no active slave
 2015-09-01 23:15 UTC  (10+ messages)

kernel warning in tcp_fragment
 2015-09-01 23:02 UTC  (7+ messages)

[PATCH net-next 00/11] flow_dissector: Paramterize dissection and other features
 2015-09-01 22:22 UTC  (13+ messages)
` [PATCH net-next 01/11] flow_dissector: Move skb related functions to skbuff.h
` [PATCH net-next 02/11] skbuff: Make __skb_set_sw_hash a general function
` [PATCH net-next 03/11] flowi: Abstract out functions to get flow hash based on flowi
` [PATCH net-next 04/11] flow_dissector: Jump to exit code in __skb_flow_dissect
` [PATCH net-next 05/11] flow_dissector: Add flags argument to skb_flow_dissector functions
` [PATCH net-next 06/11] flow_dissector: Add control/reporting of fragmentation
` [PATCH net-next 07/11] flow_dissector: Support IPv6 fragment header
` [PATCH net-next 08/11] flow_dissector: Add flag to stop parsing at L3
` [PATCH net-next 09/11] flow_dissector: Add flag to stop parsing when an IPv6 flow label is seen
` [PATCH net-next 10/11] flow_dissector: Add control/reporting of encapsulation
` [PATCH net-next 11/11] flow_dissector: Ignore flow dissector return value from ___skb_get_hash

[PATCH 1/2] airo: fix IW_AUTH_ALG_OPEN_SYSTEM
 2015-09-01 22:21 UTC  (4+ messages)

[PATCH] tg3: Fix temperature reporting
 2015-09-01 22:04 UTC  (2+ messages)

[PATCH] phylib: fix device deletion order in mdiobus_unregister()
 2015-09-01 22:03 UTC  (4+ messages)

[PATCH net-next v3] net: Make table id type u32
 2015-09-01 21:35 UTC  (3+ messages)

Prioritize a vlan on another
 2015-09-01 21:07 UTC 

vxlan regression: multiple VXLANs on a single multicast group broken in kernel 4.1
 2015-09-01 21:02 UTC  (3+ messages)
` [PATCH net] vxlan: re-ignore EADDRINUSE from igmp_join

[PATCH net] sctp: support global vtag assochash and per endpoint s(d)port assochash table
 2015-09-01 20:11 UTC  (6+ messages)

[PATCH net-next v2] net: Make table id type u32
 2015-09-01 18:56 UTC  (2+ messages)

[PATCH] net: Make table id type u32
 2015-09-01 18:39 UTC  (4+ messages)
` [PATCH net-next] "

[PATCH RFC v2 00/21] TRILL implementation
 2015-09-01 18:30 UTC  (25+ messages)
` [PATCH RFC v2 01/21] net: rbridge: add trill frame description
` [PATCH RFC v2 02/21] net: rbridge: add layer 2 IS-IS Ethertype
` [PATCH RFC v2 03/21] net: rbridge: add RBridge structure
` [PATCH RFC v2 04/21] net: rbridge: add CONFIG_TRILL
` [PATCH RFC v2 05/21] net: rbridge: adapt Bridge structure
` [PATCH RFC v2 06/21] net: rbridge: enable/disable TRILL capability
` [PATCH RFC v2 07/21] net: rbridge: add sysfs for trill_state
` [PATCH RFC v2 08/21] net: rbridge: get Rbridge nickname from daemon
` [PATCH RFC v2 09/21] net: rbridge: add elected dtroot
` [PATCH RFC v2 10/21] net: rbridge: add rbr_node management function
` [PATCH RFC v2 11/21] net: rbridge: clean up rbr_node on rbridge stop
` [PATCH RFC v2 12/21] net: rbridge: update node table
` [PATCH RFC v2 13/21] net: rbridge: add basic trill frame handling function
` [PATCH RFC v2 14/21] net: rbridge: update forwarding database
` [PATCH RFC v2 15/21] net: rbridge: add test on trill flag before flood
` [PATCH RFC v2 16/21] net: rbridge: add encapsulation process
` [PATCH RFC v2 17/21] net: rbridge: add receive function
` [PATCH RFC v2 18/21] net: rbridge: add rbr_fwd
` [PATCH RFC v2 19/21] net: rbridge: add rbr_multidest_fwd
` [PATCH RFC v2 20/21] net: rbridge: replace net_port rx_handler
` [PATCH RFC v2 21/21] net: handle packet split for trill

iproute2 v5: full ss json support and general output simplification
 2015-09-01 17:57 UTC  (11+ messages)
` [PATCH v5 01/10] ss: rooted out ss type declarations for output formatters
` [PATCH v5 02/10] ss: created formatters for json and hr
` [PATCH v5 03/10] ss: removed obsolet fmt functions
` [PATCH v5 04/10] ss: prepare timer for output handler usage
` [PATCH v5 05/10] ss: replaced old output with new generic output mechanisms
` [PATCH v5 06/10] ss: renaming and export of current_filter
` [PATCH v5 07/10] ss: symmetrical subhandler output extension example
` [PATCH v5 08/10] ss: symmetrical formatter "
` [PATCH v5 09/10] ss: fixed free on local array for valid json output
` [PATCH v5 10/10] ss: activate json_writer excluded logic

[PATCH] net: Fix behavior of unreachable, blackhole and prohibit routes
 2015-09-01 17:53 UTC  (2+ messages)

[PATCH RFC 0/5] net: L2 only interfaces
 2015-09-01 17:07 UTC  (3+ messages)

[PATCH 1/2] net: Remove ndo_xmit_flush netdev operation, use signalling instead
 2015-09-01 16:49 UTC  (9+ messages)

[Linux 4.2-rc8+] circular locking dependency detected: [pppd] ppp_dev_uninit() | rtnl_lock()
 2015-09-01 15:44 UTC 

[PATCH] mwifiex: Make mwifiex_dbg a function, reduce object size
 2015-09-01 15:16 UTC  (3+ messages)

[PATCH v2 0/9] Adds Intel FieldsPeak NFC solution driver
 2015-09-01 14:54 UTC  (10+ messages)
` [PATCH v2 1/9] nfc: nci: Export nci data send API
` [PATCH v2 2/9] nfc: nci: Add function to get max packet size for conn
  ` [PATCH v2 3/9] nfc: nci: Introduce new core opcodes
  ` [PATCH v2 8/9] nfc: nci: Add a parameter to get the new connection id
` [PATCH v2 4/9] nfc: nci: Allow the driver to set handler for core nci ops
` [PATCH v2 5/9] nfc: nci: Do not call post_setup when setup fails
` [PATCH v2 6/9] nfc: nci: Introduce nci_core_cmd
` [PATCH v2 7/9] nfc: nci: Use a separate mutex for nci open and close
` [PATCH v2 9/9] nfc: Add Intel Fields Peak NFC solution driver

Several races in "usbnet" module (kernel 4.1.x)
 2015-09-01 14:05 UTC  (13+ messages)
` [PATCH 0/2] usbnet: Fix 2 problems in usbnet_stop()
  ` [PATCH 2/2] usbnet: Fix a race between usbnet_stop() and the BH
                  ` [PATCH] "

S3 resume fails with r8169 (RTL8168evl/8111evl)
 2015-09-01 13:37 UTC 

Unexpected loss recovery in TLP
 2015-09-01 12:31 UTC  (2+ messages)

Unexpected loss recovery in TLP
 2015-09-01  9:00 UTC 

[PATCH] ethtool: Dump eeprom info for soldered on modules
 2015-09-01  8:52 UTC  (2+ messages)

[PATCH] man2: adjtimex.2 : add info about Clock source
 2015-09-01  7:53 UTC  (2+ messages)

[net-next PATCH 0/4] fixup IFF_NO_QUEUE conversion
 2015-09-01  7:52 UTC  (3+ 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).