netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-08-06 14:23:49 to 2012-08-08 00:32:03 UTC [more...]

[PATCH v3 0/7] mv643xx.c: Add basic device tree support
 2012-08-08  0:31 UTC  (13+ messages)
` [PATCH v3 1/7] Initial csb1724 board support (FDT)
` [PATCH v3 2/7] mv643xx.c: Remove magic numbers
` [PATCH v3 3/7] mv643xx.c: Add basic device tree support
` [PATCH v3 4/7] kirkwood: Add fixups for DT based mv643xx ethernet
` [PATCH v3 5/7] csb1724: Enable device tree based mv643xx ethernet support
` [PATCH v3 6/7] DT: Convert all kirkwood boards with mv643xx that use DT
` [PATCH v3 7/7] NET: mv643xx: remove device name macro

[PATCH net-next] fib: use __fls() on non null argument
 2012-08-07 23:27 UTC  (4+ messages)

[PATCH net-next] net: output path optimizations
 2012-08-07 23:26 UTC  (2+ messages)

[PATCH 0/2] Add device tree support for davinci_mdio driver and fix cpsw DT binding documentation
 2012-08-07 23:25 UTC  (4+ messages)
` [PATCH 1/2] drivers: net: ethernet: davince_mdio: device tree implementation
` [PATCH 2/2] documentation: dt: bindings: cpsw: fixing the examples for directly using it in dts file

[PATCH][XFRM] Replace rwlock on xfrm_policy_afinfo with rcu
 2012-08-07 23:21 UTC  (2+ messages)

[PATCH] net: force dst_default_metrics to const section
 2012-08-07 23:17 UTC  (11+ messages)

[PATCH] net-tcp: TCP/IP stack bypass for loopback connections
 2012-08-07 21:58 UTC  (2+ messages)

[PATCH] cdc-phonet: Don't leak in usbpn_open
 2012-08-07 21:56 UTC 

[PATCH] net:appletalk:ddp:fixed coding style issue again relating to
 2012-08-07 21:46 UTC  (3+ messages)

[PATCH net-next 0/6] Per-net and on-demand link indices (and related) v2
 2012-08-07 21:42 UTC  (24+ messages)
` [PATCH 1/6] hash: Introduce ptr_hash_mix routine
` [PATCH 3/6] net: Allow to create links with given ifindex
  ` [PATCH 2/5 (resend)] "
` [PATCH 4/6] veth: Allow to create peer link "
  ` [PATCH 3/5 (resend)] "
` [PATCH 5/6] net: Make ifindex generation per-net namespace
  ` [PATCH 4/5 (resend)] "
      ` [PATCH 4/5 (resend)] net: Make ifindex generation per-net namespace (v2)
` [PATCH 6/6] net: Loopback ifindex is constant now
  ` [PATCH 5/5 (resend)] "

[Announce] SequreISP an ISP's management software as GPL
 2012-08-07 20:01 UTC 

[PATCH 23/41] TTY: automatically create nodes for some drivers
 2012-08-07 19:47 UTC  (2+ messages)
` [PATCH 34/41] TTY: i4l, add tty install

iproute2-3.5.0: `ip a s` no longer shows addresses
 2012-08-07 19:03 UTC 

[PATCH] batman-adv: Fix mem leak in the batadv_tt_local_event() function
 2012-08-07 18:50 UTC  (3+ messages)

[PATCHv2 0/4] modem_shm: U8500 SHaRed Memory driver(SHRM)
 2012-08-07 18:39 UTC  (8+ messages)
` [PATCHv2 1/4] modem_shm: Add Modem Access Framework
` [PATCHv2 2/4] modem_shm: Register u8500 client for MAF
` [PATCHv2 3/4] modem_shm: u8500-shm: U8500 Shared Memory Driver
` [PATCHv2 4/4] Doc: Add u8500_shrm document

[PATCH] configure: Add search path for 64bit library
 2012-08-07 18:15 UTC  (2+ messages)

[PATCH 00/13] SCTP: Enable netns
 2012-08-07 17:29 UTC  (26+ messages)
  ` [PATCH net-next 0/9] sctp: Basic support for network namespaces
    ` [PATCH net-next 1/9] sctp: Make the port hash table use struct net in it's key
    ` [PATCH net-next 2/9] sctp: Make the endpoint hashtable handle multiple network namespaces
    ` [PATCH net-next 3/9] sctp: Make the association "
    ` [PATCH net-next 4/9] sctp: Make the address lists per network namespace
    ` [PATCH net-next 5/9] sctp: Make the ctl_sock "
    ` [PATCH net-next 6/9] sctp: Move the percpu sockets counter out of sctp_proc_init
    ` [PATCH net-next 7/9] sctp: Make the proc files per network namespace
    ` [PATCH net-next 8/9] sctp: Enable sctp in all network namespaces
    ` [PATCH net-next 9/9] sctp: Make the mib per network namespace
    ` [PATCH net-next 0/7] sctp: network namespace support Part 2: per net tunables
      ` [PATCH net-next 1/7] sctp: Add infrastructure for per net sysctls
      ` [PATCH net-next 2/7] sctp: Push struct net down to sctp_chunk_event_lookup
      ` [PATCH net-next 3/7] sctp: Push struct net down into sctp_transport_init
      ` [PATCH net-next 4/7] sctp: Push struct net down into sctp_in_scope
      ` [PATCH net-next 5/7] sctp: Push struct net down into all of the state machine functions
      ` [PATCH net-next 6/7] sctp: Push struct net down into sctp_verify_ext_param
      ` [PATCH net-next 7/7] sctp: Make sysctl tunables per net

[PATCH] net: fib: fix incorrect call_rcu_bh()
 2012-08-07 17:07 UTC  (4+ messages)

[PATCH RESEND] sched: add missing group change to qfq_change_class
 2012-08-07 17:27 UTC 

[PATCH] netdev/phy: skip disabled mdio-mux nodes
 2012-08-07 17:04 UTC  (3+ messages)

Adding routes to another table: no such process
 2012-08-07 15:57 UTC  (2+ messages)

[PATCH v2 0/8] some netpoll and netconsole fixes
 2012-08-07 15:13 UTC  (18+ messages)
` [PATCH 1/8] netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()
` [PATCH 2/8] netpoll: make __netpoll_cleanup non-block
` [PATCH 3/8] netconsole: do not release spin_lock when calling __netpoll_cleanup
` [PATCH 4/8] netpoll: take rcu_read_lock_bh() in netpoll_rx()
` [PATCH 5/8] netpoll: use netpoll_rx_on() "
` [PATCH 6/8] netpoll: take rcu_read_lock_bh() in netpoll_send_skb_on_dev()
` [PATCH 7/8] bridge: add some comments for NETDEV_RELEASE
    ` [Resend PATCH "
` [PATCH 8/8] bridge: use list_for_each_entry() in netpoll functions

[PATCH] pptp: lookup route with the proper net namespace
 2012-08-07 10:23 UTC 

business
 2012-08-07 20:16 UTC 

pull-request: can 2012-08-07
 2012-08-07 10:04 UTC  (2+ messages)
` [PATCH] canfd: remove redundant CAN FD flag

[RFC v3 0/7] generic hashtable implementation
 2012-08-07  9:49 UTC  (15+ messages)
` [RFC v3 1/7] hashtable: introduce a small and naive hashtable
` [RFC v3 2/7] user_ns: use new hashtable implementation
` [RFC v3 3/7] mm,ksm: "
` [RFC v3 4/7] workqueue: "
` [RFC v3 5/7] mm/huge_memory: "
` [RFC v3 6/7] tracepoint: "
` [RFC v3 7/7] net,9p: "

[PATCH] netvm: check for page == NULL when propogating the skb->pfmemalloc flag
 2012-08-07  8:55 UTC 

[net 0/3][pull request] Intel Wired LAN Driver Updates
 2012-08-07  8:04 UTC  (4+ messages)
` [net 1/3] e1000e: NIC goes up and immediately goes down
` [net 2/3] e1000e: 82571 Tx Data Corruption during Tx hang recovery
` [net 3/3] igb: add delay to allow igb loopback test to succeed on 8086:10c9

[PATCH] can: kvaser_usb: Add support for Kvaser CAN/USB devices
 2012-08-07  6:26 UTC  (3+ messages)
` [PATCH v2] "

[PATCH V2 09/12] net/eipoib: Add main driver functionality
 2012-08-07  3:37 UTC  (9+ messages)
          ` Re[2]: "

[PATCH] tc-tbf.8: Add parameter range to man page
 2012-08-07  2:30 UTC 

[PATCH] af_packet: Quiet sparse noise about using plain integer as NULL pointer
 2012-08-07  2:27 UTC 

[RESEND][PATCH] drivers: net: irda: bfin_sir: fix compile error
 2012-08-07  2:08 UTC 

First pass at MSG_FASTOPEN support in top-of-trunk netperf
 2012-08-07  1:47 UTC 

ethtool 3.5 released
 2012-08-07  1:36 UTC  (4+ messages)
    ` Re[2]: "

[RFC][PATCH v2] net-tcp: TCP/IP stack bypass for loopback connections
 2012-08-07  0:24 UTC  (2+ messages)

Atheros Communications Inc. AR8121/AR8113/AR8114 Gigabit or Fast Ethernet (rev b0) 1.0.0.7 md5 corrupted using NFS
 2012-08-07  0:05 UTC  (2+ messages)

[PATCH net-next] igb: use build_skb()
 2012-08-06 21:28 UTC  (5+ messages)

[GIT] Networking
 2012-08-06 21:23 UTC 

[PATCH net-next] tcp: ecn: dont delay ACKS after CE
 2012-08-06 21:14 UTC  (3+ messages)

[PATCH RFC] net: tcp: GRO should be ECN friendly
 2012-08-06 20:41 UTC  (3+ messages)

[PATCH net-next] net: reorganize IP MIB values
 2012-08-06 20:41 UTC  (2+ messages)

[PATCH] net: avoid reloads in SNMP_UPD_PO_STATS
 2012-08-06 20:40 UTC  (2+ messages)

[PATCH] net: ipv6: fix TCP early demux
 2012-08-06 20:33 UTC  (2+ messages)

[PATCH net] net_sched: act: Delete estimator in error path
 2012-08-06 20:32 UTC  (2+ messages)

[PATCH] ip: fix error handling in ip_finish_output2()
 2012-08-06 20:32 UTC  (2+ messages)

[PATCH] llc: free the right skb
 2012-08-06 20:31 UTC  (2+ messages)

[patch 1/1] ixp4xx_eth: fix ptp_ixp46x build failure
 2012-08-06 20:31 UTC  (2+ messages)

Subject: [PATCH] sched: add missing group change to qfq_change_class
 2012-08-06 20:31 UTC  (2+ messages)

[PATCH 6/6] drivers/atm/iphase.c: fix error return code
 2012-08-06 20:30 UTC  (2+ messages)

[PATCH] tcp_output: fix sparse warning for tcp_wfree
 2012-08-06 20:30 UTC  (2+ messages)

[PATCH 6/6] drivers/net/phy/mdio-mux-gpio.c: drop devm_kfree of devm_kzalloc'd data
 2012-08-06 20:28 UTC  (2+ messages)

[PATCH net] batman-adv: select an internet gateway if none was chosen
 2012-08-06 20:28 UTC  (2+ messages)

[PATCH] mISDN: Bugfix for layer2 fixed TEI mode
 2012-08-06 20:27 UTC  (2+ messages)

[PATCH 01/13] SCTP: Preparation for namespace enablement
 2012-08-06 19:31 UTC  (2+ messages)

[PATCH] net:appletalk:ddp:fixed coding style issue relating to
 2012-08-06 19:03 UTC  (3+ messages)

[PATCH] net: Use PTR_RET rather than if(IS_ERR(.. [1]
 2012-08-06 17:51 UTC 

WARNING: at net/ipv4/tcp.c:1598 tcp_recvmsg+0x641/0xd30()
 2012-08-06 15:46 UTC 

[PATCH 1/4] pch_gbe: Fix the checksum fill to the error location
 2012-08-06 14:52 UTC  (6+ messages)
      ` pch_gbe: dont-copy-payload (was [PATCH 1/4] ...)

[BUG] af_packet: loop at reception when using fanout
 2012-08-06 14:21 UTC 


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