aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* termios, tty_baudrate.c: remove CBAUDEX-masking codeHEADv2H. Peter Anvin2018-10-071-8/+0
* termios: make the termios copy functions always return o or -EFAULTH. Peter Anvin2018-10-073-20/+12
* termios: remove remaining instances of #ifdef BOTHERH. Peter Anvin2018-10-072-4/+0
* tty/tty_ioctl.c: remove unnecessary conditionals, add constH. Peter Anvin2018-10-071-67/+36
* termios: rename the termios copy routinesH. Peter Anvin2018-10-073-20/+20
* termios: split up <asm-generic/termios.h>H. Peter Anvin2018-10-0733-71/+58
* termios: merge common termios.h and termbits.h stuff into asm-genericH. Peter Anvin (Intel)2018-10-0762-1827/+501
* termios: avoid polluing the libc namespace for struct termiosH. Peter Anvin (Intel)2018-10-0615-71/+179
* termios, treewide: move struct ktermios -> kermios_t out of uapiH. Peter Anvin (Intel)2018-10-06166-447/+411
* powerpc, serial: define TC[SG]ETC*2 as aliases to TC[SG]ETC*H. Peter Anvin (Intel)2018-10-062-0/+25
* arch/xtensa, termios: use <asm-generic/termbits.h>H. Peter Anvin (Intel)2018-10-062-221/+1
* arch/parisc, termios: use <asm-generic/termios.h>H. Peter Anvin (Intel)2018-10-062-202/+1
* arch/mips, termios: use <asm-generic/termbits.h>H. Peter Anvin (Intel)2018-10-062-200/+15
* arch/ia64, termios: use <asm-generic/termbits.h>H. Peter Anvin (Intel)2018-10-062-209/+1
* asm-generic, termios: add alias constants from MIPSH. Peter Anvin (Intel)2018-10-061-1/+6
* termios, tty/tty_baudrate.c: simplify, auto-generate baud tableurgentH. Peter Anvin (Intel)2018-10-064-116/+93
* arch/alpha, termios: implement BOTHER, IBSHIFT and termios2H. Peter Anvin (Intel)2018-10-063-1/+29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman2018-10-0624-81/+203
|\
| * net: mvpp2: Extract the correct ethtype from the skb for tx csum offloadMaxime Chevallier2018-10-051-4/+5
| * ipv6: take rcu lock in rawv6_send_hdrinc()Wei Wang2018-10-051-9/+20
| * net: sched: Add policy validation for tc attributesDavid Ahern2018-10-051-4/+20
| * rtnetlink: fix rtnl_fdb_dump() for ndmsg headerMauricio Faria de Oliveira2018-10-051-9/+20
| * yam: fix a missing-check bugWenwen Wang2018-10-051-0/+4
| * net: bpfilter: Fix type cast and pointer warningsShanthosh RK2018-10-051-2/+2
| * net: cxgb3_main: fix a missing-check bugWenwen Wang2018-10-051-0/+17
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-10-052-2/+13
| |\
| | * bpf: 32-bit RSH verification must truncate input before the ALU opJann Horn2018-10-051-1/+9
| | * bpf: don't accept cgroup local storage with zero value sizeRoman Gushchin2018-10-021-0/+3
| | * bpf: harden flags check in cgroup_storage_update_elem()Roman Gushchin2018-09-281-1/+1
| * | net: phy: phylink: fix SFP interface autodetectionBaruch Siach2018-10-051-20/+28
| * | be2net: don't flip hw_features when VXLANs are added/deletedDavide Caratti2018-10-051-4/+1
| * | net/packet: fix packet drop as of virtio gsoJianfeng Tan2018-10-042-4/+25
| * | net: dsa: b53: Keep CPU port as tagged in all VLANsFlorian Fainelli2018-10-041-2/+2
| * | openvswitch: load NAT helperFlavio Leitner2018-10-041-0/+4
| * | Merge branch 'bnxt_en-fixes'David S. Miller2018-10-042-9/+11
| |\ \
| | * | bnxt_en: get the reduced max_irqs by the ones used by RDMAVasundhara Volam2018-10-041-1/+1
| | * | bnxt_en: free hwrm resources, if driver probe fails.Venkat Duvvuru2018-10-041-4/+6
| | * | bnxt_en: Fix enables field in HWRM_QUEUE_COS2BW_CFG requestVasundhara Volam2018-10-041-3/+3
| | * | bnxt_en: Fix VNIC reservations on the PF.Michael Chan2018-10-041-1/+1
| |/ /
| * | team: Forbid enslaving team device to itselfIdo Schimmel2018-10-041-0/+6
| * | net/usb: cancel pending work when unbinding smsc75xxYu Zhao2018-10-041-0/+1
| * | Merge tag 'mac80211-for-davem-2018-10-04' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-10-043-8/+15
| |\ \
| | * | cfg80211: fix use-after-free in reg_process_hint()Yu Zhao2018-10-011-3/+4
| | * | mac80211: fix setting IEEE80211_KEY_FLAG_RX_MGMT for AP mode keysFelix Fietkau2018-10-011-1/+1
| | * | cfg80211: fix wext-compat memory leakStefan Seyfried2018-10-011-4/+10
| * | | Merge branch 'mlxsw-fixes'David S. Miller2018-10-042-4/+9
| |\ \ \
| | * | | mlxsw: spectrum: Delete RIF when VLAN device is removedIdo Schimmel2018-10-041-0/+2
| | * | | mlxsw: pci: Derive event type from event queue numberNir Dotan2018-10-041-4/+7
| |/ / /
* | | | Merge branch 'akpm'Greg Kroah-Hartman2018-10-0518-30/+189
|\ \ \ \
| * | | | mm: madvise(MADV_DODUMP): allow hugetlbfs pagesDaniel Black2018-10-051-1/+1