public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-02-27 12:27:52 to 2016-02-29 13:00:20 UTC [more...]

[PATCH] netfilter: xt_osf: remove unused variable
 2016-02-29 13:00 UTC  (2+ messages)

[net] net: fix double free issue of skbuff
 2016-02-29 12:58 UTC  (2+ messages)

[PATCH 0/9] powerpc32: set of optimisation of network checksum functions
 2016-02-29 12:53 UTC  (10+ messages)
` [PATCH 4/9] powerpc: inline ip_fast_csum()
` [PATCH 6/9] powerpc32: optimise a few instructions in csum_partial()
` [PATCH 8/9] powerpc: simplify csum_add(a, b) in case a or b is constant 0

[PATCH] net/mlx5e: make VXLAN support conditional
 2016-02-29 12:51 UTC  (3+ messages)

[PATCH 0/2] Add CAN support to r8a7795 SoC
 2016-02-29 12:47 UTC  (11+ messages)
  ` [PATCH 1/2] can: rcar_can: Add r8a7795 support
` [PATCH 2/2] arm64: dts: r8a7795: Add CAN support

[PATCH] can: rcar_can: Add r8a7795 support
 2016-02-29 12:37 UTC 

unused code in net/netfilter/ipset/ip_set_bitmap_ipmac.c
 2016-02-29 12:27 UTC  (3+ messages)

[PATCH RFC v2 00/32] Make DSA switches linux devices
 2016-02-29 11:42 UTC  (35+ messages)
` [PATCH RFC v2 01/32] net: dsa: Move platform data allocation for OF
` [PATCH RFC v2 02/32] dsa: Rename mv88e6123_61_65 to mv88e6123 to be consistent
` [PATCH RFC v2 03/32] dsa: Make setup and finish more symmetrical
` [PATCH RFC v2 04/32] net: dsa: Pass the dsa device to the switch drivers
` [PATCH RFC v2 05/32] net: dsa: Have the switch driver allocate there own private memory
` [PATCH RFC v2 06/32] net: dsa: Remove allocation of driver "
` [PATCH RFC v2 07/32] net: dsa: Keep the mii bus and address in the private structure
` [PATCH RFC v2 08/32] net: dsa: dsa.c: Refactor to increase symmetry
` [PATCH RFC v2 09/32] driver: component: Add support for empty match table
` [PATCH RFC v2 10/32] net: dsa: Add basic support for component master support
` [PATCH RFC v2 11/32] net: dsa: Keep a reference to the switch device for component matching
` [PATCH RFC v2 12/32] net: dsa: Add slave component matches based on a phandle to the slave
` [PATCH RFC v2 13/32] net: dsa: Make dsa,mii-bus optional
` [PATCH RFC v2 14/32] net: dsa: Add register/unregister functions for switch drivers
` [PATCH RFC v2 15/32] net: dsa: Rename DSA probe function
` [PATCH RFC v2 16/32] dsa: mv88e6xxx: Use bus in mv88e6xxx_lookup_name()
` [PATCH RFC v2 17/32] dsa: mv88e6xxx: Add shared code for binding/unbinding a switch driver
` [PATCH RFC v2 18/32] dsa: mv88e6xxx: Prepare for turning this into a library module
` [PATCH RFC v2 19/32] dsa: mv88e6xxx: Add macro for registering the drivers
` [PATCH RFC v2 20/32] dsa: Add mdio device support to Marvell switches
` [PATCH RFC v2 21/32] net: mdio: Add mdiodev_{read|write} helpers
` [PATCH RFC v2 22/32] net: dsa: Better integrate the drivers with mdio device
` [PATCH RFC v2 23/32] net: dsa: bcm_sf2: make it a real platform driver
` [PATCH RFC v2 24/32] net: dsa: Add some debug prints for error cases
` [PATCH RFC v2 25/32] net: dsa: Setup the switches after all have been probed
` [PATCH RFC v2 26/32] net: dsa: Only setup platform switches, not device switches
` [PATCH RFC v2 27/32] net: dsa: If a switch fails to probe, defer probing
` [PATCH RFC v2 28/32] Documentation: DSA: Describe how probe of DSA and switches work
` [PATCH RFC v2 29/32] dsa: slave: Don't reference NULL pointer during phy_disconnect
` [PATCH RFC v2 30/32] dsa: Destroy fixed link phys after the phy has been disconnected
` [PATCH RFC v2 31/32] dsa: dsa: Fix freeing of fixed-phys from user ports
` [PATCH RFC v2 32/32] phy: fixed: Fix removal of phys

[PATCH 01/15] batman-adv: Add hard_iface specific sysfs wrapper macros for UINT
 2016-02-29 11:06 UTC  (15+ messages)
` [PATCH 02/15] batman-adv: ELP - adding basic infrastructure
` [PATCH 03/15] batman-adv: ELP - creating neighbor structures
` [PATCH 04/15] batman-adv: ELP - adding sysfs parameter for elp interval
` [PATCH 05/15] batman-adv: OGMv2 - add basic infrastructure
` [PATCH 06/15] batman-adv: OGMv2 - implement originators logic
` [PATCH 07/15] batman-adv: add throughput override attribute to hard_ifaces
` [PATCH 08/15] batman-adv: keep track of when unicast packets are sent
` [PATCH 09/15] batman-adv: ELP - compute the metric based on the estimated throughput
` [PATCH 10/15] batman-adv: ELP - send unicast ELP packets for throughput sampling
` [PATCH 11/15] batman-adv: B.A.T.M.A.N. V - implement neighbor comparison API calls
` [PATCH 12/15] batman-adv: B.A.T.M.A.N. V - implement bat_orig_print API
` [PATCH 13/15] batman-adv: B.A.T.M.A.N. V - implement bat_neigh_print API
` [PATCH 14/15] batman-adv: Start new development cycle
` [PATCH 15/15] MAINTAINERS: Add patchwork URL for BATMAN ADVANCED

[PATCH net] Propagate MAC address changes to VLANs
 2016-02-29 11:32 UTC 

pull request [net-next]: batman-adv 20160229
 2016-02-29 11:05 UTC 

[PATCH net-next 0/5] vxlan: implement Generic Protocol Extension (GPE)
 2016-02-29 10:23 UTC  (13+ messages)
` [PATCH net-next 1/5] vxlan: implement GPE in L2 mode
` [PATCH net-next 5/5] vxlan: implement GPE in L3 mode

[PATCH net] ppp: lock ppp->flags in ppp_read() and ppp_poll()
 2016-02-29 10:18 UTC  (2+ messages)

[PATCH v3 0/4] Add Ethernet support on STM32F429
 2016-02-29  9:36 UTC  (2+ messages)

[PATCH V3 0/3] basic busy polling support for vhost_net
 2016-02-29  9:03 UTC  (9+ messages)
` [PATCH V3 3/3] vhost_net: basic polling support

pull-request: wireless-drivers 2016-02-18
 2016-02-29  8:35 UTC  (2+ messages)

[net-next] net: pktgen: use reset to set mac header
 2016-02-29  8:21 UTC 

[PATCH v2 net] bonding: don't use stale speed and duplex information
 2016-02-29  6:41 UTC  (6+ messages)

linux-next: manual merge of the target-merge tree with the net-next tree
 2016-02-29  6:39 UTC 

[PATCH] asm-generic: remove old nonatomic-io wrapper files
 2016-02-29  6:05 UTC  (3+ messages)

[PATCH net-next RFC 1/1] net namespace: dynamically configure new net namespace inherit net config
 2016-02-29  5:07 UTC 

Softirq priority inversion from "softirq: reduce latencies"
 2016-02-29  4:58 UTC  (12+ messages)

[PATCH 3/3] 3c59x: Use setup_timer()
 2016-02-29  4:40 UTC  (8+ messages)
      ` [PATCH] 3c59x: Ensure to apply the expires time

[PATCH net-next V1 00/10] mlx5 driver updates
 2016-02-29  4:28 UTC  (12+ messages)
` [PATCH net-next V1 01/10] net/mlx5e: Replace async events spinlock with synchronize_irq()
` [PATCH net-next V1 02/10] net/mlx5e: Placement changed for carrier state updates
` [PATCH net-next V1 03/10] net/mlx5e: Changed naming convention of tx queues in ethtool stats
` [PATCH net-next V1 04/10] net/mlx5e: Move common case counters within sq_stats struct
` [PATCH net-next V1 05/10] net/mlx5e: Set drop RQ's necessary parameters only
` [PATCH net-next V1 06/10] net/mlx5e: Don't try to modify CQ moderation if it is not supported
` [PATCH net-next V1 07/10] net/mlx5e: Don't modify CQ before it was created
` [PATCH net-next V1 08/10] net/mlx5: Make command timeout way shorter
` [PATCH net-next V1 09/10] net/mlx5: Fix global UAR mapping
` [PATCH net-next V1 10/10] net/mlx5: Avoid double mapping of io mapped memory

[PATCH v2 0/3] Convert network timestamps to be y2038 safe
 2016-02-29  4:27 UTC  (5+ messages)
` [PATCH v2 1/3] net: ipv4: Convert IP "
` [PATCH v2 2/3] net: ipv4: tcp_probe: Replace timespec with timespec64

[PATCH v19 04/10] bpf: Mark __bpf_prog_run() stack frame as non-standard
 2016-02-29  4:22 UTC 

[PATCH net] be2net: don't {en,dis}able filters on BE3 when transparent tagging is enabled
 2016-02-29  4:11 UTC  (6+ messages)

new design
 2016-02-29  2:39 UTC 

linux-next: manual merge of the net-next tree with the wireless-drivers tree
 2016-02-29  1:56 UTC 

[PATCH v4 net-next] net: Implement fast csum_partial for x86_64
 2016-02-29  1:39 UTC  (7+ messages)

[PATCH RFC 1/2] rhashtable: accept GFP flags in rhashtable_walk_init
 2016-02-29  1:06 UTC  (2+ messages)
  ` [PATCH RFC 2/2] mac80211: mesh: convert path table to rhashtable

[net-next][PATCH v2 00/13] RDS: Major clean-up with couple of new features for 4.6
 2016-02-29  0:26 UTC  (20+ messages)
` [net-next][PATCH v2 01/13] RDS: Drop stale iWARP RDMA transport
` [net-next][PATCH v2 02/13] RDS: Add support for SO_TIMESTAMP for incoming messages
` [net-next][PATCH v2 03/13] MAINTAINERS: update RDS entry
` [net-next][PATCH v2 04/13] RDS: IB: Remove the RDS_IB_SEND_OP dependency
` [net-next][PATCH v2 05/13] RDS: IB: Re-organise ibmr code
` [net-next][PATCH v2 06/13] RDS: IB: create struct rds_ib_fmr
` [net-next][PATCH v2 07/13] RDS: IB: move FMR code to its own file
` [net-next][PATCH v2 08/13] RDS: IB: add connection info to ibmr
` [net-next][PATCH v2 09/13] RDS: IB: handle the RDMA CM time wait event
` [net-next][PATCH v2 10/13] RDS: IB: add mr reused stats
` [net-next][PATCH v2 11/13] RDS: IB: add Fastreg MR (FRMR) detection support
` [net-next][PATCH v2 12/13] RDS: IB: allocate extra space on queues for FRMR support
` [net-next][PATCH v2 13/13] RDS: IB: Support Fastreg MR (FRMR) memory registration mode

Letter of Intent
 2016-02-28 22:57 UTC 

[PATCH v4 net-next] net: Implement fast csum_partial for x86_64
 2016-02-28 21:43 UTC 

[PATCH] of_mdio: fix kernel-doc for of_phy_connect()
 2016-02-28 19:50 UTC 

[PATCH] socket.7: Document some BPF-related socket options
 2016-02-28 19:41 UTC  (2+ messages)

[PATCH] of_mdio: kill useless variable in of_mdiobus_register()
 2016-02-28 18:56 UTC 

net/9p: convert to new CQ API
 2016-02-28 16:04 UTC  (5+ messages)
` [PATCH] "
  ` [V9fs-developer] "

[PATCH/RFC v6 net-next] ravb: Add dma queue interrupt support
 2016-02-28 15:41 UTC 

[PATCH/RFC v5 net-next] ravb: Add dma queue interrupt support
 2016-02-28 14:13 UTC  (3+ messages)

[net-next PATCH v2 0/8] tc offload for cls_u32 on ixgbe
 2016-02-28 14:11 UTC  (3+ messages)
` [net-next PATCH v2 2/8] net: rework setup_tc ndo op to consume general tc operand

[PATCH net-next 0/4] qed: Attention support patch series
 2016-02-28 10:26 UTC  (5+ messages)
` [PATCH net-next 1/4] qed: Semantic refactoring of interrupt code
` [PATCH net-next 2/4] qed: Add support for HW attentions
` [PATCH net-next 3/4] qed: Print HW attention reasons
` [PATCH net-next 4/4] qed: Print additional HW attention info

[PATCH net-next 00/10] mlx5 driver updates
 2016-02-28  5:43 UTC  (3+ messages)
` [PATCH net-next 09/10] net/mlx5: Fix global UAR mapping

[net-next PATCH v3 0/3] tc software only
 2016-02-28  4:28 UTC  (5+ messages)
` [net-next PATCH v3 1/3] net: sched: consolidate offload decision in cls_u32

[net-next-2.6 v4 0/3] net_sched: Add support for IFE action
 2016-02-28  4:26 UTC  (7+ messages)
` [net-next-2.6 PATCH v4 1/3] introduce "
` [net-next-2.6 PATCH v4 2/3] Support to encoding decoding skb mark on "
` [net-next-2.6 PATCH v4 3/3] Support to encoding decoding skb prio "

[Patch net-next] net: remove skb_sender_cpu_clear()
 2016-02-28  4:19 UTC 

[PATCH net] sctp: sctp_remaddr_seq_show use the wrong variable to dump transport info
 2016-02-28  2:33 UTC 

[net-next][PATCH 00/13] RDS: Major clean-up with couple of new features for 4.6
 2016-02-28  2:13 UTC  (2+ messages)

[PATCH net] sctp: lack the check for ports in sctp_v6_cmp_addr
 2016-02-28  2:03 UTC 

КЛИЕНТСКИЕ БАЗЫ! Тел\Viber\Whatsapp: +79133913837 Email: mloginova19@gmail.com Skype: prodawez389
 2016-02-27 21:39 UTC 

(unknown),
 2016-02-28  0:12 UTC 

Sending short raw packets using sendmsg() broke
 2016-02-27 23:02 UTC  (5+ messages)

[patch] rocker: fix an error code
 2016-02-27 19:06 UTC  (2+ messages)

net: mv643xx: interface does not transmit after some time
 2016-02-27 20:06 UTC  (2+ messages)

[PATCH] mld, igmp: Fix reserved tailroom calculation
 2016-02-27 19:57 UTC 

[PATCH net 0/3] r8169:issues fix
 2016-02-27 18:19 UTC  (4+ messages)
` [PATCH net 1/3] r8169:fix nic sometimes doesn't work after changing the mac address

[PATCH net-next] net: ipv6/l3mdev: Move host route on saved address if necessary
 2016-02-27 17:59 UTC 

[PATCH] wan: lmc: Switch to using managed resources
 2016-02-27 17:04 UTC 

[net-next-2.6 v3 0/3] net_sched: Add support for IFE action
 2016-02-27 12:27 UTC  (4+ messages)
` [net-next-2.6 v3 1/3] introduce "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox