netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-03-26 19:37:37 to 2016-03-29 12:45:57 UTC [more...]

[PATCH 00/16] Misc wcn36xx fixes
 2016-03-29 12:45 UTC  (18+ messages)
` [PATCH 01/16] wcn36xx: Clean up wcn36xx_smd_send_beacon
` [PATCH 02/16] wcn36xx: Pad TIM PVM if needed
` [PATCH 04/16] wcn36xx: Use consistent name for private vif
` [PATCH 05/16] wcn36xx: Use define for invalid index and fix typo
` [PATCH 06/16] wcn36xx: Fetch private sta data from sta entry instead of from vif
` [PATCH 07/16] wcn36xx: Add helper macros to cast sta to priv
` [PATCH 08/16] wcn36xx: Remove sta pointer in private vif struct
` [PATCH 11/16] wcn36xx: Use allocated self sta index instead of hard coded
` [PATCH 12/16] wcn36xx: Clear encrypt_type when deleting bss key
` [PATCH 13/16] wcn36xx: Track association state
  ` [PATCH 03/16] wcn36xx: Add helper macros to cast vif to private vif and vice versa
  ` [PATCH 09/16] wcn36xx: Parse trigger_ba response properly
  ` [PATCH 10/16] wcn36xx: Copy all members in config_sta v1 conversion
  ` [PATCH 14/16] wcn36xx: Implement multicast filtering
  ` [PATCH 15/16] wcn36xx: don't pad beacons for mesh
` [PATCH 16/16] wcn36xx: Use correct command struct for EXIT_BMPS_REQ

am335x: no multicast reception over VLAN
 2016-03-29 12:44 UTC  (6+ messages)

[PATCH net-next v2 1/2] net: dsa: mv88e6xxx: Introduce _mv88e6xxx_phy_page_{read,write}
 2016-03-29 11:11 UTC  (2+ messages)
` [PATCH net-next v2 2/2] net: dsa: mv88e6xxx: Clear the PDOWN bit on setup

[PATCH] mwifiex: advertise low priority scan feature
 2016-03-29 10:56 UTC  (4+ messages)

[PATCH] mwifiex: add __GFP_REPEAT to skb allocation call
 2016-03-29 10:51 UTC  (5+ messages)

[PATCH] bridge: Allow set bridge ageing time when switchdev disabled
 2016-03-29 10:48 UTC 

[PATCH net-next v3.16]r9169: Correct Set Vlan tag
 2016-03-29  8:33 UTC 

[PATCH net] team: team should sync the port's uc/mc addrs when add a port
 2016-03-29  8:50 UTC  (6+ messages)

[PATCH] net: macb: Only call GPIO functions if there is a valid GPIO
 2016-03-29  8:28 UTC  (4+ messages)

[PATCH net-next] net: hns: add support of pause frame ctrl for HNS V2
 2016-03-29  7:04 UTC 

[PATCH 1/1] ipv4: fix NULL pointer dereference in __inet_put_port()
 2016-03-29  6:45 UTC 

[net-next] bond: output message before setting slave to inactive
 2016-03-29  6:32 UTC 

[net PATCH] gro: Allow tunnel stacking in the case of FOU/GUE
 2016-03-29  4:51 UTC  (10+ messages)

[PATCH 0/4] WCN36xx convert to mainline SMD interface
 2016-03-29  4:39 UTC  (4+ messages)
` [PATCH 3/4] wcn36xx: Transition driver to SMD client

[RFC PATCH] tcp: Add SOF_TIMESTAMPING_TX_EOR and allow MSG_EOR in tcp_sendmsg
 2016-03-29  4:31 UTC  (5+ messages)

[PATCH net 0/4] misc. small fixes
 2016-03-29  4:10 UTC  (6+ messages)
` [PATCH net 1/4] bnxt_en: Initialize CP doorbell value before ring allocation
` [PATCH net 2/4] bnxt_en: Implement proper firmware message padding
` [PATCH net 3/4] bnxt_en: Fix typo in bnxt_hwrm_set_pause_common()
` [PATCH net 4/4] bnxt_en: Fix ethtool -a reporting

[PATCH net v2 0/3] Tunneling fixes
 2016-03-29  2:41 UTC  (15+ messages)
` [PATCH net v2 2/3] tunnels: Don't apply GRO to multiple layers of encapsulation

BUG: net/netfilter: KASAN: stack-out-of-bounds in tcp_packet
 2016-03-29  1:17 UTC  (16+ messages)

[PATCH net,stable] qmi_wwan: add "D-Link DWM-221 B1" device id
 2016-03-29  0:01 UTC  (2+ messages)

[PATCH] ipv6: Fix the pmtu path for connected UDP socket
 2016-03-28 23:44 UTC  (13+ messages)

[RFT Patch net 1/2] ipv6: invalidate the socket cached route on pmtu events if possible
 2016-03-28 22:34 UTC  (7+ messages)

RESEND: Easily reproducible kernel panic due to netdev all_adj_list refcnt handling
 2016-03-28 21:31 UTC  (4+ messages)

[RFC net-next 0/2] udp: use standard RCU rules
 2016-03-28 21:02 UTC  (12+ messages)
` [RFC net-next 2/2] udp: No longer use SLAB_DESTROY_BY_RCU

[PATCH] ethernet: mvneta: Support netpoll
 2016-03-28 20:41 UTC 

[PATCH 0/9] Netfilter fixes for net
 2016-03-28 19:43 UTC  (11+ messages)
` [PATCH 1/9] netfilter: ipset: fix race condition in ipset save, swap and delete
` [PATCH 2/9] openvswitch: Fix checking for new expected connections
` [PATCH 3/9] openvswitch: call only into reachable nf-nat code
` [PATCH 4/9] netfilter: x_tables: validate e->target_offset early
` [PATCH 5/9] netfilter: x_tables: make sure e->next_offset covers remaining blob size
` [PATCH 6/9] netfilter: x_tables: fix unconditional helper
` [PATCH 7/9] netfilter: nfnetlink_queue: honor NFQA_CFG_F_FAIL_OPEN when netlink unicast fails
` [PATCH 8/9] netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_ENTRIES
` [PATCH 9/9] netfilter: ipv4: fix NULL dereference

[RFC PATCH 0/9] RFC6864 compliant GRO and GSO partial offload
 2016-03-28 16:25 UTC  (13+ messages)
` [RFC PATCH 1/9] ipv4/GRO: Allow multiple frames to use the same IP ID
` [RFC PATCH 7/9] GSO: Support partial segmentation offload

[PATCH 0/3] Control ethernet PHY LEDs via LED subsystem
 2016-03-28 16:10 UTC  (3+ messages)

[PATCH] mwifiex: ie_list is an array, so no need to check if NULL
 2016-03-28 15:53 UTC 

[PATCH] netlabel: fix a problem with netlbl_secattr_catmap_setrng()
 2016-03-28 15:41 UTC  (3+ messages)

[PATCH net-next 0/2] net: hns: add setting coalescing parameters for HNS v2
 2016-03-28 15:39 UTC  (5+ messages)
` [PATCH net-next 1/2] net: hns: fixed the setting and getting overtime bug
` [PATCH net-next 2/2] net: hns: set-coalesce-usecs returns errno by dsaf.ko

[PATCH] openvswitch: Use proper buffer size in nla_memcpy
 2016-03-28 15:39 UTC  (2+ messages)

[PATCH 01/14] Bluetooth: use list_for_each_entry*
 2016-03-28 15:02 UTC  (3+ messages)
` [PATCH 07/14] batman-adv: use list_for_each_entry_safe
  ` [B.A.T.M.A.N.] "

[PATCH 1/3] batman-adv: use to_delayed_work
 2016-03-28 15:05 UTC  (2+ messages)
` [B.A.T.M.A.N.] "

[PATCH net] inet: add proper locking in __inet{6}_lookup()
 2016-03-28 15:27 UTC  (6+ messages)

[PATCH 12/31] sunrpc: auth_gss: use parity8
 2016-03-28 14:33 UTC  (4+ messages)
` [PATCH 25/31] ethernet: use parity8 in sun/niu.c
` [PATCH 31/31] ethernet: broadcom: use parity8 in tg3.c

[PATCH v8 net-next] ravb: Add dma queue interrupt support
 2016-03-28 14:32 UTC  (3+ messages)

[PATCH net-next 1/1] qlge: Update version to 1.00.00.35
 2016-03-28 12:09 UTC  (3+ messages)

[PATCH v2] netpoll: Fix extra refcount release in netpoll_cleanup()
 2016-03-28 13:18 UTC  (5+ messages)

[PATCH] iwlwifi: pcie: remove duplicate assignment of variable isr_stats
 2016-03-28 11:39 UTC  (2+ messages)

[PATCH] brcmfmac: sdio: remove unused variable retry_limit
 2016-03-28  4:16 UTC  (2+ messages)

[PATCH] Drivers: isdn: hisax: isac.c: Fix assignment and check into one expression
 2016-03-28  2:43 UTC  (2+ messages)

[PATCH] ravb: fix software timestamping
 2016-03-28  2:42 UTC  (3+ messages)

[PATCH 4/5] net: sxgbe: fix error paths in sxgbe_platform_probe()
 2016-03-28  2:40 UTC  (6+ messages)
` [PATCH] "

[PATCH] Fix returned tc and hoplimit values for route with IPv6 encapsulation
 2016-03-28  2:35 UTC  (2+ messages)

[PATCH TRIVIAL] drivers/net/usb/plusb.c: Fix typo
 2016-03-28  2:34 UTC  (2+ messages)

[RFC] r8169: Module parameter for opt-in of ASPM
 2016-03-27 22:54 UTC 

[PATCH iproute2 v1 1/1] lib/utils: fix get_addr() and get_prefix() error messages
 2016-03-27 18:02 UTC  (3+ messages)

[PATCH iproute2 1/2] vxlan: Follow kernel defaults for outer UDP checksum
 2016-03-27 18:01 UTC  (2+ messages)

[patch iproute2 v2 1/2] include: add linked list implementation from kernel
 2016-03-27 18:00 UTC  (2+ messages)

[PATCH iproute2 master 0/2] setting flow label support
 2016-03-27 18:00 UTC  (2+ messages)

[iproute PATCH] Use ARRAY_SIZE macro everywhere
 2016-03-27 17:42 UTC  (3+ messages)
` [iproute PATCH v3] "

[iproute PATCH 0/7] Refactor some internal library functions
 2016-03-27 17:38 UTC  (2+ messages)

[PATCH 1/2 net-next v3.16]r8169: Disable set bit multicast enable per multicast address
 2016-03-27 16:31 UTC  (3+ messages)

Darlehen Angebot
 2016-03-27 12:44 UTC 

[PATCH] drivers : Remove unnecessary void pointer conversions
 2016-03-27 11:46 UTC  (3+ messages)

[PATCH -next 0/5] netlink: remove mmapped netlink support
 2016-03-27  7:32 UTC  (2+ messages)

[PATCH net-next 0/7] net: dsa: mv88e6xxx: HW bridging support for 6185
 2016-03-27  3:04 UTC  (10+ messages)
` [PATCH net-next 1/7] net: dsa: mv88e6xxx: 6185 port default FID is 8-bit
` [PATCH net-next 2/7] net: dsa: mv88e6xxx: 6185 has only 256 FDBs
` [PATCH net-next 3/7] net: dsa: mv88e6xxx: write FID in ATU command
` [PATCH net-next 4/7] net: dsa: mv88e6xxx: fix ATU FID access for 6185
` [PATCH net-next 5/7] net: dsa: mv88e6xxx: fix VTU "
` [PATCH net-next 6/7] net: dsa: mv88e6xxx: map destination addresses "
` [PATCH net-next 7/7] net: dsa: mv88e6131: enable hardware bridging

Re:Hola
 2016-03-27  2:06 UTC 

[PATCH 1/2] net: dsa: mv88e6xxx: Introduce _mv88e6xxx_phy_page_{read,write}
 2016-03-26 22:58 UTC  (11+ messages)

Delivery
 2016-03-26 18:54 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).