netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-12-12 19:59:52 to 2015-12-14 20:12:31 UTC [more...]

[ANNOUNCE] Another round of NetDev 1.1 updates
 2015-12-14 20:12 UTC 

[PATCH v5 0/5] Add support for Geneve udp port offload
 2015-12-14 20:21 UTC  (6+ messages)
` [PATCH v5 1/5] geneve: Add geneve udp port offload for ethernet devices
` [PATCH v5 2/5] i40e: geneve tunnel offload support
` [PATCH v5 3/5] i40e: Kernel dependency update for i40e to support geneve offload
` [PATCH v5 4/5] geneve: Add geneve_get_rx_port support
` [PATCH v5 5/5] i40e: Call geneve_get_rx_port to get the existing Geneve ports

[PATCH] chelsio: add support for other 10G boards
 2015-12-14 19:58 UTC 

[PATCH net-next] ipv6: addrconf: drop ieee802154 specific things
 2015-12-14 19:55 UTC 

[PATCH v4 0/5] Add support for Geneve udp port offload
 2015-12-14 19:58 UTC  (7+ messages)
` [PATCH v4 1/5] geneve: Add geneve udp port offload for ethernet devices
` [PATCH v4 2/5] i40e: geneve tunnel offload support
` [PATCH v4 3/5] i40e: Kernel dependency update for i40e to support geneve offload
` [PATCH v4 4/5] geneve: Add geneve_get_rx_port support
` [PATCH v4 5/5] i40e: Call geneve_get_rx_port to get the existing Geneve ports

[PATCH net-next 0/8] net: The beginning of the end for NETIF_F_IP_CSUM and NETIF_F_IPV6_CSUM
 2015-12-14 19:39 UTC  (10+ messages)
` [PATCH net-next 1/8] net: Add skb_inner_transport_offset function
` [PATCH net-next 2/8] sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRC
` [PATCH net-next 3/8] fcoe: Use CHECKSUM_PARTIAL to indicate CRC offload
` [PATCH net-next 4/8] net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK
` [PATCH net-next 5/8] net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUM
` [PATCH net-next 6/8] tcp: Fix conditions to determine checksum offload
` [PATCH net-next 7/8] net: Add driver helper functions to determine checksum offloadability
` [PATCH net-next 8/8] net: Elaborate on checksum offload interface description

[PATCHSET v4] netfilter, cgroup: implement cgroup2 path match in xt_cgroup
 2015-12-14 19:37 UTC  (8+ messages)
` [PATCH 7/8] netfilter: prepare xt_cgroup for multi revisions
` [PATCH 8/8] netfilter: implement xt_cgroup cgroup2 path match
  ` [PATCH net-next] net, cgroup: cgroup_sk_updat_lock was missing initializer

Add a SOCK_DESTROY operation to close sockets from userspace
 2015-12-14 19:37 UTC  (10+ messages)
  ` [PATCH v5 1/4] net: diag: Add the ability to destroy a socket
  ` [PATCH v5 2/4] net: diag: split inet_diag_dump_one_icsk into two
  ` [PATCH v5 3/4] net: diag: Support SOCK_DESTROY for inet sockets
  ` [PATCH v5 4/4] net: diag: Support destroying TCP sockets

[PATCHv2 net-next] ipv6: allow routes to be configured with expire values
 2015-12-14 19:36 UTC  (5+ messages)

[PATCH v3 net] ravb: clear RIC1 in init instead of stop
 2015-12-14 19:33 UTC  (3+ messages)

[PATCH net] net: add validation for the socket syscall protocol argument
 2015-12-14 19:32 UTC  (3+ messages)

[PATCH] net: phy: mdio-mux: Check return value of mdiobus_alloc()
 2015-12-14 19:30 UTC  (2+ messages)

[PATCH net-next] sched/cls_flow.c
 2015-12-14 19:12 UTC  (2+ messages)

[PATCH net] openvswitch: fix trivial comment typo
 2015-12-14 19:00 UTC  (3+ messages)

[PATCH net] ravb: Add disable 10base
 2015-12-14 18:49 UTC  (6+ messages)

[PATCH net-next v2] Driver for IBM System i/p VNIC protocol
 2015-12-14 18:05 UTC  (3+ messages)

[PATCH] drivers: net: cpsw: fix RMII/RGMII mode when used with fixed-link PHY
 2015-12-14 18:04 UTC  (3+ messages)

[PATCH net] netlink: fix boolean evaluation on bound
 2015-12-14 17:50 UTC  (4+ messages)

Checksum offload queries
 2015-12-14 17:16 UTC  (5+ messages)
` [RFC PATCH net-next 0/2] Local checksum offload for VXLAN
  ` [PATCH 1/2] net: udp: local checksum offload for encapsulation
  ` [PATCH 2/2] net: vxlan: enable local checksum offload on HW_CSUM devices

[PATCH] sh_eth: fix descriptor access endianness
 2015-12-14 16:53 UTC  (2+ messages)

Double free of dst_entry in ipv4_dst_destroy()
 2015-12-14 16:36 UTC  (8+ messages)

[PATCH v2 net] ravb: Remove clear unhandled interrupt
 2015-12-14 16:30 UTC  (3+ messages)

Another pppoe-related crash
 2015-12-14 16:16 UTC  (2+ messages)

[PATCH 0/6] netfilter fixes for net
 2015-12-14 16:09 UTC  (8+ messages)
` [PATCH 1/6] netfilter: nfnetlink_queue: avoid harmless unnitialized variable warnings
` [PATCH 2/6] netfilter: nfnetlink_queue: Unregister pernet subsys in case of init failure
` [PATCH 3/6] netfilter: nfnetlink: avoid recurrent netns lookups in call_batch
` [PATCH 4/6] netfilter: nfnetlink: fix splat due to incorrect socket memory accounting in skbuff clones
` [PATCH 5/6] netfilter: nf_dup: add missing dependencies with NF_CONNTRACK
` [PATCH 6/6] netfilter: nf_tables: use reverse traversal commit_list in nf_tables_abort

Add support for Geneve udp port offload
 2015-12-14 16:03 UTC  (4+ messages)
` [PATCH v3 1/4] geneve: Add geneve udp port offload for ethernet devices

[PATCH iproute2 -next] bpf: minor fix in api and bpf_dump_error() usage
 2015-12-14 15:57 UTC 

[PATCH iproute2] ip, route: fix minor compile warning
 2015-12-14 15:53 UTC  (3+ messages)

[V2 PATCH 1/1] net: sctp: dynamically enable or disable pf state
 2015-12-14 15:38 UTC  (3+ messages)

[PATCH 0/2] Fix issues with vlans without REORDER_HEADER
 2015-12-14 14:51 UTC  (3+ messages)
` [PATCH 1/2] vlan: Fix untag operations of stacked vlans with REORDER_HEADER off

use-after-free in sctp_do_sm
 2015-12-14 14:25 UTC  (14+ messages)

[RFC radvd 0/2] radvd: 6lowpan 6CO testing patches
 2015-12-14 14:07 UTC  (3+ messages)
` [RFC radvd 1/2] device-linux: replace ARPHRD_IEEE802154 to ARPHRD_6LOWPAN
  ` [RFC radvd 2/2] radvd: rework 6CO handling

[PATCH 1/1] net: bonding: remove redudant brackets
 2015-12-14 14:06 UTC  (3+ messages)

[RFCv4 bluetooth-next 0/2] 6lowpan: 6co and stateful compression support
 2015-12-14 14:00 UTC  (3+ messages)
` [RFCv4 bluetooth-next 1/2] 6lowpan: iphc: add support for stateful compression
` [RFCv4 bluetooth-next 2/2] ipv6: add 6co as icmpv6 userspace option

Information leak in pptp_bind
 2015-12-14 10:38 UTC 

[PATCH] net/mlx4_core: fix handling return value of mlx4_slave_convert_port
 2015-12-14 10:06 UTC  (2+ messages)
` [PATCH] ath9k_htc: fix handling return value of ath9k_hw_calibrate

[PATCH 1/1] net: sctp: dynamically enable or disable pf state
 2015-12-14  9:53 UTC  (2+ messages)

[PATCH] sbc8641: drop bogus PHY IRQ entries from DTS file
 2015-12-14  9:46 UTC  (2+ messages)
`  "

[PATCH V2 net-next] drivers/net: fix eisa_driver probe section mismatch
 2015-12-14  5:24 UTC  (2+ messages)

[PATCH net-next] hv_netvsc: Fix race condition on Multi-Send Data field
 2015-12-14  5:02 UTC  (2+ messages)

[PATCH net v2] net: Flush local routes when device changes vrf association
 2015-12-14  4:59 UTC  (2+ messages)

[PATCH net-next v2 0/3] geneve: Add support for Remote Checksum Offload
 2015-12-14  4:59 UTC  (2+ messages)

[PATCH v1 1/2] net:hns: annotate IO address space properly
 2015-12-14  4:37 UTC  (4+ messages)
` [PATCH v1 2/2] net:hns: print MAC with %pM

[net-next 00/15][pull request] 100GbE Intel Wired LAN Driver Updates 2015-12-13
 2015-12-14  4:21 UTC  (17+ messages)
` [net-next 01/15] fm10k: use ether_addr_copy to copy MAC address
` [net-next 02/15] fm10k: do not use CamelCase
` [net-next 03/15] fm10k: remove unnecessary else block from if statements with return
` [net-next 04/15] fm10k: remove namespace pollution of fm10k_iov_msg_data_pf
` [net-next 05/15] fm10k: consistently refer to VLANs and VLAN IDs
` [net-next 06/15] fm10k: bump driver version
` [net-next 07/15] fm10k: conditionally compile DCB and DebugFS support
` [net-next 08/15] fm10k: Cleanup MSI-X interrupts in case of failure
` [net-next 09/15] fm10k: Cleanup exception handling for mailbox interrupt
` [net-next 10/15] fm10k: do not inline fm10k_iov_select_vid()
` [net-next 11/15] fm10k: whitespace cleanups
` [net-next 12/15] fm10k: use BIT() macro instead of open-coded bit-shifting
` [net-next 13/15] fm10k: cleanup namespace pollution
` [net-next 14/15] fm10k: cleanup overly long lines
` [net-next 15/15] fm10k: initialize xps at driver load

[PATCH 0/4] Replace tty->closing
 2015-12-14  4:02 UTC  (4+ messages)
` [PATCH v2 "

[PATCH v6 0/4] stmmac: create of compatible mdio bus for stmacc driver
 2015-12-14  3:32 UTC  (5+ messages)
` [PATCH v6 1/4] stmmac: create of compatible mdio bus for stmmac driver
` [PATCH v6 2/4] stmmac: Correct documentation on stmmac clocks
` [PATCH v6 3/4] stmmac: Fix calculations for ptp counters when clock input = 50Mhz
` [PATCH v6 4/4] stmmac: socfpga: Provide dt node to config ptp clk source

Message TO: twoller@crystal.cirrus.com has been discarded due to a filter rule
 2015-12-14  1:46 UTC 

linux-next: manual merge of the net-next tree with the pci tree
 2015-12-14  0:27 UTC 

[PATCH] sh_eth: fix TX buffer byte-swapping
 2015-12-13 22:25 UTC  (2+ messages)

[net-next 00/17][pull request] 1GbE Intel Wired LAN Driver Updates 2015-12-12
 2015-12-13 22:11 UTC  (19+ messages)
` [net-next 01/17] e1000: make eeprom read/write scheduler friendly
` [net-next 02/17] igb: add 88E1543 initialization code
` [net-next 03/17] e1000: fix data race between tx_ring->next_to_clean
` [net-next 04/17] igb: don't unmap NULL hw_addr
` [net-next 05/17] e1000: Remove checkpatch coding style errors
` [net-next 06/17] igb: use the correct i210 register for EEMNGCTL
` [net-next 07/17] e1000: clean up the checking logic
` [net-next 08/17] e1000: fix a typo in the comment
` [net-next 09/17] e1000e: clean up the local variable
` [net-next 10/17] e1000: fix kernel-doc argument being missing
` [net-next 11/17] e1000: get rid of duplicate exit path
` [net-next 12/17] e1000: Elementary checkpatch warnings and checks removed
` [net-next 13/17] e1000e: fix division by zero on jumbo MTUs
` [net-next 14/17] e1000e: Increase timeout of polling bit RSPCIPHY
` [net-next 15/17] igb: fix NULL derefs due to skipped SR-IOV enabling
` [net-next 16/17] igb: improve handling of disconnected adapters
` [net-next 17/17] e1000e: initial support for i219-LM (3)

[PATCH net] nftables: use list_for_each_entry_safe_reverse to traversal commit_list in nf_tables_abort
 2015-12-13 21:47 UTC  (4+ messages)

[PATCH net-next] ravb: ptp: fix misplaced ravb_ptp_stop() calling in ravb_probe()
 2015-12-13 21:10 UTC  (4+ messages)

[PATCH net-next] ravb: Add fixed-link support
 2015-12-13 21:00 UTC  (2+ messages)

[PATCH ]net: sched/cls_flow.c : allow nfct-* keys work on ingress interfaces
 2015-12-13 14:01 UTC  (2+ messages)

use-after-free in pptp_connect
 2015-12-13 13:24 UTC 

[PATCH net] bnx2x: Prevent FW assertion when using Vxlan
 2015-12-13 12:21 UTC  (2+ messages)

URGENT MAIL FOR YOU
 2015-12-13  9:47 UTC 

[PATCH] [linux-next] net: Fix typo in skb_fclone_busy
 2015-12-13  7:53 UTC 

[net-next v2 00/11][pull request] 40GbE Intel Wired LAN Driver Updates 2015-12-12
 2015-12-13  7:23 UTC  (13+ messages)
` [net-next v2 01/11] i40e: chomp the BIT(_ULL)
` [net-next v2 02/11] i40e: properly delete VF MAC filters
` [net-next v2 03/11] i40e: don't add zero MAC filter
` [net-next v2 04/11] i40evf: check rings before freeing resources
` [net-next v2 05/11] i40e: use explicit cast from u16 to u8
` [net-next v2 06/11] i40e: Opcode and structures required by OEM Post Update AQ command and add new NVM arq message
` [net-next v2 07/11] i40e: hush little warnings
` [net-next v2 08/11] i40e/i40evf: Add a new offload for RSS PCTYPE V2 for X722
` [net-next v2 09/11] i40e: clean whole mac filter list
` [net-next v2 10/11] i40evf: change version string generation
` [net-next v2 11/11] i40e/i40evf: Bump i40e to 1.4.8 and i40evf to 1.4.4

ICMPv6 sockets
 2015-12-13  4:19 UTC  (3+ messages)

[PATCH 00/28] MIPS Boston board support
 2015-12-13  1:22 UTC  (3+ messages)
` [PATCH 24/28] net: pch_gbe: add device tree support

[PATCH] ath6kl: Use vmalloc to allocate ar->fw for api1 method
 2015-12-13  0:52 UTC  (2+ messages)

[net-next 00/12][pull request] 10GbE Intel Wired LAN Driver Updates 2015-12-12
 2015-12-13  0:25 UTC  (2+ messages)

[PATCH net-next] bpf, inode: allow for rename and link ops
 2015-12-13  0:06 UTC  (2+ messages)

[PATCH v2] vhost: replace % with & on data path
 2015-12-13  0:01 UTC  (3+ messages)

[PATCH] sh_eth: uninline sh_eth_{write|read}()
 2015-12-12 22:44 UTC 

[PATCH] sh_eth: move inline functions to the header file
 2015-12-12 22:24 UTC  (5+ messages)

r8169 nic sometimes doesn't work after changing the mac address
 2015-12-12 21:43 UTC 

IPv6 route to gateway on fe80::1%eth0 when I have fe80::1%br0 locally
 2015-12-12 19:58 UTC 

NFS issue on v4.4-rc3
 2015-12-12 20:00 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).