aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2016-01-10bpf: add skb_postpush_rcsum and fix dev_forward_skb occasionsDaniel Borkmann
2016-01-10net, sched: add skb_at_tc_ingress helperDaniel Borkmann
2016-01-10ipv4: Namespecify the tcp_keepalive_intvl sysctl knobNikolay Borisov
2016-01-10ipv4: Namespecify tcp_keepalive_probes sysctl knobNikolay Borisov
2016-01-10ipv4: Namespaceify tcp_keepalive_time sysctl knobNikolay Borisov
2016-01-10udp: restrict offloads to one namespaceHannes Frederic Sowa
2016-01-10switchdev: Adding MDB entry offloadElad Raz
2016-01-09nfsd: don't hold i_mutex over userspace upcallsNeilBrown
2016-01-08bpf: cleanup bpf_prog_run_{save,clear}_cb helpersDaniel Borkmann
2016-01-08ipv4: eliminate endianness warnings in ip_fib.hLance Richardson
2016-01-08Merge branch 'for-linus' into work.miscAl Viro
2016-01-08compat_ioctl: don't pass fd around when not neededAl Viro
2016-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2016-01-08Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-01-08Merge tag 'sound-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds
2016-01-08Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2016-01-08KVM: move architecture-dependent requests to arch/Paolo Bonzini
2016-01-08KVM: renumber vcpu->request bitsPaolo Bonzini
2016-01-08KVM: document which architecture uses each request bitPaolo Bonzini
2016-01-08KVM: Remove unused KVM_REQ_KICK to save a bit in vcpu->requestsPaolo Bonzini
2016-01-08Merge tag 'kvm-s390-next-4.5-3' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2016-01-08libata: skip debounce delay on link resumeDanesh Petigara
2016-01-08locks: pass inode pointer to locks_free_lock_contextJeff Layton
2016-01-08locks: sprinkle some tracepoints around the file locking codeJeff Layton
2016-01-08netfilter: nft_ct: add byte/packet counter supportFlorian Westphal
2016-01-08netfilter: nf_tables: Add new attributes into nft_set to store user data.Carlos Falgueras GarcĂ­a
2016-01-07Merge tag 'trace-v4.4-rc4-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-01-07mdio: Abstract device_remove() and device_free()Andrew Lunn
2016-01-07mdio: Add support for mdio drivers.Andrew Lunn
2016-01-07phy: Move phy specific bus match into phy_deviceAndrew Lunn
2016-01-07phy: Centralize setting driver module ownerAndrew Lunn
2016-01-07phy: Move PHY PM operations into phy_deviceAndrew Lunn
2016-01-07phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn
2016-01-07phy: Add an mdio_device structureAndrew Lunn
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn
2016-01-07phy: Centralise print about attached phyAndrew Lunn
2016-01-07phy: phy_{read|write}_mmd_indirect: get addr from phydevAndrew Lunn
2016-01-07phy: add phydev_name() wrapperAndrew Lunn
2016-01-07phy: Add phydev_err() and phydev_dbg() macrosAndrew Lunn
2016-01-07mdio: Move mdiobus_read/write operatings into mdio.hAndrew Lunn
2016-01-07phy: Consistently use addr for address on an MII busAndrew Lunn
2016-01-07ftrace/module: Call clean up function when module init fails earlySteven Rostedt (Red Hat)
2016-01-07KVM: s390: implement the RI support of guestFan Zhang
2016-01-07xen/gntdev: add ioctl for grant copyDavid Vrabel
2016-01-07Merge tag 'kvm-arm-for-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini
2016-01-07driver-core: platform: Add platform_irq_count()Stephen Boyd
2016-01-06Merge tag 'for-linus-20160106' of git://git.infradead.org/linux-mtdLinus Torvalds
2016-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-01-06net: Add eth_platform_get_mac_address() helper.David S. Miller
2016-01-06net: move ndo_features_check() close to ndo_start_xmit()Eric Dumazet