messages from 2016-09-24 14:58:08 to 2016-09-25 23:06:30 UTC [more...]
[PATCH 00/53] Netfilter updates for net-next
2016-09-25 23:06 UTC (11+ messages)
` [PATCH 01/53] netfilter: gre: Use consistent GRE_* macros instead of ones defined by netfilter
` [PATCH 02/53] netfilter: gre: Use consistent GRE and PTTP header structure instead of the "
` [PATCH 04/53] netfilter: nf_ct_sip: correct allowed characters in Call-ID SIP header
` [PATCH 08/53] netfilter: nft_quota: fix overquota logic
` [PATCH 12/53] netfilter: nf_conntrack: remove unused ctl_table_path member in nf_conntrack_l3proto
` [PATCH 13/53] netfilter: nft_hash: Add hash offset value
` [PATCH 14/53] netfilter: nft_dynset: allow to invert match criteria
` [PATCH 17/53] netfilter: introduce nft_set_pktinfo_{ipv4, ipv6}_validate()
` [PATCH 19/53] netfilter: nf_tables: don't drop IPv6 packets that cannot parse transport
` [PATCH 20/53] netfilter: nf_conntrack: simplify __nf_ct_try_assign_helper() return logic
[PATCH] igb: mark igb_rxnfc_write_vlan_prio_filter() static
2016-09-25 22:23 UTC (2+ messages)
[PATCH] ixgbe: mark symbols static where possible
2016-09-25 22:22 UTC (2+ messages)
[PATCH] net: tg3: use new api ethtool_{get|set}_link_ksettings
2016-09-25 21:31 UTC
[PATCH][V2] cxgb4: fix -ve error check on a signed iq
2016-09-25 21:14 UTC
[PATCH][V2] mlxsw: spectrum: remove redundant check if err is zero
2016-09-25 21:08 UTC (3+ messages)
[PATCH net] ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_route
2016-09-25 21:08 UTC
[PATCH] net: smc91x: take into account register shift
2016-09-25 21:00 UTC
[PATCH -next] net: dsa: mv88e6xxx: fix non static symbol warnings
2016-09-25 20:46 UTC (2+ messages)
[PATCH v3] iproute2: macvlan: add "source" mode
2016-09-25 19:08 UTC
[PATCH v2] iproute2: macvlan: add "source" mode
2016-09-25 19:07 UTC
[PATCH] iproute2: macvlan: add "source" mode
2016-09-25 18:54 UTC (2+ messages)
[PATCH v2] fs/select: add vmalloc fallback for select(2)
2016-09-25 18:50 UTC (3+ messages)
[PATCH net-next 0/4] act_mirred: Ingress actions support
2016-09-25 18:33 UTC (16+ messages)
` [PATCH net-next 4/4] net/sched: act_mirred: Implement ingress actions
[PATCH v2 net-next 0/3] net: bcmgenet: only use new api ethtool_{get|set}_link_ksettings
2016-09-25 16:29 UTC (4+ messages)
` [PATCH v2 net-next 1/3] Revert "net: ethernet: bcmgenet: use new api ethtool_{get|set}_link_ksettings"
` [PATCH v2 net-next 2/3] Revert "net: ethernet: bcmgenet: use phydev from struct net_device"
` [PATCH v2 net-next 3/3] net: bcmgenet: use new api ethtool_{get|set}_link_ksettings
[PATCH net v2 0/2] Fix tc-ife bugs
2016-09-25 15:55 UTC (5+ messages)
` [PATCH net v2 1/2] act_ife: Fix external mac header on encode
` [PATCH net v2 2/2] act_ife: Fix false parsing on decode side
[PATCH] nfp: bpf: improve handling for disabled BPF syscall
2016-09-25 15:52 UTC (2+ messages)
[PATCH 0/3] ethernet: net: bcmgenet: only use new api ethtool_{get|set}_link_ksettings
2016-09-25 15:50 UTC (6+ messages)
` [PATCH 1/3] Revert "net: ethernet: bcmgenet: use new api ethtool_{get|set}_link_ksettings"
` [PATCH 2/3] Revert "net: ethernet: bcmgenet: use phydev from struct net_device"
` [PATCH 3/3] net: ethernet: broadcom: bcmgenet: use new api ethtool_{get|set}_link_ksettings
[PATCH -next] be2net: fix non static symbol warnings
2016-09-25 15:40 UTC
[PATCH net-next] Revert "net: ethernet: bcmgenet: use phydev from struct net_device"
2016-09-25 15:30 UTC (3+ messages)
[PATCH net-next] net/sched: pkt_cls: change tc actions order to be as the user sets
2016-09-25 14:39 UTC (2+ messages)
[PATCH v3 2/2] netfilter: Create revision 2 of xt_hashlimit to support higher pps rates
2016-09-25 12:58 UTC (5+ messages)
Implement rfc7559 ipv6 router solicitation backoff
2016-09-25 12:51 UTC (36+ messages)
` [PATCH 1/7] ipv6 addrconf: enable use of proc_dointvec_minmax in addrconf_sysctl
` [PATCH 2/7] ipv6 addrconf: remove addrconf_sysctl_hop_limit()
` [PATCH 3/7] ipv6 addrconf: rtr_solicits == -1 means unlimited
` [PATCH 4/7] ipv6 addrconf: add new sysctl 'router_solicitation_max_interval'
` [PATCH 5/7] ipv6 addrconf: implement RFC7559 router solicitation backoff
` [PATCH] "
` [PATCH v2 1/7] ipv6 addrconf: enable use of proc_dointvec_minmax in addrconf_sysctl
` [PATCH v2 2/7] ipv6 addrconf: remove addrconf_sysctl_hop_limit()
` [PATCH v2 3/7] ipv6 addrconf: rtr_solicits == -1 means unlimited
` [PATCH v2 4/7] ipv6 addrconf: add new sysctl 'router_solicitation_max_interval'
` [PATCH v2 5/7] ipv6 addrconf: implement RFC7559 router solicitation backoff
` [PATCH v2 6/7] ipv6 addrconf: change default RTR_SOLICITATION_MAX_INTERVAL from 4s to 1h
` [PATCH v2 7/7] ipv6 addrconf: change default MAX_RTR_SOLICITATIONS from 3 to -1 (unlimited)
` (unknown),
` [PATCH v3 1/7] ipv6 addrconf: enable use of proc_dointvec_minmax in addrconf_sysctl
` [PATCH v3 2/7] ipv6 addrconf: remove addrconf_sysctl_hop_limit()
` [PATCH v3 3/7] ipv6 addrconf: rtr_solicits == -1 means unlimited
` [PATCH v3 4/7] ipv6 addrconf: add new sysctl 'router_solicitation_max_interval'
` [PATCH v3 5/7] ipv6 addrconf: implement RFC7559 router solicitation backoff
` [PATCH v3 6/7] ipv6 addrconf: change default RTR_SOLICITATION_MAX_INTERVAL from 4s to 1h
` [PATCH v3 7/7] ipv6 addrconf: change default MAX_RTR_SOLICITATIONS from 3 to -1 (unlimited)
` (unknown)
` [PATCH v4 0/7] implement rfc7559 ipv6 router solicitation backoff
` [PATCH v4 1/7] ipv6 addrconf: enable use of proc_dointvec_minmax in addrconf_sysctl
` [PATCH v4 2/7] ipv6 addrconf: remove addrconf_sysctl_hop_limit()
` [PATCH v4 3/7] ipv6 addrconf: rtr_solicits == -1 means unlimited
` [PATCH v4 4/7] ipv6 addrconf: add new sysctl 'router_solicitation_max_interval'
` [PATCH v4 5/7] ipv6 addrconf: implement RFC7559 router solicitation backoff
` [PATCH v4 6/7] ipv6 addrconf: change default RTR_SOLICITATION_MAX_INTERVAL from 4s to 1h
` [PATCH v4 7/7] ipv6 addrconf: change default MAX_RTR_SOLICITATIONS from 3 to -1 (unlimited)
` [PATCH 6/7] ipv6 addrconf: change default RTR_SOLICITATION_MAX_INTERVAL from 4s to 1h
` [PATCH 7/7] ipv6 addrconf: change default MAX_RTR_SOLICITATIONS from 3 to -1 (unlimited)
[PATCH 0/5] ISDN-CAPI: Fine-tuning for several function implementations
2016-09-25 12:47 UTC (8+ messages)
` [PATCH 1/5] ISDN-CAPI: Use kmalloc_array() in capidrv_addcontr()
` [PATCH 2/5] ISDN-CAPI: Delete error messages for a failed memory allocation in four functions
` [PATCH 3/5] ISDN-CAPI: Adjust 17 function calls together with variable assignments
` [PATCH 4/5] ISDN-CAPI: Adjust checks for null pointers in four functions
` [PATCH 5/5] ISDN-CAPI: Delete unnecessary braces
pull request: bluetooth-next 2016-09-25
2016-09-25 12:42 UTC
[PATCH v5 00/16] Add Paravirtual RDMA Driver
2016-09-25 12:29 UTC (22+ messages)
` [PATCH v5 02/16] IB/pvrdma: Add user-level shared functions
` [PATCH v5 03/16] IB/pvrdma: Add virtual device RDMA structures
` [PATCH v5 04/16] IB/pvrdma: Add the paravirtual RDMA device specification
` [PATCH v5 05/16] IB/pvrdma: Add functions for Verbs support
` [PATCH v5 06/16] IB/pvrdma: Add paravirtual rdma device
` [PATCH v5 01/16] vmxnet3: Move PCI Id to pci_ids.h
` [PATCH v5 07/16] IB/pvrdma: Add helper functions
` [PATCH v5 09/16] IB/pvrdma: Add support for Completion Queues
` [PATCH v5 10/16] IB/pvrdma: Add UAR support
` [PATCH v5 08/16] IB/pvrdma: Add device command support
` [PATCH v5 11/16] IB/pvrdma: Add support for memory regions
` [PATCH v5 12/16] IB/pvrdma: Add Queue Pair support
` [PATCH v5 13/16] IB/pvrdma: Add the main driver module for PVRDMA
` [PATCH v5 14/16] IB/pvrdma: Add Kconfig and Makefile
` [PATCH v5 15/16] IB: Add PVRDMA driver
` [PATCH v5 16/16] MAINTAINERS: Update for "
[PATCH RFC 0/3] xdp: Generalize XDP
2016-09-25 12:29 UTC (7+ messages)
` [PATCH RFC 1/3] xdp: Infrastructure to generalize XDP
[PATCH] netfilter: xt_socket: fix transparent match for IPv6 request sockets
2016-09-25 11:47 UTC (2+ messages)
[PATCH net 0/2] Fix tc-ife bugs
2016-09-25 11:41 UTC (2+ messages)
[PATCH nf v5] netfilter: seqadj: Fix the wrong ack adjust for the RST packet without ack
2016-09-25 11:31 UTC (2+ messages)
[PATCH nf-next v3 0/7] Compact netfilter hooks list
2016-09-25 11:30 UTC (2+ messages)
[patch net-next v2 0/6] fib offload: switch to notifier
2016-09-25 10:42 UTC (4+ messages)
` [patch net-next v2 3/6] mlxsw: spectrum_router: Use FIB notifications instead of switchdev calls
[net-next 00/15][pull request] 40GbE Intel Wired LAN Driver Updates 2016-09-24
2016-09-25 10:01 UTC (17+ messages)
` [net-next 01/15] i40e: Remove 100 Mbps SGMII support for X722
` [net-next 02/15] i40e: fix deleting mac filters
` [net-next 03/15] i40e: add encap csum VF offload flag
` [net-next 04/15] i40e: cleanup ATR auto_disable_flags use
` [net-next 05/15] i40e: check conflicting ntuple/sideband rules when re-enabling ATR
` [net-next 06/15] i40e: removing unreachable code
` [net-next 07/15] i40e/i40evf: Changed version to 1.6.16
` [net-next 08/15] i40e: Increase minimum number of allocated VSI
` [net-next 09/15] i40evf: enable adaptive interrupt throttling
` [net-next 10/15] i40e: Fix Flow Director raw_buf cleanup
` [net-next 11/15] i40e/i40evf: Add txring_txq function to match fm10k and ixgbe
` [net-next 12/15] i40e: Split Flow Director descriptor config into separate function
` [net-next 13/15] i40e: Strip out debugfs hook for Flow Director filter programming
` [net-next 14/15] i40e: don't configure zero-size RSS table
` [net-next 15/15] i40evf: support queue-specific settings for interrupt moderation
[PATCH net-next 0/8] rxrpc: Implement slow-start and other bits
2016-09-25 9:56 UTC (10+ messages)
` [PATCH net-next 1/8] rxrpc: Send an ACK after every few DATA packets we receive
` [PATCH net-next 2/8] rxrpc: Send an immediate ACK if we fill in a hole
` [PATCH net-next 3/8] rxrpc: Include the last reply DATA serial number in the final ACK
` [PATCH net-next 4/8] rxrpc: Reinitialise the call ACK and timer state for client reply phase
` [PATCH net-next 5/8] rxrpc: Delay the resend timer to allow for nsec->jiffies conv error
` [PATCH net-next 6/8] rxrpc: Generate a summary of the ACK state for later use
` [PATCH net-next 7/8] rxrpc: Schedule an ACK if the reply to a client call appears overdue
` [PATCH net-next 8/8] rxrpc: Implement slow-start
[PATCH net] Revert "net: ethernet: bcmgenet: use phydev from struct net_device"
2016-09-25 9:35 UTC (5+ messages)
[PATCH] net: hns: mark symbols static where possible
2016-09-25 9:34 UTC
[PATCH] rtl8xxxu: mark rtl8192eu_power_off() static
2016-09-25 9:22 UTC
[PATCH] net: mvneta: mark symbols static where possible
2016-09-25 9:20 UTC
[PATCH] net: hip04: mark tx_done() static
2016-09-25 9:19 UTC
[PATCH] net: hisilicon: mark symbols static where possible
2016-09-25 9:16 UTC
[net-next 0/5][pull request] 1GbE Intel Wired LAN Driver Updates 2016-09-22
2016-09-25 7:02 UTC (5+ messages)
` [net-next 5/5] PCI: disable FLR for 82579 device
[PATCH] net: bcmgenet: remove unused function in bcmgenet.c
2016-09-25 6:23 UTC
[PATCH] cxgb4: mark symbols static where possible
2016-09-25 6:10 UTC
[PATCH net-next] gre: use nla_get_be32() to extract flowinfo
2016-09-25 0:08 UTC (2+ messages)
[PATCH] Net Driver: Add Cypress GX3 VID=04b4 PID=3610
2016-09-24 23:57 UTC (3+ messages)
[PATCH 1/2] brcmfmac: initialize fws(ignal) for BCDC protocol only
2016-09-24 20:44 UTC (2+ messages)
` [PATCH 2/2] brcmfmac: compile fws(ignal) code only with BCDC support enabled
[PATCH] realtek: Add switch variable to 'switch case not processed' messages
2016-09-24 20:35 UTC (11+ messages)
Huge static buffer in liquidio
2016-09-24 20:02 UTC
[PATCH v3] bpf: Set register type according to is_valid_access()
2016-09-24 18:01 UTC
[PATCH net-next v2 0/2] i40e: clean-up and fix for the i40e debug code
2016-09-24 16:35 UTC (5+ messages)
` [PATCH net-next v2 1/2] i40e: remove superfluous I40E_DEBUG_USER statement
` [Intel-wired-lan] "
Alignment issues with freescale FEC driver
2016-09-24 15:29 UTC (7+ messages)
` [PATCH 0/3] net: fec: updates to align IP header
` [PATCH 1/3] net: fec: remove QUIRK_HAS_RACC from i.mx25
` [PATCH 2/3] net: fec: remove QUIRK_HAS_RACC from i.mx27
` [PATCH 3/3] net: fec: align IP header in hardware
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).