aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-18net: korina: update authorsRoman Yeryomin1-0/+2
2017-09-18net: korina: whitespace cleanupRoman Yeryomin1-27/+31
2017-09-18net: korina: use GRORoman Yeryomin1-1/+1
2017-09-18net: korina: use NAPI_POLL_WEIGHTRoman Yeryomin1-1/+1
2017-09-18net: korina: optimize rx descriptor flags processingRoman Yeryomin1-43/+44
2017-09-18net: korina: don't use overflow and underflow interruptsRoman Yeryomin1-82/+1
2017-09-18hamradio: baycom: use new parport device modelSudip Mukherjee1-4/+46
2017-09-18net/ethernet/freescale: fix warning for ucc_gethValentin Longchamp1-2/+3
2017-09-18forcedeth: replace pci_map_single with dma_map_single functionsZhu Yanjun1-34/+36
2017-09-18s390/qeth: tidy up parameter naming for qeth_do_send_packet()Jens Remus1-1/+2
2017-09-18s390/qeth: fold VLAN handling into l3_rebuild_skb()Julian Wiedmann1-16/+11
2017-09-18s390/qeth: translate SETVLAN/DELVLAN errorsJulian Wiedmann2-12/+36
2017-09-18s390/qeth: simplify L3 sysfs group managementJulian Wiedmann1-33/+12
2017-09-18s390/qeth: don't take queue lock in send_packet_fast()Julian Wiedmann4-22/+9
2017-09-18s390/qeth: remove unused code in qdio_establish_cq()Julian Wiedmann1-1/+0
2017-09-18s390/qeth: add VNICC get/set timeout supportHans Wippel5-5/+190
2017-09-18s390/qeth: add VNICC enable/disable supportHans Wippel5-14/+392
2017-09-18s390/qeth: add basic VNICC supportHans Wippel4-4/+172
2017-09-18dt-bindings: net: renesas-ravb: Add support for R8A77995 RAVBYoshihiro Shimoda1-0/+1
2017-09-18net: Convert int functions to boolJoe Perches2-20/+20
2017-09-18ravb: document R8A77970 bindingsSergei Shtylyov1-1/+2
2017-09-18net: phy: realtek: add RTL8201F phy-id and functionsJassi Brar1-0/+44
2017-09-18net: phy: realtek: rename RTL8211F_PAGE_SELECT to RTL821x_PAGE_SELECTKunihiko Hayashi1-5/+5
2017-09-18dummy: declare dummy devices as enumerated devicesZhang Shengju1-1/+1
2017-09-18net: tcp_input: Neaten DBGUNDOJoe Perches1-4/+2
2017-09-16Linux 4.14-rc1Linus Torvalds1-2/+2
2017-09-16firmware: Restore support for built-in firmwareMarkus Trippelsdorf4-5/+71
2017-09-16mlxsw: spectrum_router: Only handle IPv4 and IPv6 eventsIdo Schimmel1-1/+2
2017-09-16Documentation: link in networking docsPavel Machek1-1/+1
2017-09-16tcp: fix data delivery rateEric Dumazet1-4/+3
2017-09-15bpf/verifier: reject BPF_ALU64|BPF_ENDEdward Cree2-1/+18
2017-09-15sctp: do not mark sk dumped when inet_sctp_diag_fill returns errXin Long1-1/+0
2017-09-15sctp: fix an use-after-free issue in sctp_sock_dumpXin Long3-39/+36
2017-09-15netvsc: increase default receive buffer sizeStephen Hemminger1-1/+1
2017-09-15tcp: update skb->skb_mstamp more carefullyEric Dumazet1-7/+12
2017-09-15net: ipv4: fix l3slave check for index returned in IP_PKTINFODavid Ahern1-2/+6
2017-09-15net: smsc911x: Quieten netif during suspendGeert Uytterhoeven1-1/+14
2017-09-15net: systemport: Fix 64-bit stats deadlockFlorian Fainelli1-3/+0
2017-09-15net: vrf: avoid gcc-4.6 warningArnd Bergmann1-3/+3
2017-09-15qed: remove unnecessary call to memsetHimanshu Jha1-1/+0
2017-09-15Input: i8042 - add Gigabyte P57 to the keyboard reset tableKai-Heng Feng1-0/+7
2017-09-15kvm: nVMX: Handle deferred early VMLAUNCH/VMRESUME failure properlyJim Mattson1-59/+75
2017-09-15kvm: vmx: Handle VMLAUNCH/VMRESUME failure properlyJim Mattson1-6/+8
2017-09-15kvm: nVMX: Remove nested_vmx_succeed after successful VM-entryJim Mattson1-7/+9
2017-09-15kvm,mips: Fix potential swait_active() racesDavidlohr Bueso1-2/+2
2017-09-15kvm,powerpc: Serialize wq active checks in ops->vcpu_kickDavidlohr Bueso1-1/+1
2017-09-15kvm: Serialize wq active checks in kvm_vcpu_wake_up()Davidlohr Bueso1-1/+1
2017-09-15kvm,x86: Fix apf_task_wake_one() wq serializationDavidlohr Bueso1-1/+1
2017-09-15kvm,lapic: Justify use of swait_active()Davidlohr Bueso1-0/+4
2017-09-15kvm,async_pf: Use swq_has_sleeper()Davidlohr Bueso1-5/+1