netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-03-23 12:22:54 to 2016-03-24 22:49:51 UTC [more...]

[PATCH 1/1] net: Add SO_REUSEPORT_LISTEN_OFF socket option as drain mode
 2016-03-24 22:49 UTC  (30+ messages)

[RFC PATCH] tcp: Add SOF_TIMESTAMPING_TX_EOR and allow MSG_EOR in tcp_sendmsg
 2016-03-24 22:46 UTC 

[PATCH net-next,V2] Add LAN9352 Ethernet Driver
 2016-03-24 22:36 UTC  (11+ messages)

[PATCH net] net: ipv4: Multipath needs to handle unreachable nexthops
 2016-03-24 22:33 UTC  (6+ messages)

veth regression with "don’t modify ip_summed; doing so treats packets with bad checksums as good."
 2016-03-24 22:01 UTC 

[RFC PATCH 0/9] RFC6864 compliant GRO and GSO partial offload
 2016-03-24 21:50 UTC  (26+ 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
` [RFC PATCH 8/9] i40e/i40evf: Add support for GSO partial with UDP_TUNNEL_CSUM and GRE_CSUM

[RFT Patch net 1/2] ipv6: invalidate the socket cached route on pmtu events if possible
 2016-03-24 21:38 UTC  (5+ messages)
` [RFT Patch net 2/2] ipv6: add a socket release callback for datagram sockets

[PATCH] ipv6: Fix the pmtu path for connected UDP socket
 2016-03-24 19:45 UTC  (17+ messages)

[PATCH net v2 1/2] net: bcmgenet: fix dev->stats.tx_bytes accounting
 2016-03-24 19:15 UTC  (4+ messages)
` [PATCH net v2 2/2] net: bcmgenet: fix skb_len in bcmgenet_xmit_single()

[PATCH] netpoll: Fix extra refcount release in netpoll_cleanup()
 2016-03-24 18:57 UTC  (2+ messages)

[PATCH net] switchdev: fix typo in comments/doc
 2016-03-24 18:51 UTC  (2+ messages)

[PATCH 1/1] net: macb: replace macb_writel() call by queue_writel() to update queue ISR
 2016-03-24 18:50 UTC  (3+ messages)

[PATCH 0/3] Control ethernet PHY LEDs via LED subsystem
 2016-03-24 18:50 UTC  (13+ messages)
` [PATCH 1/3] net: phy: Add ethernet PHY LED triggers
` [PATCH 2/3] net: phy: at8030: Expose the Link and Activity LEDs
` [PATCH 3/3] led: at8030: Add LED driver for AT8030 ethernet PHY

[PATCH net 0/7] net: hns: fix some bugs in HNS driver
 2016-03-24 18:33 UTC  (9+ messages)
` [PATCH net 1/7] net: hns: fix a bug for cycle index
` [PATCH net 2/7] net: hns: optimizate fmt of snprintf()
` [PATCH net 3/7] net: hns: bug fix for return values
` [PATCH net 4/7] net: hns: remove useless variable assignment and comment
` [PATCH net 5/7] net: hns: optimizate irq proccess for HNS V2
` [PATCH net 6/7] net: hns: fix warning of passing zero to 'PTR_ERR'
` [PATCH net 7/7] net: hns: bug fix about getting hilink status for HNS v2

[PATCH net v2 RESEND] xfrm: Fix crash observed during device unregistration and decryption
 2016-03-24 18:30 UTC  (2+ messages)

[PATCH 1/1] net: macb: remove BUG_ON() and reset the queue to handle RX errors
 2016-03-24 18:19 UTC  (4+ messages)

[PATCH] stmmac: Fix phy without MDIO subnode
 2016-03-24 17:01 UTC  (4+ messages)

[PATCH v2] mwifiex: advertise low priority scan feature
 2016-03-24 17:00 UTC  (2+ messages)

Attn My Dear
 2016-03-24 16:19 UTC 

Attn My Dear
 2016-03-24 16:29 UTC 

[PATCH iproute2 master 0/2] setting flow label support
 2016-03-24 15:49 UTC  (3+ messages)
` [PATCH iproute2 master 1/2] vxlan: add support to set flow label
` [PATCH iproute2 master 2/2] geneve: "

[RFD] workqueue: WQ_MEM_RECLAIM usage in network drivers
 2016-03-24 14:22 UTC  (6+ messages)

[PATCH] net: phy: at803x: don't depend on GPIOLIB
 2016-03-24 13:40 UTC  (17+ messages)
                    ` [PATCH] net: phy: at803x: Request 'reset' GPIO only for AT8030 PHY

[PATCH] net: mlxsw: avoid unused variable warnings
 2016-03-24 13:14 UTC  (4+ messages)

[RFCv2 0/3] mac80211: implement fq codel
 2016-03-24 12:31 UTC  (6+ messages)
` [RFCv2 2/3] ath10k: report per-station tx/rate rates to mac80211

call attention to review
 2016-03-24 10:30 UTC  (3+ messages)

net/sctp: stack-out-of-bounds in sctp_getsockopt
 2016-03-24  5:01 UTC  (7+ messages)

[GIT] Networking
 2016-03-24  2:23 UTC 

[PATCH] net: ping: make ping_v6_sendmsg static
 2016-03-24  2:10 UTC  (2+ messages)

[PATCH net v2] xfrm: Fix crash observed during device unregistration and decryption
 2016-03-24  2:08 UTC  (8+ messages)

[PATCH net-next] hv_netvsc: Fix the order of num_sc_offered decrement
 2016-03-24  1:53 UTC  (2+ messages)

[PATCH] net: Fix typos and whitespace
 2016-03-24  0:55 UTC  (6+ messages)

[PATCH RFC 0/9] udp: GRO in UDP sockets and fast encap_rcv
 2016-03-23 23:28 UTC  (13+ messages)
` [PATCH RFC 1/9] net: Check skb_dst for NULL in inet_iif
` [PATCH RFC 2/9] udp: Add noreference lookup functions
` [PATCH RFC 3/9] net: Add fast receive encapsulation
` [PATCH RFC 4/9] udp: Add GRO functions to UDP socket
` [PATCH RFC 5/9] udp: Add socket based GRO and fast receive encap to tunnel config
` [PATCH RFC 6/9] vxlan: change vxlan to use UDP socket GRO
` [PATCH RFC 7/9] fou: change to use UDP socket GRO and fast rcv encap
` [PATCH RFC 8/9] geneve: change to use UDP socket GRO
` [PATCH RFC 9/9] udp: Remove udp_offloads

linux-next: manual merge of the rdma tree with the net-next tree
 2016-03-23 23:23 UTC  (6+ messages)

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

[PATCH net 1/2] net: bcmgenet: fix dev->stats.tx_bytes accounting
 2016-03-23 22:09 UTC  (7+ messages)
` [PATCH net 2/2] net: bcmgenet: fix skb_len in bcmgenet_xmit_single()

[GIT PULL] target for-next-merge updates for v4.6-rc1
 2016-03-23 21:53 UTC 

CISCO IP PHONES AND CPU's
 2016-03-23 19:12 UTC 

CISCO IP PHONES AND CPU's
 2016-03-23 18:45 UTC 

[PATCH v2] net: Fix typos and whitespace
 2016-03-23 19:04 UTC  (2+ messages)

[PATCH net] ppp: take reference on channels netns
 2016-03-23 18:37 UTC  (3+ messages)

[PATCH] vlan: propagate gso_min_segs
 2016-03-23 18:34 UTC  (4+ messages)

[PATCH] gre: fix return value of gre_rcv
 2016-03-23 18:25 UTC  (2+ messages)

[net PATCH] net: Reset encap_level to avoid resetting features on inner IP headers
 2016-03-23 18:19 UTC  (3+ messages)

[PATCH] net: mediatek: fix checking for NULL instead of IS_ERR() in .probe
 2016-03-23 17:50 UTC  (2+ messages)

[PATCH 1/2] net: ethernet: dlink: dl2k: fix code style
 2016-03-23 17:41 UTC  (4+ messages)
` [PATCH 2/2] drivers: net: ethernet: dlink: dl2k: fix indent

[PATCH] at803x: fix reset handling
 2016-03-23 17:40 UTC  (6+ messages)

[PATCH 1/2] net: ethernet: dlink: dl2k: fix code style
 2016-03-23 17:34 UTC  (3+ messages)
` [PATCH 2/2] drivers: net: ethernet: dlink: dl2k: fix indent

[PATCH net-next, 1/2] hv_netvsc: Fix accessing freed memory in netvsc_change_mtu()
 2016-03-23 16:43 UTC  (2+ messages)
` [PATCH net-next, 2/2] hv_netvsc: Fix the array sizes to be max supported channels

[PATCH] rtlwifi: fix gcc-6 indentation warning
 2016-03-23 15:53 UTC  (2+ messages)
`  "

[PATCH] b43: Fix memory leaks in b43_bus_dev_ssb_init and b43_bus_dev_bcma_init
 2016-03-23 15:51 UTC  (3+ messages)
  ` b43: Fix memory leaks in b43_bus_dev_ssb_init andb43_bus_dev_bcma_init

[PATCH v2] prism54: isl_38xx: Replace 'struct timeval'
 2016-03-23 13:28 UTC  (2+ messages)
` [Y2038] "

[patch iproute2 v2 1/2] include: add linked list implementation from kernel
 2016-03-23 13:08 UTC  (3+ messages)

[PATCH net-next] change nfqueue failopen to apply also to receive message buffer in addition to queue size
 2016-03-23 12:28 UTC  (4+ messages)
    ` enhancing nfnetlink stats [was Re: [PATCH net-next] change nfqueue failopen to apply also to receive message buffer in addition to queue size]


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).