netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-10-26 18:17:29 to 2016-10-27 20:02:19 UTC [more...]

[PATCH net-next] net: inet: Support UID-based routing
 2016-10-27 20:02 UTC  (7+ messages)
` [PATCH net-next 1/3] net: core: Add a UID field to struct sock
` [PATCH net-next 2/3] net: core: add UID to flows, rules, and routes
` [PATCH net-next 3/3] net: inet: Support UID-based routing in IP protocols

[PATCH 00/17] pull request for net-next: batman-adv 2016-10-27
 2016-10-27 19:01 UTC  (18+ messages)
  ` [PATCH 01/17] batman-adv: Start new development cycle
  ` [PATCH 02/17] batman-adv: Add B.A.T.M.A.N. V sysfs files to README
  ` [PATCH 03/17] batman-adv: Add network_coding and mcast "
  ` [PATCH 06/17] batman-adv: Remove unused function batadv_hash_delete
` [PATCH 04/17] batman-adv: Add dat, mcast, nc and neighbor debugfs files to README
` [PATCH 05/17] batman-adv: Document new nc, mcast and tpmeter log levels
` [PATCH 07/17] batman-adv: Move batadv_sum_counter to soft-interface.c
` [PATCH 08/17] batman-adv: Remove unused batadv_icmp_user_cmd_type
` [PATCH 09/17] batman-adv: fix batadv_forw_packet kerneldoc for list attribute
` [PATCH 10/17] batman-adv: remove unsed argument from batadv_dbg_arp() function
` [PATCH 11/17] batman-adv: Allow selecting BATMAN V if CFG80211 is not built
` [PATCH 12/17] batman-adv: Less function calls in batadv_is_ap_isolated() after error detection
` [PATCH 13/17] batman-adv: Remove needless init of variables on stack
` [PATCH 14/17] batman-adv: Use proper name for fragments list head
` [PATCH 15/17] batman-adv: Use proper name for gateway "
` [PATCH 16/17] batman-adv: Use octal permissions instead of macros
` [PATCH 17/17] batman-adv: Avoid precedence issues in macros

[PATCHv2 iproute2 net-next] tc: m_mirred: Fix parsing of 'index' optional argument
 2016-10-27 19:00 UTC  (5+ messages)

[PATCH net 1/2] vxlan: avoid using stale vxlan socket
 2016-10-27 18:51 UTC  (2+ messages)
` [PATCH net 2/2] geneve: avoid using stale geneve socket

[bnx2] [Regression 4.8] Driver loading fails without firmware
 2016-10-27 18:16 UTC  (5+ messages)

[patch net-next] rocker: set physical device for port netdevice
 2016-10-27 12:31 UTC 

Pure polling mode for netdevices
 2016-10-27 18:29 UTC  (3+ messages)

[PATCH net-next] ibmveth: v1 calculate correct gso_size and set gso_type
 2016-10-27 18:08 UTC  (5+ messages)

[PATCH] net: smsc911x: Synchronize the runtime PM status during system suspend
 2016-10-27 17:47 UTC  (5+ messages)

[PATCH net v2 1/2] ibmvnic: Fix releasing of sub-CRQ IRQs in interrupt context
 2016-10-27 17:28 UTC  (2+ messages)
` [PATCH net v1 2/2] ibmvnic: Fix missing brackets in init_sub_crq_irqs

[PATCH net-next] tcp_bbr: add a state transition diagram and accompanying comment
 2016-10-27 17:26 UTC 

[PATCH] net_sched actions: use nla_parse_nested()
 2016-10-27 16:35 UTC  (2+ messages)

[PATCH] can: fix warning in bcm_connect/proc_register
 2016-10-27 16:28 UTC  (6+ messages)

[PATCH] netfilter: fix type mismatch with error return from nft_parse_u32_check
 2016-10-27 16:26 UTC  (3+ messages)
` [PATCH v2] "

[PATCH net] arch/powerpc: Update parameters for csum_tcpudp_magic & csum_tcpudp_nofold
 2016-10-27 16:24 UTC  (2+ messages)

[PATCH net-next] bpf: Print function name in addition to function id
 2016-10-27  9:23 UTC 

[PATCH RDS v1] rds: debug messages are enabled by default
 2016-10-27 16:01 UTC  (3+ messages)

[PATCH v8 0/8] thunderbolt: Introducing Thunderbolt(TM) Networking
 2016-10-27 15:51 UTC  (3+ messages)

[PATCH net-next 0/5] Route ICMPv6 errors with the flow when ECMP in use
 2016-10-27 15:25 UTC  (6+ messages)
` [PATCH net-next 4/5] ipv6: Compute multipath hash for sent ICMP errors from offending packet
` [PATCH net-next 5/5] ipv6: Compute multipath hash for forwarded "

[PATCH 19/28] brcmfmac: avoid maybe-uninitialized warning in brcmf_cfg80211_start_ap
 2016-10-27 15:05 UTC  (2+ messages)
  ` [19/28] "

[PATCH net-next v1 00/16] tipc: socket layer improvements
 2016-10-27 15:03 UTC  (18+ messages)
` [PATCH net-next v1 01/16] tipc: return early for non-blocking sockets at link congestion
` [PATCH net-next v1 02/16] tipc: wakeup sleeping users at disconnect
` [PATCH net-next v1 03/16] tipc: set kern=0 in sk_alloc() during tipc_accept()
` [PATCH net-next v1 04/16] tipc: rename struct tipc_skb_cb member handle to bytes_read
` [PATCH net-next v1 05/16] tipc: rename tsk->remote to tsk->peer for consistent naming
` [PATCH net-next v1 06/16] tipc: remove tsk->connected for connectionless sockets
` [PATCH net-next v1 07/16] tipc: remove tsk->connected from tipc_sock
` [PATCH net-next v1 08/16] tipc: remove probing_intv "
` [PATCH net-next v1 09/16] tipc: remove socket state SS_READY
` [PATCH net-next v1 10/16] tipc: create TIPC_LISTEN as a new sk_state
` [PATCH net-next v1 11/16] tipc: create TIPC_PROBING/TIPC_ESTABLISHED as new sk_states
` [PATCH net-next v1 12/16] tipc: create TIPC_OPEN as a new sk_state
` [PATCH net-next v1 13/16] tipc: create TIPC_DISCONNECTING "
` [PATCH net-next v1 14/16] tipc: create TIPC_CLOSING "
` [PATCH net-next v1 15/16] tipc: create TIPC_CONNECTING "
` [PATCH net-next v1 16/16] tipc: remove SS_CONNECTED sock state

ICMP redirects behavior
 2016-10-27 15:01 UTC 

[PATCH net-next 0/2] mlx4 XDP TX refactor
 2016-10-27 14:52 UTC  (3+ messages)
` [PATCH net-next 1/2] net/mlx4_en: Add TX_XDP for CQ types
` [PATCH net-next 2/2] net/mlx4_en: Refactor the XDP forwarding rings scheme

[PATCH (net.git) 0/3] stmmac: fix PTP support
 2016-10-27 10:51 UTC  (5+ messages)
` [PATCH (net.git) 2/3] stmmac: fix PTP support for GMAC4

[patch net-next 0/5] mlxsw: small driver update
 2016-10-27 14:39 UTC  (7+ messages)
` [patch net-next 1/5] mlxsw: spectrum: Remove extra whitespace
` [patch net-next 2/5] mlxsw: pci: Rename header with HW definitions
` [patch net-next 3/5] mlxsw: Move PCI id table definitions into driver modules
` [patch net-next 4/5] mlxsw: spectrum: Set physical device for port netdevice
` [patch net-next 5/5] mlxsw: switchx2: "

[PATCH v4] iproute2: macvlan: add "source" mode
 2016-10-27 10:44 UTC 

[RFC net-next iproute2 0/2] Add support for operating raw sockest via diag interface
 2016-10-27  8:24 UTC  (6+ messages)
` [RFC net-next iproute2 1/2] libnetlink: Add test for error code returned from netlink reply
` [RFC net-next iproute2 2/2] ss: Add inet raw sockets information gathering via netlink diag interface

[PATCH 0/2] at803x: don't power-down SGMII link
 2016-10-27  8:05 UTC  (3+ messages)

[PATCH net 00/10] mlx4 misc fixes for 4.9
 2016-10-27 13:27 UTC  (11+ messages)
` [PATCH net 01/10] net/mlx4_core: Fix the resource-type enum in res tracker to conform to FW spec
` [PATCH net 02/10] net/mlx4_core: Avoid setting ports to auto when only one port type is supported
` [PATCH net 03/10] net/mlx4_core: Change the default value of enable_qos
` [PATCH net 04/10] net/mlx4_en: Resolve dividing by zero in 32-bit system
` [PATCH net 05/10] net/mlx4_en: Process all completions in RX rings after port goes up
` [PATCH net 06/10] net/mlx4_en: Fix panic during reboot
` [PATCH net 07/10] net/mlx4_core: Do not access comm channel if it has not yet been initialized
` [PATCH net 08/10] net/mlx4: Fix firmware command timeout during interrupt test
` [PATCH net 09/10] net/mlx4_en: Fix potential deadlock in port statistics flow
` [PATCH net 10/10] net/mlx4_en: Save slave ethtool stats command

[PATCH v6 1/4] mac80211: remove unnecessary num_mcast_sta user
 2016-10-27 12:29 UTC  (5+ messages)
` [PATCH v6 3/4] cfg80211: configure multicast to unicast for AP interfaces
` [PATCH v6 4/4] mac80211: multicast to unicast conversion

[PATCH net-next v3 0/9] net: add support for IPv6 Segment Routing
 2016-10-27 13:35 UTC  (10+ messages)
` [PATCH net-next v3 1/9] ipv6: implement dataplane support for rthdr type 4 (Segment Routing Header)
` [PATCH net-next v3 2/9] ipv6: sr: add code base for control plane support of SR-IPv6
` [PATCH net-next v3 3/9] ipv6: sr: add support for SRH encapsulation and injection with lwtunnels
` [PATCH net-next v3 4/9] ipv6: sr: add core files for SR HMAC support
` [PATCH net-next v3 5/9] ipv6: sr: implement API to control SR HMAC structure
` [PATCH net-next v3 6/9] ipv6: sr: add calls to verify and insert HMAC signatures
` [PATCH net-next v3 7/9] ipv6: add source address argument for ipv6_push_nfrag_opts
` [PATCH net-next v3 8/9] ipv6: sr: add support for SRH injection through setsockopt
` [PATCH net-next v3 9/9] ipv6: sr: add documentation file for per-interface sysctls

[PATCH 0/5] add NS2 support to bgmac
 2016-10-27  9:17 UTC  (9+ messages)
` [PATCH 1/5] net: phy: broadcom: Add BCM54810 phy entry
` [PATCH 2/5] Documentation: devicetree: net: add NS2 bindings to amac
` [PATCH 3/5] net: ethernet: bgmac: device tree phy enablement
  ` [PATCH 4/5] net: ethernet: bgmac: add NS2 support
` [PATCH 5/5] arm64: dts: NS2: add AMAC ethernet support

Bug in cadence macb driver
 2016-10-27  9:16 UTC  (3+ messages)

[PATCH net-next RFC WIP] Patch for XDP support for virtio_net
 2016-10-27  8:55 UTC  (5+ messages)

[PATCH v7 0/6] Add eBPF hooks for cgroups
 2016-10-27  8:40 UTC  (4+ messages)

pull-request: mac80211 2016-10-27
 2016-10-27  8:05 UTC 

nfs NULL-dereferencing in net-next
 2016-10-27  6:50 UTC  (6+ messages)

[PATCH] net: avoid uninitialized variable
 2016-10-27  5:53 UTC  (3+ messages)

[v12, 0/8] Fix eSDHC host version register bug
 2016-10-27  4:34 UTC  (4+ messages)
` [v12, 5/8] soc: fsl: add GUTS driver for QorIQ platforms

[PATCH net] MAINTAINERS: Update qlogic networking drivers
 2016-10-27  3:29 UTC  (2+ messages)

[PATCH net] netvsc: fix incorrect receive checksum offloading
 2016-10-27  3:19 UTC  (2+ messages)

[PATCH net-next]ldmvsw: tx queue stuck in stopped state after LDC reset
 2016-10-27  3:11 UTC  (2+ messages)

(unknown),
 2016-10-27  2:39 UTC  (15+ messages)
` [PATCH v2 1/5] kconfig: introduce the "imply" keyword
` [PATCH v2 2/5] kconfig: introduce the "suggest" keyword
` [PATCH v2 5/5] posix-timers: make it configurable
` [PATCH v2 0/5] make POSIX timers optional with some Kconfig help

[PATCH net-next v2 1/1] driver: tun: Use new macro SOCK_IOC_TYPE instead of literal number 0x89
 2016-10-27  1:05 UTC 

[PATCH v2 net-next 0/5] Add bpf support to set sk_bound_dev_if
 2016-10-27  0:58 UTC  (6+ messages)
` [PATCH v2 net-next 1/5] bpf: Refactor cgroups code in prep for new type
` [PATCH net-next 2/5] bpf: Add eBPF program subtype and is_valid_subtype() verifier
` [PATCH v2 net-next 3/5] bpf: Add new cgroup attach type to enable sock modifications
` [PATCH net-next 4/5] samples: bpf: Add prog_subtype to bpf_prog_load
` [PATCH v2 net-next 5/5] samples: bpf: add userspace example for modifying sk_bound_dev_if

[PATCH] drivers/net/usb/r8152 fix broken rx checksums
 2016-10-26 22:54 UTC  (2+ messages)

iproute: ss truncates abstract unix domain socket embedding null
 2016-10-26 22:22 UTC  (5+ messages)

[PATCH net] udp: fix IP_CHECKSUM handling
 2016-10-26 21:34 UTC  (2+ messages)

[PATCH net] sctp: fix the panic caused by route update
 2016-10-26 21:32 UTC  (2+ messages)

[PATCH net] doc: update docbook annotations for socket and skb
 2016-10-26 21:31 UTC  (2+ messages)

[patch net-next] devlink: Prevent port_type_set() callback when it's not needed
 2016-10-26 21:30 UTC  (2+ messages)

[PATCH net-next v2 7/9] net: use core MTU range checking in misc drivers
 2016-10-26 21:29 UTC  (6+ messages)
  ` [PATCH net-next 1/2] firewire: net: fix maximum possible MTU
    ` [PATCH net-next 2/2] firewire: net: set initial MTU = 1500 unconditionally, fix IPv6 on some CardBus cards

[PATCH v1 1/1] ISDN: eicon: replace custom hex_dump_to_buffer()
 2016-10-26 21:27 UTC  (2+ messages)

[PATCH -next] net: netcp: drop kfree for memory allocated with devm_kzalloc
 2016-10-26 21:25 UTC  (2+ messages)

[PATCH -next] rocker: fix error return code in rocker_world_check_init()
 2016-10-26 21:21 UTC  (3+ messages)

[PATCH] batman-adv: Revert "use core MTU range checking in misc drivers"
 2016-10-26 21:20 UTC  (2+ messages)

[PATCH 0/2] Broadcom BCM54612E support
 2016-10-26 21:16 UTC  (2+ messages)

[PATCH net-next] sch_htb: do not report fake rate estimators
 2016-10-26 21:14 UTC  (2+ messages)

[PATCH] net: bonding: use new api ethtool_{get|set}_link_ksettings
 2016-10-26 21:12 UTC  (3+ messages)

[PATCH net-next] net: dev: Fix non-RCU based lower dev walker
 2016-10-26 20:46 UTC  (2+ messages)

[PATCH net-next 0/3] Add bpf support to set sk_bound_dev_if
 2016-10-26 20:42 UTC  (7+ messages)
` [PATCH net-next 2/3] bpf: Add new cgroups prog type to enable sock modifications

[RFC v4 00/18] Landlock LSM: Unprivileged sandboxing
 2016-10-26 20:16 UTC  (5+ messages)
` [RFC v4 03/18] bpf,landlock: Add a new arraymap type to deal with (Landlock) handles
    ` [kernel-hardening] "

[PATCH net-next] tcp/dccp: drop SYN packets if accept queue is full
 2016-10-26 19:42 UTC  (3+ messages)

[PATCH net v2] packet: on direct_xmit, limit tso and csum to supported devices
 2016-10-26 19:07 UTC  (2+ messages)

[PATCH net] ibmvnic: Fix releasing of sub-CRQ IRQs in interrupt context
 2016-10-26 18:57 UTC 

[PATCH iproute2 net-next] tc: m_mirred: Fix parsing of 'index' optional argument
 2016-10-26 18:23 UTC  (2+ messages)

[PATCH iproute2 net-next] tc: m_mirred: Add support for ingress redirect/mirror
 2016-10-26 18:21 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).