Age | Commit message (Expand) | Author | Files | Lines |
2017-11-30 | atm: eni: fix several indentation issues | Colin Ian King | 1 | -9/+9 |
2017-11-30 | openvswitch: use ktime_get_ts64() instead of ktime_get_ts() | Arnd Bergmann | 1 | -3/+3 |
2017-11-30 | netxen: remove timespec usage | Arnd Bergmann | 1 | -3/+1 |
2017-11-30 | net: phy: harmonize phy_id{,_mask} data type | Richard Leitner | 1 | -1/+1 |
2017-11-30 | net: ethernet: davinci_emac: Deduplicate bus_find_device() by name matching | Lukas Wunner | 1 | -7/+2 |
2017-11-30 | net: thunderx: Set max queue count taking XDP_TX into account | Sunil Goutham | 1 | -0/+5 |
2017-11-30 | net: thunderx: Add support for xdp redirect | Sunil Goutham | 3 | -31/+94 |
2017-11-30 | Merge tag 'nfsd-4.15-1' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 15 | -132/+270 |
2017-11-30 | Merge tag 'for-4.15-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 19 | -135/+314 |
2017-11-30 | Merge tag 'microblaze-4.15-rc2' of git://git.monstr.eu/linux-2.6-microblaze | Linus Torvalds | 1 | -0/+1 |
2017-11-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 1 | -1/+1 |
2017-11-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 72 | -582/+1182 |
2017-11-29 | sparc64: Fix boot on T4 and later. | David S. Miller | 1 | -1/+1 |
2017-11-29 | vsprintf: don't use 'restricted_pointer()' when not restricting | Linus Torvalds | 1 | -0/+2 |
2017-11-29 | kallsyms: take advantage of the new '%px' format | Linus Torvalds | 3 | -13/+7 |
2017-11-29 | Merge tag 'printk-hash-pointer-4.15-rc2' of git://github.com/tcharding/linux | Linus Torvalds | 5 | -95/+248 |
2017-11-29 | Revert "mm, thp: Do not make pmd/pud dirty without a reason" | Linus Torvalds | 5 | -24/+16 |
2017-11-29 | ethernet: dwmac-stm32: Fix copyright | Benjamin Gaignard | 1 | -2/+2 |
2017-11-29 | net: via: via-rhine: use %p to format void * address instead of %x | Colin Ian King | 1 | -2/+2 |
2017-11-29 | net: ethernet: xilinx: Mark XILINX_LL_TEMAC broken on 64-bit | Geert Uytterhoeven | 1 | -0/+1 |
2017-11-29 | myri10ge: Update MAINTAINERS | Hyong-Youb Kim | 1 | -2/+2 |
2017-11-29 | kasan: use %px to print addresses instead of %p | Tobin C. Harding | 1 | -4/+4 |
2017-11-29 | vsprintf: add printk specifier %px | Tobin C. Harding | 3 | -2/+36 |
2017-11-29 | printk: hash addresses printed with %p | Tobin C. Harding | 3 | -46/+155 |
2017-11-29 | vsprintf: refactor %pK code out of pointer() | Tobin C. Harding | 1 | -43/+54 |
2017-11-29 | docs: correct documentation for %pK | Tobin C. Harding | 1 | -2/+1 |
2017-11-29 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 5 | -38/+66 |
2017-11-29 | net: sched: cbq: create block for q->link.block | Jiri Pirko | 1 | -1/+8 |
2017-11-29 | atm: suni: remove extraneous space to fix indentation | Colin Ian King | 1 | -1/+1 |
2017-11-29 | atm: lanai: use %p to format kernel addresses instead of %x | Colin Ian King | 1 | -4/+4 |
2017-11-29 | VSOCK: Don't set sk_state to TCP_CLOSE before testing it | Jorgen Hansen | 1 | -2/+2 |
2017-11-29 | atm: fore200e: use %pK to format kernel addresses instead of %x | Colin Ian King | 1 | -2/+2 |
2017-11-28 | ambassador: fix incorrect indentation of assignment statement | Colin Ian King | 1 | -1/+1 |
2017-11-28 | vxlan: use __be32 type for the param vni in __vxlan_fdb_delete | Xin Long | 1 | -2/+2 |
2017-11-28 | bonding: use nla_get_u64 to extract the value for IFLA_BOND_AD_ACTOR_SYSTEM | Xin Long | 1 | -1/+1 |
2017-11-28 | sctp: use right member as the param of list_for_each_entry | Xin Long | 1 | -3/+3 |
2017-11-28 | sch_sfq: fix null pointer dereference at timer expiration | Paolo Abeni | 1 | -0/+1 |
2017-11-28 | cls_bpf: don't decrement net's refcount when offload fails | Jakub Kicinski | 1 | -10/+13 |
2017-11-28 | Merge tag 'drm-for-v4.15-part2-fixes' of git://people.freedesktop.org/~airlie... | Linus Torvalds | 13 | -24/+66 |
2017-11-28 | Revert "ALSA: usb-audio: Fix potential zero-division at parsing FU" | Takashi Iwai | 1 | -2/+2 |
2017-11-28 | Btrfs: incremental send, fix wrong unlink path after renaming file | Filipe Manana | 1 | -18/+106 |
2017-11-28 | net/packet: fix a race in packet_bind() and packet_notifier() | Eric Dumazet | 1 | -0/+5 |
2017-11-28 | packet: fix crash in fanout_demux_rollover() | Mike Maloney | 2 | -23/+10 |
2017-11-28 | Merge branch 'sctp-fix-sparse-errors' | David S. Miller | 8 | -16/+49 |
2017-11-28 | sctp: remove extern from stream sched | Xin Long | 6 | -9/+41 |
2017-11-28 | sctp: force the params with right types for sctp csum apis | Xin Long | 1 | -6/+7 |
2017-11-28 | sctp: force SCTP_ERROR_INV_STRM with __u32 when calling sctp_chunk_fail | Xin Long | 1 | -1/+1 |
2017-11-28 | lmc: Use memdup_user() as a cleanup | Vasyl Gomonovych | 1 | -10/+3 |
2017-11-28 | bnxt_en: Fix an error handling path in 'bnxt_get_module_eeprom()' | Christophe JAILLET | 1 | -2/+2 |
2017-11-28 | net: phy: marvell10g: fix the PHY id mask | Antoine Tenart | 1 | -2/+3 |