netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-01-18 22:37:26 to 2011-01-20 02:04:18 UTC [more...]

[GIT] Networking
 2011-01-20  2:04 UTC 

[PATCH 00/79] netfilter: netfilter update
 2011-01-20  1:36 UTC  (86+ messages)
` [PATCH 01/79] netfilter: nf_conntrack: don't always initialize ct->proto
` [PATCH 02/79] netfilter: xt_NFQUEUE: remove modulo operations
` [PATCH 03/79] netfilter: xt_LOG: do print MAC header on FORWARD
` [PATCH 04/79] netfilter: ct_extend: fix the wrong alloc_size
` [PATCH 05/79] netfilter: nf_conntrack: define ct_*_info as needed
` [PATCH 06/79] netfilter: nf_nat: don't use atomic bit operation
` [PATCH 07/79] netfilter: ct_extend: define NF_CT_EXT_* as needed
` [PATCH 08/79] netfilter: nf_nat: define nat_pptp_info "
` [PATCH 09/79] netfilter: xt_CLASSIFY: add ARP support, allow CLASSIFY target on any table
` [PATCH 10/79] netfilter: add __rcu annotations
` [PATCH 11/79] netfilter: nf_ct_frag6_sysctl_table is static
` [PATCH 12/79] netfilter: add __rcu annotations
` [PATCH 13/79] netfilter: nf_nat_amanda: rename a variable
` [PATCH 14/79] netfilter: rcu sparse cleanups
` [PATCH 15/79] IPVS: Add persistence engine to connection entry
` [PATCH 16/79] IPVS: Only match pe_data created by the same pe
` [PATCH 17/79] IPVS: Make the cp argument to ip_vs_sync_conn() static
` [PATCH 18/79] IPVS: Remove useless { } block from ip_vs_process_message()
` [PATCH 19/79] IPVS: buffer argument to ip_vs_process_message() should not be const
` [PATCH 20/79] ipvs: add static and read_mostly attributes
` [PATCH 21/79] ipvs: remove shadow rt variable
` [PATCH 22/79] ipvs: allow transmit of GRO aggregated skbs
` [PATCH 23/79] netfilter: nf_conntrack: one less atomic op in nf_ct_expect_insert()
` [PATCH 24/79] IPVS: Backup, Prepare for transferring firewall marks (fwmark) to the backup daemon
` [PATCH 25/79] IPVS: Split ports[2] into src_port and dst_port
` [PATCH 26/79] IPVS: skb defrag in L7 helpers
` [PATCH 27/79] IPVS: Handle Scheduling errors
` [PATCH 28/79] IPVS: Backup, Adding structs for new sync format
` [PATCH 29/79] IPVS: Backup, Adding Version 1 receive capability
` [PATCH 30/79] IPVS: Backup, Change sending to Version 1 format
` [PATCH 31/79] IPVS: Backup, adding version 0 sending capabilities
` [PATCH 32/79] netfilter: xtables: use guarded types
` [PATCH 33/79] netfilter: fix compilation when conntrack is disabled but tproxy is enabled
` [PATCH 34/79] IPVS: netns, add basic init per netns
` [PATCH 35/79] IPVS: netns to services part 1
` [PATCH 36/79] IPVS: netns awarness to lblcr sheduler
` [PATCH 37/79] IPVS: netns awarness to lblc sheduler
` [PATCH 38/79] IPVS: netns, prepare protocol
` [PATCH 39/79] IPVS: netns preparation for proto_tcp
` [PATCH 40/79] IPVS: netns preparation for proto_udp
` [PATCH 41/79] IPVS: netns preparation for proto_sctp
` [PATCH 42/79] IPVS: netns preparation for proto_ah_esp
` [PATCH 43/79] IPVS: netns, use ip_vs_proto_data as param
` [PATCH 44/79] IPVS: netns, common protocol changes and use of appcnt
` [PATCH 45/79] IPVS: netns awareness to ip_vs_app
` [PATCH 46/79] IPVS: netns awareness to ip_vs_est
` [PATCH 47/79] IPVS: netns awareness to ip_vs_sync
` [PATCH 48/79] IPVS: netns, ip_vs_stats and its procfs
` [PATCH 49/79] IPVS: netns, connection hash got net as param
` [PATCH 50/79] IPVS: netns, ip_vs_ctl local vars moved to ipvs struct
` [PATCH 51/79] IPVS: netns, defense work timer
` [PATCH 52/79] IPVS: netns, trash handling
` [PATCH 53/79] IPVS: netns, svc counters moved in ip_vs_ctl,c
` [PATCH 54/79] IPVS: netns, misc init_net removal in core
` [PATCH 55/79] IPVS: netns, final patch enabling network name space
` [PATCH 56/79] netfilter: xt_comment: drop unneeded unsigned qualifier
` [PATCH 57/79] netfilter: xt_conntrack: support matching on port ranges
` [PATCH 58/79] netfilter: x_table: speedup compat operations
` [PATCH 59/79] netfilter: ebt_ip6: allow matching on ipv6-icmp types/codes
` [PATCH 60/79] netfilter: fix Kconfig dependencies
` [PATCH 61/79] netfilter: nf_conntrack: use is_vmalloc_addr()
` [PATCH 62/79] netfilter: audit target to record accepted/dropped packets
` [PATCH 63/79] netfilter: create audit records for x_tables replaces
` [PATCH 64/79] netfilter: xtables: add missing aliases for autoloading via iptables
` [PATCH 65/79] audit: export symbol for use with xt_AUDIT
` [PATCH 66/79] netfilter: xt_connlimit: use hotdrop jump mark
` [PATCH 67/79] netfilter: xtables: use __uXX guarded types for userspace exports
` [PATCH 68/79] netfilter: xtables: add missing header files to export list
` [PATCH 69/79] netfilter: nf_nat: fix conversion to non-atomic bit ops
` [PATCH 70/79] netfilter: nf_conntrack: remove an atomic bit operation
` [PATCH 71/79] netfilter: Kconfig: NFQUEUE is useless without NETFILTER_NETLINK_QUEUE
` [PATCH 72/79] netfilter: nfnetlink_queue: return error number to caller
` [PATCH 73/79] netfilter: nfnetlink_queue: do not free skb on error
` [PATCH 74/79] netfilter: reduce NF_VERDICT_MASK to 0xff
` [PATCH 75/79] netfilter: allow NFQUEUE bypass if no listener is available
` [PATCH 76/79] netfilter: ipt_CLUSTERIP: remove "no conntrack!"
` [PATCH 77/79] netfilter: nf_conntrack: nf_conntrack snmp helper
` [PATCH 78/79] netfilter: nf_conntrack_tstamp: add flow-based timestamp extension
` [PATCH 79/79] netfilter: nf_conntrack: fix lifetime display for disabled connections

[PATCH net-2.6] cxgb4: fix reported state of interfaces without link
 2011-01-20  1:29 UTC 

[PATCH 1/4] vxge: cleanup probe error paths
 2011-01-20  0:53 UTC  (5+ messages)
` [PATCH 2/4] vxge: correct eprom version detection
` [PATCH 3/4] vxge: MSIX one shot mode
` [PATCH 4/4] vxge: update driver version

[PATCH] sctp: user perfect name for Delayed SACK Timer option
 2011-01-20  0:51 UTC  (9+ messages)
` [PATCH-v2] "

[Bugme-new] [Bug 26632] New: rtl8169 slow to come up and not allowing telnetd-ssl negotiation
 2011-01-20  0:27 UTC  (3+ messages)

Question on RX packet classification in ethtool userspace
 2011-01-19 23:19 UTC  (2+ messages)

[PATCH 1/2] linux-firmware: bnx2: Update firmware to 6.0.x
 2011-01-19 21:50 UTC  (2+ messages)
` [PATCH 2/2] linux-firmware: bnx2: Update firmware and version

[PATCH] net: fix can_checksum_protocol() arguments swap
 2011-01-19 22:14 UTC  (4+ messages)

[PATCH net-next-2.6 0/5] RFS hardware acceleration (v3)
 2011-01-19 21:53 UTC  (11+ messages)
` [PATCH net-next-2.6 1/5] genirq: Add IRQ affinity notifiers
` [PATCH net-next-2.6 2/5] lib: cpu_rmap: CPU affinity reverse-mapping
` [PATCH net-next-2.6 3/5] net: RPS: Enable hardware acceleration of RFS
` [PATCH net-next-2.6 4/5] sfc: Limit filter search depth further for performance hints (i.e. RFS)
` [PATCH net-next-2.6 5/5] sfc: Implement hardware acceleration of RFS

inbound connection problems when "netlink: test for all flags of the NLM_F_DUMP composite" commit applied
 2011-01-19 21:34 UTC  (21+ messages)

[PATCH] scm: provide full privilege set via SCM_PRIVILEGE
 2011-01-19 20:40 UTC  (3+ messages)

Bonding on bond
 2011-01-19 20:33 UTC 

[PATCH] xen network backend driver
 2011-01-19 20:16 UTC  (12+ messages)
        ` [Xen-devel] "

[PATCH] bonding: added 802.3ad round-robin hashing policy for single TCP session balancing
 2011-01-19 20:12 UTC  (14+ messages)

[PATCH] Fix 2.6.34-rc1 regression in disable_ipv6 support
 2011-01-19 20:01 UTC  (8+ messages)
` [RFC] ipv6: don't flush routes when setting loopback down

tool to send unsolicited neighbour advertisements?
 2011-01-19 17:33 UTC  (3+ messages)

[PATCH] net: add Faraday FTMAC100 10/100 Ethernet driver
 2011-01-19 16:41 UTC  (8+ messages)
` [PATCH v2] "

2.6.37 regression: adding main interface to a bridge breaks vlan interface RX
 2011-01-19 16:26 UTC  (4+ messages)

[PATCH 2.6.36] vlan: Avoid hwaccel vlan packets when vid not used
 2011-01-19 16:15 UTC  (12+ messages)

[Bonding-devel] Bonding on bond
 2011-01-19 15:49 UTC 

[Patch] Kill off warning: ‘inline’ is not at beginning of declaration
 2011-01-19 15:45 UTC  (4+ messages)

[PATCH 1/7] dma/shdma.c Typo change desciptor to descriptor
 2011-01-19 15:16 UTC  (2+ messages)

[PATCH] af_unix: coding style: remove one level of indentation in unix_shutdown()
 2011-01-19 14:56 UTC 

[PATCH v5 0/4] Adding HID Feature Report Support to hidraw
 2011-01-19 12:17 UTC 

[GIT] Networking
 2011-01-19 10:57 UTC  (5+ messages)
` netconsole build breakage (Re: [GIT] Networking)

Altering default SO_PRIORITY of a socket
 2011-01-19 10:02 UTC 

Flow Control and Port Mirroring Revisited
 2011-01-19  9:11 UTC  (11+ messages)

[PATCH] e1000: add support for Marvell Alaska M88E1118R PHY
 2011-01-19  9:09 UTC 

[PATCH] af_unix: implement socket filter
 2011-01-19  5:33 UTC  (5+ messages)
  ` [PATCH] net: filter: dont block softirqs in sk_run_filter()

[PATCH] vhost: rcu annotation fixup
 2011-01-19  5:18 UTC  (3+ messages)

[PATCH] bluetooth: Fix failure to release lock in read_index_list() when mem alloc fails
 2011-01-19  3:38 UTC  (2+ messages)

[PATCH v4 00/10] net/fec: add dual fec support for i.MX28
 2011-01-19 10:48 UTC  (6+ messages)
` [PATCH v4 08/10] ARM: mxs: add ocotp read function

net-next-2.6 open for business
 2011-01-19  0:29 UTC 

[PATCH] gianfar: Fix misleading indentation in startup_gfar()
 2011-01-19  0:16 UTC  (2+ messages)

[PATCH] net/irda/sh_irda: return to RX mode when TX error
 2011-01-19  0:15 UTC  (2+ messages)

[PATCH] net offloading: Do not mask out NETIF_F_HW_VLAN_TX for vlan
 2011-01-19  0:15 UTC  (3+ messages)

[PATCHv2] USB CDC NCM: tx_fixup() race condition fix
 2011-01-19  0:14 UTC  (2+ messages)

[PATCH] ns83820: Avoid bad pointer deref in ns83820_init_one()
 2011-01-19  0:14 UTC  (3+ messages)

[PATCH] ipv6: Silence privacy extensions initialization
 2011-01-19  0:14 UTC  (2+ messages)

[PATCH net-2.6 0/8] bnx2x: Minor link related fixes
 2011-01-19  0:10 UTC  (3+ messages)

[PATCH resend] netfilter: place in source hash after SNAT is done
 2011-01-19  0:03 UTC  (3+ messages)

[patch 0/4] Ipset fixes
 2011-01-18 22:49 UTC  (8+ messages)
` [patch 2/4] ipset: make IPv4 and IPv6 address handling similar

[PATCH] ethtool : Add option -L | --set-common to set common flags
 2011-01-18 22:37 UTC  (2+ messages)
` [PATCH v2] "


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