netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-07-20 22:53:09 to 2015-07-22 05:20:12 UTC [more...]

[PATCH V2 net 0/3] BPF JIT fixes for ARM
 2015-07-22  5:20 UTC  (5+ messages)
` [PATCH V2 net 1/3] ARM: net: fix condition for load_order > 0 when translating load instructions
` [PATCH V2 net 2/3] ARM: net: handle negative offsets in BPF JIT
` [PATCH V2 net 3/3] ARM: net: fix vlan access instructions in ARM JIT

[PATCH net] tcp: suppress a division by zero warning
 2015-07-22  5:13 UTC  (2+ messages)

[PATCH net-next v2] bridge: Fix setting a flag in br_fill_ifvlaninfo_range()
 2015-07-22  4:57 UTC 

[PATCH,v2 net] net: sched: validate that class is found in qdisc_tree_decrease_qlen
 2015-07-22  4:41 UTC  (7+ messages)

[PATCH nf] netfilter: Support expectations in different zones
 2015-07-22  4:37 UTC 

[RFC PATCH v2 net-next 0/3] tcp: add NV congestion control
 2015-07-22  4:21 UTC  (4+ messages)
` [RFC PATCH v2 net-next 1/3] tcp: replace cnt & rtt with struct in pkts_acked()
` [RFC PATCH v2 net-next 2/3] tcp: add in_flight to tcp_skb_cb
` [RFC PATCH v2 net-next 3/3] tcp: add NV congestion control

[PATCH net-next] ipv6: Avoid rt6_probe() taking writer lock in the fast path
 2015-07-22  4:19 UTC  (3+ messages)

[PATCH] mac80211_hwsim: unregister genetlink family properly
 2015-07-22  3:57 UTC 

[RFC PATCH net-next] ebpf: Allow dereferences of PTR_TO_STACK registers
 2015-07-22  3:00 UTC  (2+ messages)

[PATCH v2 1/2] net: fec: use managed DMA API functions to allocate BD ring
 2015-07-22  1:58 UTC  (4+ messages)
` [PATCH v2 2/2] net: fec: introduce fec_ptp_stop and use in probe fail path

[PATCH] e1000e: Move e1000e_disable_aspm_locked() inside CONFIG_PM
 2015-07-22  1:41 UTC  (3+ messages)

[net-next:master 200/208] drivers/net/vxlan.c:1739:21: sparse: incorrect type in assignment (different base types)
 2015-07-22  1:18 UTC 

[net-next:master 187/208] net/mpls/mpls_iptunnel.c:73:19: sparse: incompatible types in comparison expression (different address spaces)
 2015-07-22  0:53 UTC 

[Patch net] sch_choke: drop all packets in queue during reset
 2015-07-21 23:52 UTC 

[net-next:master 195/208] net/core/fib_rules.c:418:3: error: implicit declaration of function 'ip_tunnel_need_metadata'
 2015-07-21 23:38 UTC 

[net-next:master 194/208] include/net/dst_metadata.h:39:4: error: implicit declaration of function 'lwt_tun_info'
 2015-07-21 23:35 UTC 

[Patch net] sch_plug: purge buffered packets during reset
 2015-07-21 23:31 UTC 

[PATCH net-next 1/1] tipc: fix compatibility bug
 2015-07-21 23:24 UTC  (2+ messages)

[PATCH net-next] net: track success and failure of TCP PMTU probing
 2015-07-21 23:14 UTC 

[PATCH net v5 0/4] net: enable inband link state negotiation only when explicitly requested
 2015-07-21 23:13 UTC  (8+ messages)
` [PATCH net v5 1/4] net: dsa: bcm_sf2: Do not override speed settings
` [PATCH net v5 2/4] net: phy: fixed_phy: handle link-down case
` [PATCH net v5 3/4] of_mdio: add new DT property 'managed' to specify the PHY management type
` [PATCH net v5 4/4] mvneta: use inband status only when explicitly enabled

pull-request: wireless-drivers 2015-07-20
 2015-07-21 23:07 UTC  (2+ messages)

[PATCH net-next v4] ipv6: sysctl to restrict candidate source addresses
 2015-07-21 23:06 UTC  (3+ messages)

[PATCHv2 net-next] net: #ifdefify sk_classid member of struct sock
 2015-07-21 23:04 UTC  (2+ messages)

[PATCH] ravb: fix ring memory allocation
 2015-07-21 22:31 UTC 

[PATCH] openvswitch: make for_each_node loops work with sparse numa systems
 2015-07-21 22:04 UTC  (7+ messages)
  ` [PATCH v2] openvswitch: allocate nr_node_ids flow_stats instead of num_possible_nodes

Why return E2BIG from bpf map update?
 2015-07-21 21:34 UTC  (5+ messages)

[PATCH iproute2] Use PATH_MAX instead of MAXPATHLEN
 2015-07-21 20:40 UTC  (5+ messages)

ARP response with link local IP, why not broadcast
 2015-07-21 19:39 UTC  (2+ messages)

reproducable panic eviction work queue
 2015-07-21 18:34 UTC  (9+ messages)

[PATCH V4 0/2] pci: Provide a flag to access VPD through function 0
 2015-07-21 18:24 UTC  (2+ messages)

[PATCH net-next 0/2] tcp: minor tail loss probe improvements
 2015-07-21 17:55 UTC  (4+ messages)
` [PATCH net-next 1/2] tcp: don't extend RTO on failed loss probe attempts

[PATCH iproute2 v2] ss: Fix crash when dump stats from /proc with '-p'
 2015-07-21 17:55 UTC  (2+ messages)

[PATCH net-next 00/22 v2] Lightweight & flow based encapsulation
 2015-07-21 17:53 UTC  (26+ messages)
` [PATCH net-next 01/22] rtnetlink: introduce new RTA_ENCAP_TYPE and RTA_ENCAP attributes
` [PATCH net-next 07/22] ipv6: rt6_info output redirect to tunnel output
` [PATCH net-next 08/22] mpls: export mpls functions for use by mpls iptunnels
` [PATCH net-next 09/22] mpls: ip tunnel support
` [PATCH net-next 10/22] ip_tunnel: Make ovs_tunnel_info and ovs_key_ipv4_tunnel generic
` [PATCH net-next 11/22] icmp: Don't leak original dst into ip_route_input()
  ` [PATCH net-next 02/22] lwtunnel: infrastructure for handling light weight tunnels like mpls
  ` [PATCH net-next 03/22] ipv4: support for fib route lwtunnel encap attributes
  ` [PATCH net-next 04/22] ipv6: "
  ` [PATCH net-next 05/22] lwtunnel: support dst output redirect function
  ` [PATCH net-next 06/22] ipv4: redirect dst output to lwtunnel output
  ` [PATCH net-next 12/22] dst: Metadata destinations
` [PATCH net-next 13/22] arp: Inherit metadata dst when creating ARP requests
` [PATCH net-next 14/22] vxlan: Flow based tunneling
` [PATCH net-next 15/22] route: Extend flow representation with tunnel key
` [PATCH net-next 16/22] route: Per route IP tunnel metadata via lightweight tunnel
` [PATCH net-next 17/22] fib: Add fib rule match on tunnel id
` [PATCH net-next 18/22] vxlan: Factor out device configuration
` [PATCH net-next 19/22] openvswitch: Make tunnel set action attach a metadata dst
` [PATCH net-next 20/22] openvswitch: Move dev pointer into vport itself
` [PATCH net-next 21/22] openvswitch: Abstract vport name through ovs_vport_name()
` [PATCH net-next 22/22] openvswitch: Use regular VXLAN net_device device

[PATCH 1/1] drivers: net: cpsw: remove tx event processing in rx napi poll
 2015-07-21 17:43 UTC  (2+ messages)

[PATCH v2 net] inet: frags: fix defragmented packet's IP header for af_packet
 2015-07-21 17:37 UTC  (2+ messages)

[PATCH] net: phy: dp83867: Fix warning check for setting the internal delay
 2015-07-21 17:14 UTC  (2+ messages)

Identifying underlying interface from struct sock
 2015-07-21 17:09 UTC 

[PATCH] packet: Allow packets with only a header (but no payload)
 2015-07-21 16:51 UTC  (4+ messages)

[PATCH] cgroup: net_cls: fix false-positive "suspicious RCU usage"
 2015-07-21 16:46 UTC 

[PATCH net-next] mpls: make RTA_OIF optional
 2015-07-21 16:16 UTC 

[PATCH 1/1] ath10k: fixing wrong initialization of struct channel
 2015-07-21 15:56 UTC  (2+ messages)

[PATCH V2 net-next 0/3] ARM BPF JIT features
 2015-07-21 15:53 UTC  (5+ messages)
` [PATCH V2 next-next 1/3] ARM: net: add support for BPF_ANC | SKF_AD_PKTTYPE in ARM JIT
` [PATCH V2 net-next 2/3] ARM: net: add support for BPF_ANC | SKF_AD_PAY_OFFSET "
` [PATCH V2 net-next 3/3] ARM: net: add support for BPF_ANC | SKF_AD_HATYPE "

[PATCH 2/2] iwlegacy: convert hex_dump_to_buffer() to %*ph
 2015-07-21 15:08 UTC  (2+ messages)
` [2/2] "

[PATCH v2] brcmsmac: Use kstrdup to simplify code
 2015-07-21 14:59 UTC  (2+ messages)
  ` [v2] "

[PATCH] rtlwifi: rtl8821ae: Fix an expression that is always false
 2015-07-21 14:59 UTC  (2+ messages)
`  "

[PATCH] netcp:Fix error handling in the function netcp_xgbe_serdes_config
 2015-07-21 14:57 UTC 

[PATCH net v2] macvtap: fix network header pointer for VLAN tagged pkts
 2015-07-21 14:44 UTC  (2+ messages)

[PATCH net] netlink: don't hold mutex in rcu callback when releasing mmapd ring
 2015-07-21 14:33 UTC 

Several races in "usbnet" module (kernel 4.1.x)
 2015-07-21 14:22 UTC  (4+ messages)

[PATCH net-next 0/9] sfc: support for cascaded multicast filtering
 2015-07-21 14:11 UTC  (10+ messages)
` [PATCH net-next 1/9] sfc: update MCDI protocol definitions
` [PATCH net-next 2/9] sfc: enable cascaded multicast filters in MCFW
` [PATCH net-next 3/9] sfc: cope with ENOSYS from efx_mcdi_get_workarounds()
` [PATCH net-next 4/9] sfc: add output flag decoding to efx_mcdi_set_workaround
` [PATCH net-next 5/9] sfc: warn if other functions have been reset by MCFW
` [PATCH net-next 6/9] sfc: Insert multicast filters as well as mismatch filters in promiscuous mode
` [PATCH net-next 7/9] sfc: re-factor efx_ef10_filter_sync_rx_mode()
` [PATCH net-next 8/9] sfc: support cascaded multicast filters
` [PATCH net-next 9/9] sfc: clean fallbacks between promisc/normal in efx_ef10_filter_sync_rx_mode

[PATCH V3 3/7] Drivers: hv: vmbus: add APIs to send/recv hvsock packet and get the r/w-ability
 2015-07-21 14:07 UTC  (2+ messages)

[PATCH] mwifiex: usb: Fix double add error when submitting rx urb
 2015-07-21 13:51 UTC  (2+ messages)
`  "

[PATCH iproute2] man ss: Fix explanation when no options specified
 2015-07-21 13:46 UTC 

[RFC,v3,12/12] fsl/fman: Add FMan MAC driver
 2015-07-21 13:44 UTC  (6+ messages)

[PATCH 5/6] wireless: cw1200: Remove redundant spi driver bus initialization
 2015-07-21 13:44 UTC  (2+ messages)
` [5/6] "

[PATCHv2 net-next] cxgb4: Add debugfs entry to enable backdoor access
 2015-07-21 17:09 UTC 

[PATCH 1/1] ath10k: fixing wrong initialization of struct channel
 2015-07-21 11:54 UTC  (2+ messages)

[PATCH V3 7/7] Drivers: hv: vmbus: disable local interrupt when hvsock's callback is running
 2015-07-21 10:58 UTC 

[PATCH V3 6/7] hvsock: introduce Hyper-V VM Sockets feature
 2015-07-21 10:58 UTC 

[PATCH V3 5/7] Drivers: hv: vmbus: add a helper function to set a channel's pending send size
 2015-07-21 10:58 UTC 

[PATCH V3 4/7] Drivers: hv: vmbus: add APIs to register callbacks to process hvsock connection
 2015-07-21 10:58 UTC 

[PATCH V3 2/7] Drivers: hv: vmbus: define a new VMBus message type for hvsock
 2015-07-21 10:58 UTC 

[PATCH V3 1/7] Drivers: hv: vmbus: define the new offer type for Hyper-V socket (hvsock)
 2015-07-21 10:57 UTC 

[PATCH V3 0/7] introduce Hyper-V VM Sockets(hvsock)
 2015-07-21 10:56 UTC 

[PATCH net 1/1] tipc: fix compatibility bug
 2015-07-21 10:38 UTC 

Segmentation fault in iproute2 ss -p (versions 4.0.0, 4.1.0 and 4.1.1)
 2015-07-21  9:54 UTC  (4+ messages)
      ` "ss -p" segfaults

[PATCH 1/2] net: fec: use managed DMA API functions to allocate BD ring
 2015-07-21  7:32 UTC  (2+ messages)

[PATCH net-next] qmi_wwan: Add support for Dell Wireless 5809e 4G Modem
 2015-07-21  7:31 UTC  (2+ messages)

[PATCH v2] net: mvneta: fix refilling for Rx DMA buffers
 2015-07-21  7:30 UTC  (2+ messages)

[PATCH] inet: frags: fix defragmented packet's IP header for af_packet
 2015-07-21  7:29 UTC  (3+ messages)

[PATCH] xfrm: Fix a typo
 2015-07-21  7:28 UTC  (2+ messages)

[PATCH net] stmmac: fix setting of driver data in stmmac_dvr_probe
 2015-07-21  7:26 UTC  (2+ messages)

[PATCH net 0/3] Couple of classifier fixes
 2015-07-21  7:25 UTC  (2+ messages)

[PATCH net-next 0/4] cxgb4 DCB updates
 2015-07-21  7:23 UTC  (2+ messages)

[PATCH] sctp: fix cut and paste issue in comment
 2015-07-21  7:21 UTC  (2+ messages)

[PATCH v2 0/2] sctp: fix src address selection if using secondary address
 2015-07-21  7:20 UTC  (2+ messages)

pull-request: mac80211 2015-07-17
 2015-07-21  7:18 UTC  (2+ messages)

[PATCH] net/mdio: fix mdio_bus_match for c45 PHY
 2015-07-21  7:17 UTC  (2+ messages)

[PATCH v2 net-next] net/vxlan: Fix kernel unaligned access in __vxlan_find_mac
 2015-07-21  7:12 UTC  (2+ messages)

[PATCH v2] net: ratelimit warnings about dst entry refcount underflow or overflow
 2015-07-21  7:11 UTC  (2+ messages)

[PATCH net] macvtap: fix network header pointer for VLAN tagged pkts
 2015-07-21  7:11 UTC  (3+ messages)

[PATCH net-next v2] rhashtable: Allow other tasks to be scheduled in large lookup loops
 2015-07-21  7:10 UTC  (2+ messages)

[PATCH net-next] inet: Always increment refcount in inet_twsk_schedule
 2015-07-21  7:10 UTC  (4+ messages)

[PATCH] bonding: correct the MAC address for "follow" fail_over_mac policy
 2015-07-21  7:08 UTC  (3+ messages)

[PATCH net] caif: fix leaks and race in caif_queue_rcv_skb()
 2015-07-21  7:03 UTC  (2+ messages)

[PATCH] phylib: add driver for Teranetics TN2020
 2015-07-21  7:00 UTC  (2+ messages)

[PATCH iproute2] ss: Fix crash when dump stats from /proc with '-p'
 2015-07-21  4:45 UTC  (3+ messages)

[PATCH v2 net-next 0/2] bpf: introduce bpf_skb_vlan_push/pop() helpers
 2015-07-21  3:52 UTC  (4+ messages)
` [PATCH v2 net-next 1/2] "
` [PATCH v2 net-next 2/2] test_bpf: add bpf_skb_vlan_push/pop() tests

[net-next 00/14][pull request] Intel Wired LAN Driver Updates 2015-07-17
 2015-07-21  3:50 UTC  (2+ messages)

[PATCH net-next 0/6] net: bcmgenet: PHY initialization rework
 2015-07-21  3:48 UTC  (2+ messages)

[PATCH net-next 0/8] stmmac clean up for 4.3 part1
 2015-07-21  3:46 UTC  (2+ messages)

[PATCH net-next 1/1] Microchip's LAN7800 family USB 2/3 to 10/100/1000 Ethernet device driver
 2015-07-21  3:44 UTC  (2+ messages)

[PATCH] ravb: fix race updating TCCR
 2015-07-21  3:42 UTC  (2+ messages)

[PATCH net-next 00/13] tipc: separate link and link aggregation layer
 2015-07-21  3:41 UTC  (2+ messages)

[PATCH net-next] net: remove skb_frag_add_head
 2015-07-21  3:39 UTC  (2+ messages)

[PATCH] net: netcp: fix improper initialization in netcp_ndo_open()
 2015-07-21  3:38 UTC  (2+ messages)

[PATCH 0/6] BPF JIT fixes and features for ARM
 2015-07-21  3:35 UTC  (2+ messages)

pull-request: can 2015-07-16
 2015-07-21  3:28 UTC  (2+ messages)

[PATCH net-next v3 0/5] switchdev: avoid duplicate packet forwarding
 2015-07-21  1:33 UTC  (2+ messages)

[PATCH net-next] rocker: forward packets to CPU when port is joined to openvswitch
 2015-07-21  1:26 UTC  (2+ messages)

[PATCH] net: fec: fix runtime PM when probing MII bus
 2015-07-21  0:14 UTC  (3+ messages)

sit: Set SKB_GSO_SIT bit when performing GRO
 2015-07-20 23:53 UTC  (4+ messages)
  ` Revert "sit: Add gro callbacks to sit_offload"

[PATCH net] net: dsa: bcm_sf2: do not use indirect reads and writes for 7445E0
 2015-07-20 23:49 UTC  (2+ messages)

[PATCH net] bonding: correctly handle bonding type change on enslave failure
 2015-07-20 23:23 UTC  (2+ messages)

[net-next:master 104/107] net/bridge/br_if.c:284:2: error: implicit declaration of function 'br_multicast_dev_del'
 2015-07-20 23:20 UTC  (3+ messages)
` [PATCH net-next] bridge: mcast: fix br_multicast_dev_del warn when igmp snooping is not defined

[PATCH net-next] bridge: mdb: add vlan support for user entries
 2015-07-20 22:53 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).