netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-12-21 19:34:00 to 2017-12-22 14:41:08 UTC [more...]

[PATCH v4 01/36] asm-generic/io.h: move ioremap_nocache/ioremap_uc/ioremap_wc/ioremap_wt out of ifndef CONFIG_MMU
 2017-12-22 14:40 UTC  (5+ messages)

[PATCH net-next 0/2] l2tp: fix offset/peer_offset conf parameters
 2017-12-22 14:10 UTC  (3+ messages)
` [PATCH net-next 1/2] l2tp: fix missing print session offset info
` [PATCH net-next 2/2] l2tp: add peer_offset parameter

[PATCH net] rtnetlink: fix struct net reference leak
 2017-12-22 13:59 UTC  (3+ messages)

[PATCH v6 0/6] Add M_CAN Support for Dra76 platform
 2017-12-22 13:31 UTC  (7+ messages)
` [PATCH v6 2/6] can: m_can: Add call to of_can_transceiver
` [PATCH v6 3/6] can: m_can: Add PM Runtime
` [PATCH v6 4/6] can: m_can: Support higher speed CAN-FD bitrates
  ` [PATCH v6 1/6] can: dev: Add support for limiting configured bitrate
  ` [PATCH v6 5/6] dt-bindings: can: m_can: Document new can transceiver binding
` [PATCH v6 6/6] dt-bindings: can: can-transceiver: Document new binding

[PATCH v3 0/4] Add SELinux SCTP protocol support
 2017-12-22 13:05 UTC  (5+ messages)
` [PATCH v3 1/4] security: Add support for SCTP security hooks
` [PATCH v3 2/4] sctp: Add ip option support
` [PATCH v3 3/4] sctp: Add LSM hooks
` [PATCH v3 4/4] selinux: Add SCTP support

[PATCH net] RDS: Check cmsg_len before dereferencing CMSG_DATA
 2017-12-22 12:55 UTC  (3+ messages)

[patch net] i40e: flower: Fix return value for unsupported offload
 2017-12-22 11:45 UTC 

[RFC PATCH bpf-next 0/3] Separate error injection framework from kprobes
 2017-12-22 11:39 UTC  (4+ messages)
` [RFC PATCH bpf-next 1/3] tracing/kprobe: bpf: Check error injectable event is on function entry
` [RFC PATCH bpf-next 2/3] tracing/kprobe: bpf: Compare instruction pointer with original one
` [RFC PATCH bpf-next 3/3] error-injection: Separate error-injection from kprobe

pull request (net-next): ipsec-next 2017-12-22
 2017-12-22 11:24 UTC  (10+ messages)
` [PATCH 1/9] xfrm: Separate ESP handling from segmentation for GRO packets
` [PATCH 2/9] net: Add asynchronous callbacks for xfrm on layer 2
` [PATCH 3/9] xfrm: Allow to use the layer2 IPsec GSO codepath for software crypto
` [PATCH 4/9] xfrm: Allow IPsec GSO with software crypto for local sockets
` [PATCH 5/9] esp: Don't require synchronous crypto fallback on offloading anymore
` [PATCH 6/9] xfrm: check for xdo_dev_state_free
` [PATCH 7/9] xfrm: check for xdo_dev_ops add and delete
` [PATCH 8/9] xfrm: wrap xfrmdev_ops with offload config
` [PATCH 9/9] xfrm: update the stats documentation

INFO: task hung in bpf_exit_net
 2017-12-22 11:24 UTC  (5+ messages)

[PATCH net] l2tp: fix missing print session offset info
 2017-12-22 11:24 UTC  (5+ messages)
` [PATCHv2 "

Kopie van: "Fw :pingyanwu
 2017-12-22 10:56 UTC 

Driver i40e issues changing NIC queue runtime under high-load
 2017-12-22 11:04 UTC 

[PATCH net 0/3] update on copyright and couple of fixes
 2017-12-22 10:35 UTC  (4+ messages)
` [PATCH 1/3] tg3: Update copyright
` [PATCH 2/3] tg3: Add workaround to restrict 5762 MRRS to 2048
` [PATCH 3/3] tg3: Enable PHY reset in MTU change path for 5720

[PATCH net-next] ipv6: Reinject IPv6 packets if IPsec policy matches after SNAT
 2017-12-22 10:35 UTC  (2+ messages)

[PATCH 1/3] net: Fix possible race in peernet2id_alloc()
 2017-12-22 10:30 UTC  (3+ messages)

[Patch net] net_sched: fix a missing rcu barrier in mini_qdisc_pair_swap()
 2017-12-22 10:24 UTC  (7+ messages)

[PATCH RFC 00/18] r8169: separate r8168 driver and add experimental phylib support
 2017-12-22 10:22 UTC  (29+ messages)
` [PATCH RFC 01/18] r8169: split driver to one for the non-PCIE cards (r8169) and one for the PCIE cards (r8168)
` [PATCH RFC 02/18] r8168: remove code specific to MAC version 01 - 06
` [PATCH RFC 03/18] r8168: remove magic register handling used on MAC version 05 and 06 only
` [PATCH RFC 04/18] r8168: remove TBI mode support needed for MAC version 01 only
` [PATCH RFC 05/18] r8168: remove unneeded callbacks from struct rtl8169_private
` [PATCH RFC 06/18] r8168: remove function rtl8169_rx_missed() being specific to MAC version 01 - 06
` [PATCH RFC 07/18] r8168: replace 8169 with 8168 in all relevant symbols
` [PATCH RFC 08/18] r8168: add basic phylib support
` [PATCH RFC 09/18] r8168: use genphy_soft_reset instead of open coding the soft reset
` [PATCH RFC 10/18] r8168: switch to phy_ethtool_get/set_link_ksettings
` [PATCH RFC 11/18] r8168: switch to phy_ethtool_nway_reset
` [PATCH RFC 12/18] r8168: switch to phy_mii_ioctl
` [PATCH RFC 13/18] r8168: replace speed_down with genphy_restart_aneg
` [PATCH RFC 14/18] r8168: remove rtl8168_set_speed
` [PATCH RFC 15/18] r8168: remove rtl_phy_work and rtl8168_phy_timer
` [PATCH RFC 16/18] r8168: use phy_read/write in rtl_readphy/writephy helpers
` [PATCH RFC 17/18] r8168: remove use of struct mii_if_info
` [PATCH RFC 18/18] r8168: use link speed information as maintained by phylib

[PATCH net-next] phylib: rename reset-(post-)delay-us to reset-(de)assert-us
 2017-12-22 10:08 UTC 

[PATCH net-next] qed*: Utilize FW 8.33.1.0
 2017-12-22  9:57 UTC  (2+ messages)

[PATCH ipsec-next] xfrm: update the stats documentation
 2017-12-22  9:48 UTC  (2+ messages)

pull request (net): ipsec 2017-12-22
 2017-12-22  9:45 UTC  (9+ messages)
` [PATCH 1/8] xfrm: check id proto in validate_tmpl()
` [PATCH 2/8] xfrm: fix XFRMA_OUTPUT_MARK policy entry
` [PATCH 3/8] xfrm: Fix xfrm_input() to verify state is valid when (encap_type < 0)
` [PATCH 4/8] xfrm: Fix stack-out-of-bounds read on socket policy lookup
` [PATCH 5/8] xfrm: fix xfrm_do_migrate() with AEAD e.g(AES-GCM)
` [PATCH 6/8] xfrm: Fix stack-out-of-bounds with misconfigured transport mode policies
` [PATCH 7/8] xfrm: put policies when reusing pcpu xdst entry
` [PATCH 8/8] xfrm: Reinject transport-mode packets through tasklet

[PATCH] net: Revert "net_sched: no need to free qdisc in RCU callback"
 2017-12-22  9:35 UTC  (8+ messages)

[PATCH net-next 0/2] net/sched: remove spinlock from 'csum' action
 2017-12-22  9:28 UTC  (4+ messages)
` [PATCH net-next 2/2] net/sched: act_csum: don't use spinlock in the fast path

[patch iproute2 v2] tc: add -bs option for batch mode
 2017-12-22  9:27 UTC  (3+ messages)

[PATCH net,stable 1/1] net: fec: unmap the xmit buffer that are not transferred by DMA
 2017-12-22  9:12 UTC 

[QUESTION] Doubt about NAPI_GRO_CB(skb)->is_atomic in tcpv4 gro process
 2017-12-22  8:49 UTC  (5+ messages)

[PATCH 4.9 058/104] net: ipconfig: fix ic_close_devs() use-after-free
 2017-12-22  8:46 UTC 

[RFC PATCH] virtio_net: Extend virtio to use VF datapath when available
 2017-12-22  8:42 UTC  (8+ messages)

[PATCH net] phylink: ensure AN is enabled
 2017-12-22  8:32 UTC  (2+ messages)

[PATCH net] phylink: ensure the PHY interface mode is appropriately set
 2017-12-22  8:31 UTC  (2+ messages)

[PATCH v3 next-queue 00/10] ixgbe: Add ipsec offload
 2017-12-22  8:24 UTC  (3+ messages)
` [PATCH v3 next-queue 08/10] ixgbe: process the Tx "

linux-next: build failure after merge of the net-next tree
 2017-12-22  7:51 UTC  (2+ messages)

[PATCH net 1/2] tipc: error path leak fixes in tipc_enable_bearer()
 2017-12-22  7:35 UTC  (2+ messages)
` [PATCH net 2/2] tipc: fix tipc_mon_delete() oops in tipc_enable_bearer() error path

suspicious RCU usage in net/wireless/util.c:778
 2017-12-22  7:20 UTC 

BUG: unable to handle kernel NULL pointer dereference in sctp_stream_free
 2017-12-22  5:31 UTC  (3+ messages)

[PATCH net] Revert "net: core: maybe return -EEXIST in __dev_alloc_name"
 2017-12-22  4:22 UTC  (4+ messages)
` [net] "

[PATCH V5 net-next 00/17] add some features and fix some bugs for HNS3 driver
 2017-12-22  4:21 UTC  (18+ messages)
` [PATCH V5 net-next 01/17] net: hns3: add support to query tqps number
` [PATCH V5 net-next 02/17] net: hns3: add support to modify "
` [PATCH V5 net-next 03/17] net: hns3: change the returned tqp number by ethtool -x
` [PATCH V5 net-next 04/17] net: hns3: free the ring_data structrue when change tqps
` [PATCH V5 net-next 05/17] net: hns3: get rss_size_max from configuration but not hardcode
` [PATCH V5 net-next 06/17] net: hns3: add a mask initialization for mac_vlan table
` [PATCH V5 net-next 07/17] net: hns3: add vlan offload config command
` [PATCH V5 net-next 08/17] net: hns3: add ethtool related offload command
` [PATCH V5 net-next 09/17] net: hns3: add handling vlan tag offload in bd
` [PATCH V5 net-next 10/17] net: hns3: cleanup mac auto-negotiation state query
` [PATCH V5 net-next 11/17] net: hns3: fix for getting auto-negotiation state in hclge_get_autoneg
` [PATCH V5 net-next 12/17] net: hns3: add support for set_pauseparam
` [PATCH V5 net-next 13/17] net: hns3: add support to update flow control settings after autoneg
` [PATCH V5 net-next 14/17] net: hns3: add Asym Pause support to phy default features
` [PATCH V5 net-next 15/17] net: hns3: add support for querying advertised pause frame by ethtool ethx
` [PATCH V5 net-next 16/17] net: hns3: Increase the default depth of bucket for TM shaper
` [PATCH V5 net-next 17/17] net: hns3: change TM sched mode to TC-based mode when SRIOV enabled

[Patch net-next] net_sched: call qdisc_reset() with qdisc lock
 2017-12-22  4:06 UTC  (5+ messages)
` [Patch net-next] net_sched: remove the unsafe __skb_array_empty()

correctness of BPF stack size checking logic for multi-function programs?
 2017-12-22  3:37 UTC  (2+ messages)

[PATCH net-next v5 0/6] net: tcp: sctp: dccp: Replace jprobe usage with trace events
 2017-12-22  2:08 UTC  (7+ messages)
` [PATCH net-next v5 1/6] net: tcp: Add trace events for TCP congestion window tracing
` [PATCH net-next v5 2/6] net: tcp: Remove TCP probe module
` [PATCH net-next v5 3/6] net: sctp: Add SCTP ACK tracking trace event
` [PATCH net-next v5 4/6] net: sctp: Remove debug SCTP probe module
` [PATCH net-next v5 5/6] net: dccp: Add DCCP sendmsg trace event
` [PATCH net-next v5 6/6] net: dccp: Remove dccpprobe module

[PATCH net-next v4 5/6] net: dccp: Add DCCP sendmsg trace event
 2017-12-22  1:30 UTC  (5+ messages)
` [PATCH net-next v4.1 "

[PATCH v2 bpf-next 00/11]
 2017-12-22  1:21 UTC  (12+ messages)
` [PATCH v2 bpf-next 01/11] bpf: Make SOCK_OPS_GET_TCP size independent
` [PATCH v2 bpf-next 02/11] bpf: Make SOCK_OPS_GET_TCP struct independent
` [PATCH v2 bpf-next 03/11] bpf: Add write access to tcp_sock and sock fields
` [PATCH v2 bpf-next 04/11] bpf: Support passing args to sock_ops bpf function
` [PATCH v2 bpf-next 05/11] bpf: Adds field bpf_sock_ops_flags to tcp_sock
` [PATCH v2 bpf-next 06/11] bpf: Add sock_ops RTO callback
` [PATCH v2 bpf-next 07/11] bpf: Add support for reading sk_state and more
` [PATCH v2 bpf-next 08/11] bpf: Add sock_ops R/W access to tclass & sk_txhash
` [PATCH v2 bpf-next 09/11] bpf: Add BPF_SOCK_OPS_RETRANS_CB
` [PATCH v2 bpf-next 10/11] bpf: Add BPF_SOCK_OPS_STATE_CB
` [PATCH v2 bpf-next 11/11] bpf: add selftest for tcpbpf

[PATCH] tcp: make function tcp_recv_timestamp static
 2017-12-22  1:01 UTC 

[PATCH bpf-next] samples/bpf: adjust rlimit RLIMIT_MEMLOCK for sampleip
 2017-12-22  0:24 UTC  (2+ messages)

[PATCH bpf-next 0/11] bpf: more sock_ops callbacks
 2017-12-22  0:23 UTC  (3+ messages)

linux-next: manual merge of the net-next tree with the net tree
 2017-12-22  0:11 UTC 

[PATCH bpf] selftests/bpf: fix Makefile for passing LLC to the command line
 2017-12-21 23:55 UTC  (2+ messages)

[PATCH net-next] net: erspan: remove md NULL check
 2017-12-21 23:51 UTC 

pull-request: bpf-next 2017-12-18
 2017-12-21 23:48 UTC  (5+ messages)

[PATCH net-next v2] enic: add wq clean up budget
 2017-12-21 16:12 UTC 

[PATCH net 1/2] dt-bindings: net: mediatek: add condition to property mediatek,pctl
 2017-12-21 22:55 UTC  (2+ messages)

[PATCH net] tcp: Avoid preprocessor directives in tracepoint macro args
 2017-12-21 22:13 UTC  (3+ messages)
` [PATCH net-next] tcp: md5: Handle RCU dereference of md5sig_info

RCU callback crashes
 2017-12-21 21:45 UTC  (15+ messages)

[GIT] Networking
 2017-12-21 21:32 UTC 

[PATCH bpf-next v2 0/8] bpf: offload: report device back to user space (take 2)
 2017-12-21 21:01 UTC  (9+ messages)
` [PATCH bpf-next v2 1/8] bpf: offload: don't require rtnl for dev list manipulation
` [PATCH bpf-next v2 2/8] bpf: offload: don't use prog->aux->offload as boolean
` [PATCH bpf-next v2 3/8] bpf: offload: allow netdev to disappear while verifier is running
` [PATCH bpf-next v2 4/8] bpf: offload: free prog->aux->offload when device disappears
` [PATCH bpf-next v2 5/8] bpf: offload: free program id "
` [PATCH bpf-next v2 6/8] bpf: offload: report device information for offloaded programs
` [PATCH bpf-next v2 7/8] tools: bpftool: "
` [PATCH bpf-next v2 8/8] selftests/bpf: test device info reporting for bound progs

[PATCH v4 0/5] flow_dissector: Provide basic batman-adv unicast handling
 2017-12-21 20:40 UTC  (2+ messages)

[PATCH] net: phy: micrel: ksz9031: reconfigure autoneg after phy autoneg workaround
 2017-12-21 20:18 UTC  (3+ messages)

[PATCH net-next 0/4] sfc: support extra stats on Medford2
 2017-12-21 20:15 UTC  (3+ messages)
` [PATCH v2 "

[PATCH net-next] cxgb4: add new T5 and T6 device id's
 2017-12-21 20:13 UTC  (2+ messages)

[PATCH net-next] net: dwc-xlgmac: Get rid of custom hex_dump_to_buffer()
 2017-12-21 20:06 UTC  (2+ messages)

[PATCH net-next] phylink: avoid attaching more than one PHY
 2017-12-21 20:03 UTC  (2+ messages)

[PATCH net 0/2] zerocopy fixes
 2017-12-21 20:01 UTC  (2+ messages)

[PATCH v5 net-next 0/7] net: ILA notification mechanism and fixes
 2017-12-21 19:33 UTC  (7+ messages)
` [PATCH v5 net-next 2/7] rtnetlink: Add notify route message types
` [PATCH v5 net-next 3/7] ila: Fix use of rhashtable walk in ila_xlat.c
` [PATCH v5 net-next 4/7] ila: Call library function alloc_bucket_locks
` [PATCH v5 net-next 5/7] ila: Create main ila source file
` [PATCH v5 net-next 6/7] ila: Flush netlink command to clear xlat table
` [PATCH v5 net-next 7/7] ila: Route notify


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