messages from 2016-04-05 00:56:22 to 2016-04-05 17:38:21 UTC [more...]
[net PATCH v2 0/2] Fixes for GRO and GRE tunnels
2016-04-05 17:38 UTC (12+ messages)
` [net PATCH v2 2/2] ipv4/GRO: Make GRO conform to RFC 6864
[PATCH v4 net-next 00/15] MTU/buffer reconfig changes
2016-04-05 17:24 UTC (4+ messages)
` [PATCH v4 net-next 01/15] nfp: correct RX buffer length calculation
[RFC PATCH 0/6] ppp: add rtnetlink support
2016-04-05 17:18 UTC (10+ messages)
` [RFC PATCH 1/6] ppp: simplify usage of ppp_create_interface()
` [RFC PATCH 2/6] ppp: don't hold ppp_mutex before calling ppp_unattached_ioctl()
` [RFC PATCH 3/6] ppp: don't lock ppp_mutex while handling PPPIOCDETACH
` [RFC PATCH 4/6] ppp: invert lock ordering between ppp_mutex and rtnl_lock
` [RFC PATCH 5/6] ppp: define reusable device creation functions
` [RFC PATCH 6/6] ppp: add rtnetlink device creation support
[PATCH net 1/4] lib/test_bpf: Fix JMP_JSET tests
2016-04-05 16:51 UTC (10+ messages)
` [PATCH net 2/4] lib/test_bpf: Add tests for unsigned BPF_JGT
` [PATCH net 3/4] lib/test_bpf: Add test to check for result of 32-bit add that overflows
` [PATCH net 4/4] lib/test_bpf: Add additional BPF_ADD tests
[RFC PATCH 0/5] Add driver bpf hook for early packet drop
2016-04-05 14:15 UTC (40+ messages)
` [RFC PATCH 1/5] bpf: add PHYS_DEV prog type for early driver filter
` [RFC PATCH 4/5] mlx4: add support for fast rx drop bpf program
[PATCH net-next 0/3] udp: support SO_PEEK_OF
2016-04-05 16:43 UTC (2+ messages)
[PATCH net] ipv6: Count in extension headers in skb->network_header
2016-04-05 16:41 UTC
[PATCH net-next v2 0/3] udp: support SO_PEEK_OFF
2016-04-05 16:41 UTC (4+ messages)
` [PATCH net-next v2 1/3] sock: convert sk_peek_offset functions to WRITE_ONCE
` [PATCH net-next v2 2/3] udp: remove headers from UDP packets before queueing
` [PATCH net-next v2 3/3] udp: enable MSG_PEEK at non-zero offset
[PATCH net-next 0/3] tipc: some small fixes
2016-04-05 16:20 UTC (4+ messages)
` [PATCH net-next 1/3] tipc: eliminate buffer leak in bearer layer
` [PATCH net-next 2/3] tipc: stricter filtering of packets "
` [PATCH net-next 3/3] tipc: reduce transmission rate of reset messages when link is down
[net PATCH v3] GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOU
2016-04-05 16:13 UTC
[net-next 00/16][pull request] 100GbE Intel Wired LAN Driver Updates 2016-04-05
2016-04-05 16:12 UTC (19+ messages)
` [net-next 01/16] fm10k: Move constants to the right of binary operators
` [net-next 02/16] fm10k: cleanup remaining right-bit-shifted 1
` [net-next 03/16] fm10k: Avoid crashing the kernel
` [net-next 04/16] fm10k: demote BUG_ON() to WARN_ON() where appropriate
` [net-next 05/16] fm10k: cleanup SPACE_BEFORE_TAB checkpatch warning
` [net-next 06/16] fm10k: use ether_addr_copy to copy MAC address
` [net-next 07/16] fm10k: prevent null pointer dereference of msix_entries table
` [net-next 08/16] fm10k: don't initialize service task until later in probe
` [net-next 09/16] fm10k: base queue scheme covered by RSS
` [net-next 10/16] fm10k: print error message when stop_hw fails
` [net-next 11/16] fm10k: free MBX IRQ before clearing interrupt scheme
` [net-next 12/16] fm10k: add helper functions to set strings and data for ethtool stats
` [net-next 13/16] fm10k: prevent possibly uninitialized variable
` [net-next 14/16] fm10k: correctly clean up when init_queueing_scheme fails
` [net-next 15/16] fm10k: fix a minor typo in some comments
` [net-next 16/16] fm10k: use ethtool_rxfh_indir_default for default redirection table
[PATCH] mwifiex: add __GFP_REPEAT to skb allocation call
2016-04-05 16:05 UTC (6+ messages)
ADMtek ADM8511 "Pegasus II" USB Ethernet causes oops
2016-04-05 15:42 UTC (2+ messages)
[RESEND PATCH V4 0/3] IB/hns: Add HiSilicon RoCE driver
2016-04-05 15:32 UTC (5+ messages)
` [RESEND PATCH V4 2/3] IB/hns: Add HiSilicon RoCE driver support
[PATCH net-next 1/3] net: dsa: make the STP state function return void
2016-04-05 15:24 UTC (3+ messages)
` [PATCH net-next 2/3] net: dsa: make the FDB add "
` [PATCH net-next 3/3] net: dsa: make the VLAN "
[PATCH net-next 0/8] udp: GRO in UDP sockets
2016-04-05 15:22 UTC (9+ messages)
` [PATCH net-next 1/8] net: Checks skb_dst to be NULL in inet_iif
` [PATCH net-next 2/8] udp: Add udp6_lib_lookup_skb and udp4_lib_lookup_skb
` [PATCH net-next 3/8] udp: Add GRO functions to UDP socket
` [PATCH net-next 4/8] udp: Add socket based GRO and config
` [PATCH net-next 5/8] vxlan: change vxlan to use UDP socket GRO
` [PATCH net-next 6/8] fou: change "
` [PATCH net-next 7/8] geneve: "
` [PATCH net-next 8/8] udp: Remove udp_offloads
[PATCH net-next] net: dsa: document missing functions
2016-04-05 15:22 UTC
[PATCH net-next 0/3] sock: lockdep tightening
2016-04-05 15:10 UTC (4+ messages)
` [PATCH net-next 1/3] sock: fix lockdep annotation in release_sock
` [PATCH net-next 2/3] net: introduce lockdep_is_held and update various places to use it
` [PATCH net-next 3/3] tun: use socket locks for sk_{attach,detatch}_filter
[PATCH net-next 0/6] net device rx busy polling support in vhost_net
2016-04-05 15:05 UTC (8+ messages)
` [PATCH net-next 1/6] net: skbuff: don't use union for napi_id and sender_cpu
[PATCH net-next] net: intel: remove dead links
2016-04-05 14:44 UTC (2+ messages)
[PATCH net] MAINTAINERS: intel-wired-lan list is moderated
2016-04-05 14:39 UTC
[PATCH] ipsec: Fix error handling in the function xfrm6_get_addr
2016-04-05 14:23 UTC
[PATCH V2 0/2] net: socket: return a proper error code when source address becomes nonlocal
2016-04-05 14:19 UTC (3+ messages)
` [PATCH V2 1/2] net: socket: return EADDRNOTAVAIL "
` [PATCH V2 2/2] net: socket: return EADDRNOTAVAIL when IPV6_PKTINFO's ipi6_addr is not available
[PATCH net-next 0/8] allow bpf attach to tracepoints
2016-04-05 14:18 UTC (11+ messages)
` [PATCH net-next 1/8] perf: optimize perf_fetch_caller_regs
` [PATCH net-next 2/8] perf, bpf: allow bpf programs attach to tracepoints
` [PATCH net-next 3/8] bpf: register BPF_PROG_TYPE_TRACEPOINT program type
` [PATCH net-next 4/8] bpf: support bpf_get_stackid() and bpf_perf_event_output() in tracepoint programs
` [PATCH net-next 5/8] bpf: sanitize bpf tracepoint access
` [PATCH net-next 6/8] samples/bpf: add tracepoint support to bpf loader
` [PATCH net-next 7/8] samples/bpf: tracepoint example
` [PATCH net-next 8/8] samples/bpf: add tracepoint vs kprobe performance tests
Hiking Enthusiasts List
2016-04-05 13:45 UTC
[PATCH net-next v3 0/4] vxlan: implement Generic Protocol Extension (GPE)
2016-04-05 13:57 UTC (7+ messages)
` [PATCH net-next v3 1/4] vxlan: move Ethernet initialization to a separate function
` [PATCH net-next v3 2/4] vxlan: move fdb code to common location in vxlan_xmit
` [PATCH net-next v3 3/4] ip_tunnel: implement __iptunnel_pull_header
` [PATCH net-next v3 4/4] vxlan: implement GPE
[PATCH-RFC] drivers: net: ethernet: intel: e1000e: fix ethtool autoneg off for fiber
2016-04-05 13:41 UTC (5+ messages)
` [Intel-wired-lan] "
[PATCH] net: mvneta: Remove superfluous SMP function call
2016-04-05 13:32 UTC (2+ messages)
` [PREEMPT-RT] "
[PATCH net-next] net: add the AF_KCM entries to family name tables
2016-04-05 14:41 UTC
AF_VSOCK status
2016-04-05 12:34 UTC
[v7, 0/5] Fix eSDHC host version register bug
2016-04-05 11:27 UTC (4+ messages)
` [v7, 4/5] powerpc/fsl: move mpc85xx.h to include/linux/fsl
[PATCH net-next 00/10] bnxt_en: Updates for net-next
2016-04-05 10:36 UTC (13+ messages)
` [PATCH net-next 01/10] bnxt_en: Update to Firmware 1.2.2 spec
` [PATCH net-next 02/10] bnxt_en: Improve flow control autoneg with Firmware 1.2.1 interface
` [PATCH net-next 03/10] bnxt_en: Add basic EEE support
` [PATCH net-next 04/10] bnxt_en: Add EEE setup code
` [PATCH net-next 05/10] bnxt_en: Add get_eee() and set_eee() ethtool support
` [PATCH net-next 06/10] bnxt_en: Set async event bits when registering with the firmware
` [PATCH net-next 07/10] bnxt_en: Add unsupported SFP+ module warnings
` [PATCH net-next 08/10] bnxt_en: Provide NVM information via Ethtool GEEPROM
` [PATCH net-next 09/10] bnxt_en: Check for valid forced speed during ethtool -s
` [PATCH net-next 10/10] bnxt_en: Improve ethtool .get_settings()
NETLINK_URELEASE non-bound socket problem (was: [PATCH] Fix local DoS in cfg80211 subsystem)
2016-04-05 9:56 UTC
[PATCH] mac80211: remove description of dropped member
2016-04-05 9:12 UTC (2+ messages)
[PATCH] mac80211: add doc for RX_FLAG_DUP_VALIDATED flag
2016-04-05 9:11 UTC (2+ messages)
[PATCH] VSOCK: Detach QP check should filter out non matching QPs
2016-04-05 8:59 UTC
[patch net-next 0/3] mlxsw: small driver update, including switchdev doc update
2016-04-05 8:20 UTC (4+ messages)
` [patch net-next 1/3] mlxsw: spectrum: Reduce number of supported 802.1D bridges
` [patch net-next 2/3] switchdev: Use switch ID in suggested udev rule
` [patch net-next 3/3] mlxsw: spectrum: Add support for physical port names
am335x: cpsw at high broadcast load
2016-04-05 8:19 UTC (2+ messages)
[PATCH (net.git)] stmmac: fix adjust link call in case of a switch is attached
2016-04-05 6:46 UTC
am335x: no multicast reception over VLAN
2016-04-05 6:22 UTC (15+ messages)
[PATCHv2 net-next 0/6] bridge: support sending rntl info when we set attributes through sysfs/ioctl
2016-04-05 5:08 UTC (8+ messages)
` [PATCHv2 net-next 1/6] bridge: simplify the flush_store by calling store_bridge_parm
` [PATCHv2 net-next 2/6] bridge: simplify the forward_delay_store "
` [PATCHv2 net-next 3/6] bridge: simplify the stp_state_store "
` [PATCHv2 net-next 4/6] bridge: a netlink notification should be sent when those attributes are changed by br_sysfs_br
` [PATCHv2 net-next 5/6] bridge: a netlink notification should be sent when those attributes are changed by br_sysfs_if
` [PATCHv2 net-next 6/6] bridge: a netlink notification should be sent when those attributes are changed by ioctl
[net-next:master 58/68] net/ipv4/udp.c:1693:9: sparse: incompatible types in comparison expression (different address spaces)
2016-04-05 4:38 UTC
[net-next:master 57/68] DockBook: include/net/sock.h:442: warning: No description found for parameter 'sk_rcu'
2016-04-05 4:29 UTC
[PATCHv2 net-next] cxgb4/cxgb4vf: Deprecate module parameter dflt_msg_enable
2016-04-05 4:22 UTC
[PATCH net-next 0/7] sctp: support sctp_diag in kernel
2016-04-05 4:06 UTC (8+ messages)
` [PATCH net-next 1/7] sctp: add sctp_info dump api for sctp_diag
` [PATCH net-next 2/7] sctp: export some apis or variables "
` [PATCH net-next 3/7] sctp: export some functions for sctp_diag in inet_diag
` [PATCH net-next 4/7] sctp: add the sctp_diag.c file
` [PATCH net-next 5/7] sctp: reuse the some transport traversal functions in proc
` [PATCH net-next 6/7] sctp: merge the seq_start/next/exits in remaddrs and assocs
` [PATCH net-next 7/7] sctp: fix some rhashtable functions using in sctp proc/diag
[PATCH v2 net-next 00/11] net: various udp/tcp changes
2016-04-05 2:12 UTC (2+ messages)
[net-next v2 00/14][pull request] 10GbE Intel Wired LAN Driver Updates 2016-04-04
2016-04-05 2:04 UTC (19+ messages)
` [net-next v2 01/14] ixgbe: on recv increment rx.ring->stats.yields
` [net-next v2 02/14] ixgbevf: use bit operations for setting and checking resets
` [net-next v2 03/14] ixgbe: Extend trust to allow guest to set unicast address
` [net-next v2 04/14] ixgbe: Do not allow PF to add VLVF entry unless it actually needs it
` [net-next v2 05/14] ixgbe: Avoid adding VLAN 0 twice to VLVF and VFTA
` [net-next v2 06/14] ixgbe: Make all unchanging ops structures const
` [net-next v2 07/14] ixgbe: use eth_platform_get_mac_address()
` [net-next v2 08/14] ixgbe: Add support for generic Tx checksums
` [net-next v2 09/14] ixgbevf: "
` [net-next v2 10/14] ixgbe: Fix flow control for Xeon D KR backplane
` [net-next v2 11/14] ixgbe: add a callback to set the maximum transmit bitrate
` [net-next v2 12/14] ixgbe: Place SWFW semaphore in known valid state at probe
` [net-next v2 13/14] ixgbe: Extend cls_u32 offload to support UDP headers
` [net-next v2 14/14] ixgbe: Add support for toggling VLAN filtering flag via ethtool
[PATCH net-next v2 0/6] net: dsa: mv88e6131: HW bridging support for 6185
2016-04-05 1:31 UTC (3+ messages)
[net-next 00/14][pull request] 10GbE Intel Wired LAN Driver Updates 2016-04-04
2016-04-05 1:29 UTC (5+ messages)
` [net-next 08/14] ixgbe: Add support for generic Tx checksums
[PATCH net-next 1/3] net: bcmgenet: cleanup for bcmgenet_xmit()
2016-04-05 1:27 UTC (8+ messages)
` [PATCH net-next 2/3] net: bcmgenet: cleanup for bcmgenet_xmit_frag()
` [PATCH net-next 3/3] net: bcmgenet: fix dmadesc_set()
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).