messages from 2007-11-30 21:51:59 to 2007-12-03 07:45:53 UTC [more...]
[PATCH 0/5] [IrDA] IrDA updates for net-2.6
2007-12-03 9:28 UTC (4+ messages)
` [PATCH 2/5] [IrDA] mcs7780 needs to free allocated rx buffer
` [PATCH 5/5] [IrDA] irda parameters warning fixes
[PATCH 0/2] netem: trace enhancement
2007-12-03 7:45 UTC (6+ messages)
[PATCH 1/3] [SNMP]: Defer InDataGrams increment until recvmsg() does checksum
2007-12-03 7:19 UTC (5+ messages)
` [PATCH 3/3] [UDP6]: Counter increment on BH mode
[PATCH (resubmit)] Fix inet_diag.ko register vs rcv race
2007-12-03 4:56 UTC (2+ messages)
[PATCH] XFRM: SPD auditing fix to include the netmask/prefix-length
2007-12-03 4:52 UTC (6+ messages)
[0/4] dst: Distributed storage
2007-12-03 4:50 UTC (3+ messages)
` [1/4] dst: Distributed storage documentation
[PASEMI_MAC] Don't claim to do IPv6 checksum offload
2007-12-03 4:54 UTC (2+ messages)
[PATCH 0/10] sysfs network namespace support
2007-12-03 1:14 UTC (42+ messages)
` [PATCH 01/10] sysfs: Make sysfs_mount static again
` [PATCH 02/10] sysfs: Support for preventing unmounts
` [PATCH 03/10] sysfs: sysfs_get_dentry add a sb parameter
` [PATCH 04/10] sysfs: Implement __sysfs_get_dentry
` [PATCH 05/10] sysfs: Rename Support multiple superblocks
` [PATCH 06/10] sysfs: sysfs_chmod_file handle "
` [PATCH 07/10] sysfs: Implement sysfs tagged directory support
` [PATCH 08/10] sysfs: Implement sysfs_delete_link and sysfs_rename_link
` [PATCH 09/10] driver core: Implement tagged directory support for device classes
` [PATCH 10/10] net: Enable tagging for net_class directories in sysfs
` namespace support requires network modules to say "GPL"
[PATCH]: fix lro_gen_skb() alignment
2007-12-03 0:07 UTC (6+ messages)
kernel 2.6.23.8: KERNEL: assertion in net/ipv4/tcp_input.c
2007-12-03 0:00 UTC
[RFC][PATCHES 0/7]: Reorganization of RX history patches
2007-12-02 21:36 UTC (8+ messages)
` [PATCH 1/7] [TFRC]: Provide central source file and debug facility
` [PATCH 2/7] [DCCP]: Introduce generic function to test for `data packets'
` [PATCH 3/7] [TFRC]: Rename tfrc_tx_hist to tfrc_tx_hist_slab, for consistency
` [PATCH 4/7] [TFRC]: Make the rx history slab be global
` [PATCH 5/7] [TFRC]: Rename dccp_rx_ to tfrc_rx_
` [PATCH 6/7] [CCID3]: The receiver of a half-connection does not set window counter values
` [PATCH 7/7] [TFRC] New rx history code
This you REQUIRED for SATlSFACTlON urethra
2007-12-02 22:52 UTC
[PATCH] Fix rose.ko oops on unload
2007-12-02 22:02 UTC (4+ messages)
` Inconsistent lock state and possible irq lock inversion dependency detected in ax25.ko
Reproducible data corruption with sendfile+vsftp - splice regression?
2007-12-02 20:49 UTC (5+ messages)
[PATCH net-2.6.25] TCP: Fix copy-paste (or code move) error
2007-12-02 16:45 UTC
sock_valbool_flag is required by VMware
2007-12-02 13:58 UTC (2+ messages)
[PATCH 2/3] net/bonding: Return nothing for not applicable values
2007-12-02 13:11 UTC (12+ messages)
` [PATCH 1/3] Remove trailing NULs from network bonding sysfs interface
` [PATCH 4/3] net/bonding: Adhere to coding style: break line after the if condition
` [PATCH 1/5] Remove trailing NULs from network bonding sysfs interface
` [PATCH 2/5] net/bonding: Return nothing for not applicable values
` [PATCH 3/5] net/bonding: Purely cosmetic: rename a local variable
` [PATCH 4/5] net/bonding: Adhere to coding style: break line after the if condition
` [PATCH 5/5] net/bonding: Allow setting and querying xmit policy regardless of mode
SSB: No is not an answer
2007-12-02 12:19 UTC (5+ messages)
[PATCH 1/3] [NET] phy/fixed.c: rework to not duplicate PHY layer functionality
2007-12-02 12:13 UTC (10+ messages)
` [PATCH 1/3] [NET] phy/fixed.c: rework to not duplicate PHYlayer functionality
[RFC PATCH net-2.6.25 0/21]: TCP tweaks & RB-tree WIP preview
2007-12-02 11:36 UTC (28+ messages)
` [PATCH 01/21] [TCP]: Move LOSTRETRANS MIB outside !(L|S) check
` [PATCH 02/21] [TCP]: Remove superflucious FLAG_DATA_SACKED
` [PATCH 03/21] [TCP]: Unite identical code from two seqno split blocks
` [PATCH 04/21] [TCP] Cong.ctrl modules: remove unused good_ack from cong_avoid
` [PATCH 05/21] [TCP] MTUprobe: prepare skb fields earlier
` [PATCH 06/21] [TCP]: Remove local variable and use packets_in_flight directly
` [PATCH 07/21] [TCP]: Add tcp_for_write_queue_from_safe and use it in mtu_probe
` [PATCH 08/21] [TCP]: Remove duplicated code block from clean_rtx_queue
` [PATCH 09/21] [TCP]: Add unlikely() to urgent handling in clean_rtx_queue
` [PATCH 10/21] [TCP]: Cleanup local variables of clean_rtx_queue
` [PATCH 11/21] [TCP]: Abstract tp->highest_sack accessing & point to next skb
` [PATCH 12/21] [TCP]: Introduce per skb fack_counts to retransmit queue
` [PATCH 13/21] [TCP]: Store retransmit queue packets in RB tree
` [PATCH 14/21] [TCP]: Added queue parameter to _for_write_queue helpers
` [PATCH 15/21] [TCP]: Use per skb fack count instead of function argument
` [PATCH 16/21] [TCP]: Move tcp_check_dsack
` [PATCH 17/21] [TCP]: Move tcp_write_queue_empty
` [PATCH 18/21] [TCP]: Move tcp_advance_highest_sack call early enough
` [PATCH 19/21] [TCP]: Introduce tcp_real_queue_head(sk)
` [PATCH 20/21] [TCP]: Introduce tcp_skb_adjacent to detect holes in wq
` [PATCH 21/21] [TCP]: Split write queue into two parts (SACKed and not)
[UPDATED PATCH] SGISEEQ: use cached memory access to make driver work on IP28
2007-12-02 10:33 UTC
[PATCH] Fix buglets in mpc5200 FEC code that are corrupting memory
2007-12-02 6:00 UTC
[PATCH] gianfar driver: eliminate compiler warnings and unnecessary macros
2007-12-02 5:12 UTC
[PATCH] gianfar: fix compile warning
2007-12-02 5:10 UTC
[PATCH net-2.6.25 1/6][CORE] Remove unneeded ifdefs from sysctl_net_core.c
2007-12-02 2:05 UTC (2+ messages)
[git patches] net driver fixes
2007-12-02 0:01 UTC (2+ messages)
` [LIKELY_SPAM][git "
[PATCH] cxgb - revert file mode changes
2007-12-01 23:57 UTC
[PATCH 0/3] cxgb - driver fixes
2007-12-01 23:26 UTC (3+ messages)
[PATCHv7 0/5 + 3] Interface group patches
2007-12-01 22:10 UTC (14+ messages)
` [PATCHv7 1/5] Remove unnecessary locks from rtnetlink (in do_setlink)
` [PATCHv7 2/5] rtnetlink: send a single notification on device state changes
` [PATCHv7 3/5] Interface group: core (netlink) part
` [PATCHv7 4/5] Ifgroup read/write support in sysfs
` [PATCHv7 5/5] Netfilter Interface group match
` [PATCHv7 iptables] "
` [PATCHv7 iproute2 1/2] Added IFLA_NET_NS_PID as in kernel v2.6.24-rc1
` [PATCHv7 iproute2 2/2] Interface group as new ip link option
Fw: [PATCH] Add the phy_device_release device method
2007-12-01 22:02 UTC
[PATCH] ethtool: fix typo on setting speed 10000
2007-12-01 21:59 UTC (2+ messages)
drivers/net/r6040.c warnings on x86_64
2007-12-01 21:57 UTC (4+ messages)
` Pull request for 'r6040' branch
[PATCH] SGISEEQ: use cached memory access to make driver work on IP28
2007-12-01 21:57 UTC (2+ messages)
[PATCH] [0/12] pasemi_mac updates for 2.6.25 + DMA channel management library
2007-12-01 21:54 UTC (3+ messages)
` [PATCH] [1/12] pasemi_mac: RX/TX ring management cleanup
[PATCH 1/2] sky2: align IP header on Rx if possible
2007-12-01 21:53 UTC (2+ messages)
[PATCH] LIB82596: correct data types for hardware addresses
2007-12-01 21:43 UTC (2+ messages)
[PATCH] via-velocity: don't oops on MTU change
2007-12-01 21:36 UTC (9+ messages)
` [PATCH] via-velocity: don't oops on MTU change (resend)
[PATCH] SET_NETDEV_DEV() in fec_mpc52xx.c
2007-12-01 21:36 UTC (4+ messages)
` [PATCH] Stop phy code from returning success to unknown ioctls
[PATCH] e1000: Fix NAPI state bug when Rx complete
2007-12-01 21:34 UTC (2+ messages)
[PATCH 1/3] sky2: revert to access PCI config via device space
2007-12-01 21:34 UTC (2+ messages)
[PATCH 1/3] cxgb - fix T2 GSO
2007-12-01 21:34 UTC (2+ messages)
[PATCH 1/3][RESEND] phylib: add PHY interface modes for internal delay for tx and rx only
2007-12-01 21:33 UTC (2+ messages)
[PATCH 0/6] skge update (for 2.6.24)
2007-12-01 21:33 UTC (3+ messages)
` [PATCH 1/6] skge: FIFO Ram calculation error
[patch 0/1] s390: ctc patch for 2.6.24
2007-12-01 21:33 UTC (3+ messages)
` [patch 1/1] ctc: make use of alloc_netdev()
[PATCH 2.6.24 1/1]S2io: Fixed the case when the card initialization fails on mtu change
2007-12-01 21:33 UTC (2+ messages)
Please pull 'fixes-jgarzik' branch of wireless-2.6
2007-12-01 21:20 UTC (2+ messages)
[PATCH 0/4 net-2.6.15][UNIX] Make unix sysctls per-namespace
2007-12-01 19:32 UTC (7+ messages)
` [PATCH 4/4 (resent) net-2.6.25][UNIX] Make the unix sysctl tables per-namespace
Mcast packet loss 2.6.8.1 kernel
2007-12-01 18:53 UTC (2+ messages)
[PATCH net-2.6.25 2/3][IPV6] Unify and cleanup calls to addrconf_sysctl_register
2007-12-01 14:00 UTC (5+ messages)
` [PATCH net-2.6.25 (resend) "
` [PATCH net-2.6.25 (resend) 3/3][IPV6] Use ctl paths to register addrconf sysctls
[PATCH net-2.6.25 2/3][IPV4] Unify and cleanup calls to devinet_sysctl_register
2007-12-01 13:57 UTC (7+ messages)
` [PATCH net-2.6.25 (resend) "
` [PATCH net-2.6.25 (resend) 3/3][IPV4] Use ctl paths to register devinet sysctls
Please pull 'upstream-davem' branch of wireless-2.6
2007-12-01 13:54 UTC (2+ messages)
[PATCH net-2.6.25 1/3][IPV4] Cleanup the devinet_sysctl_register
2007-12-01 13:18 UTC (2+ messages)
[PATCH 0/4] UDP memory accounting and limitation (take 9)
2007-12-01 13:16 UTC (7+ messages)
` [PATCH 2/4] datagram: mem_scheudle functions
` [PATCH 4/4] udp: memory accounting in IPv4
[PATCH net-2.6.25 6/6][CORE] Remove the empty net_table
2007-12-01 13:11 UTC
[PATCH net-2.6.25 5/6][TR] Use ctl paths to register net/token-ring/ table
2007-12-01 13:10 UTC
[PATCH net-2.6.25 2/2][NEIGH] Use the ctl paths to create neighbours sysctls
2007-12-01 13:09 UTC (2+ messages)
[PATCH net-2.6.25 4/6][IPV4] Use ctl paths to register net/ipv4/ table
2007-12-01 13:05 UTC
[PATCH net-2.6.25 3/6][IPv4] Cleanup the sysctl_net_ipv4.c file
2007-12-01 13:03 UTC
[PATCH net-2.6.25 2/6][CORE] Isolate the net/core/ sysctl table
2007-12-01 12:59 UTC
[PATCH] remove extra memset from dn_fib_check_nh
2007-12-01 12:31 UTC (2+ messages)
[PATCH] [net] RxRPC session sockets depend on crypto
2007-12-01 12:20 UTC
[PATCH] [net] xrfm depends on crypto
2007-12-01 12:19 UTC
ZD1211RW unaligned accesses
2007-12-01 10:33 UTC (5+ messages)
[PATCH] zd1211rw: Fix alignment problems
2007-12-01 10:26 UTC
[PATCH net-2.6.25] Add packet filtering based on process'ssecurity context
2007-12-01 7:18 UTC (7+ messages)
[PATCH] Remove rcu_assign_pointer() penalty for NULL pointers
2007-12-01 6:00 UTC (3+ messages)
System test of vger.kernel.org
2007-12-01 5:41 UTC
sky2: eth0: hung mac 7:69 fifo 0 (165:176)
2007-12-01 0:55 UTC (6+ messages)
[PATCH 0/4] Sysctl namespace support
2007-12-01 0:01 UTC (8+ messages)
` [PATCH 1/4] sysctl: Add register_sysctl_paths function
` [PATCH 2/4] sysctl: Remember the ctl_table we passed to register_sysctl_paths
` [PATCH 3/4] sysctl: Infrastructure for per namespace sysctls
` [PATCH 4/4] net: Implement the per network namespace sysctl infrastructure
forcedeth hangs on loading
2007-11-30 23:00 UTC (2+ messages)
[PATCH 0/11] ibm_newemac: Candidate patches for 2.6.25
2007-11-30 21:56 UTC (5+ messages)
` [PATCH 2/11] ibm_newemac: Add ET1011c PHY support
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).