Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×
Operating Systems Upgrades Linux

Linux 3.13 Released 141

diegocg writes "Linux kernel 3.13 has been released. This release includes nftables (the successor of iptables); a revamp of the block layer designed for high-performance SSDs; a framework to cap power consumption in Intel RAPL devices; improved squashfs performance; AMD Radeon power management enabled by default and automatic AMD Radeon GPU switching; improved NUMA and hugepage performance; TCP Fast Open enabled by default; support for NFC payments; support for the High-Availability Seamless Redundancy protocol; new drivers; and many other small improvements. Here's the full list of changes."
This discussion has been archived. No new comments can be posted.

Linux 3.13 Released

Comments Filter:
  • Re:nftables (Score:5, Informative)

    by Anonymous Coward on Monday January 20, 2014 @08:13AM (#46012095)

    Yes, there is. [netfilter.org]

    The nftables project provides a backward compatibility layer that allows you run iptables/ip6tables (using the same syntax) over the nftables infrastructure:

    • ...
    • iptables-nftables: the user-space utility that provides the xtables command line utility to add rule using {ip,ip6}tables syntax.
  • nftables on LWN (Score:5, Informative)

    by smittyoneeach ( 243267 ) * on Monday January 20, 2014 @08:51AM (#46012267) Homepage Journal
    http://lwn.net/Articles/564095/ [lwn.net]
    Absolute best technical read on the Internet. Subscribe early, subscribe often.
  • misnomer perhaps? (Score:3, Informative)

    by rewindustry ( 3401253 ) on Monday January 20, 2014 @08:51AM (#46012269)

    nfc is a comms protocol, like bluetooth or ethernet, very timing sensitive, therefore best implemented on the kernel level. nfc is often used for payment systems, hen ce the conflation. am assuming - have no specific details.

  • by Anonymous Coward on Monday January 20, 2014 @08:56AM (#46012291)

    Well, if you care to stop throwing peanuts from the gallery long enough to read about it, the patch adds driver support for interacting with a "secure element" embedded environment on the NFC hardware, from userspace, via a Netlink API. It's bascially passthrough from user space to the hardware.

  • by FalcDot ( 1224920 ) on Monday January 20, 2014 @10:15AM (#46012863)

    From TFA:

    "This release implements support for the Secure Element. A netlink API is available to enable, disable and discover NFC attached (embedded or UICC ones) secure elements. With some userspace help, this allows to support NFC payments, used to implement financial transactions. Only the pn544 driver currently supports this API."

    In other words, the kernel now contains the necessary API so the PC can correctly talk to a NFC Secure Element which is needed to be able to make payments over NFC, in tandem with userspace tools.

    So yeah, the label is a bit misleading...

The moon is made of green cheese. -- John Heywood

Working...