summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* isdn: capi: dead code removalArnd Bergmann2019-12-1114-1606/+179
* staging: remove isdn capi driversArnd Bergmann2019-12-1154-23764/+1
* staging: rtl8723bs: Fix line lengthAndreas Hellmich2019-12-103-29/+37
* staging: rtl8723bs: Fix spelling errorsAndreas Hellmich2019-12-103-28/+28
* staging: bcm2835-audio: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-101-2/+0
* staging: most: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-101-1/+0
* staging: bcm2835-audio: Use managed buffer allocationTakashi Iwai2019-12-101-16/+1
* staging: most: Use managed buffer allocationTakashi Iwai2019-12-101-43/+1
* staging: most: fix improper SPDX-License comment styleChristian Gromm2019-12-101-1/+1
* staging: rtl8188eu: remove return variable from rtw_pwr_unassociated_idleMichael Straube2019-12-101-7/+3
* staging: rtl8188eu: cleanup declarations in rtw_pwrctrl.cMichael Straube2019-12-101-8/+8
* staging: rtl8188eu: remove unnecessary parentheses in rtw_pwrctrl.cMichael Straube2019-12-101-6/+6
* staging: qlge: Fix CamelCase in qlge.h and qlge_dbg.cScott Schafer2019-12-102-17/+17
* staging/vc04_services/bcm2835-camera: distinct numeration and names for devicesMichael Kupfer2019-12-101-3/+6
* staging: hp100: Use match_string() helper to simplify the codeYueHaibing2019-12-101-7/+4
* staging/qlge: fix block comment coding styleDorothea Ehrl2019-12-101-5/+7
* staging/qlge: remove braces in conditional statementDorothea Ehrl2019-12-101-5/+4
* staging/qlge: add braces to conditional statementDorothea Ehrl2019-12-101-2/+4
* staging/qlge: add blank lines after declarationsDorothea Ehrl2019-12-101-0/+4
* staging/qlge: remove initialising of static local variableDorothea Ehrl2019-12-101-1/+1
* staging: rts5208: add missed pci_release_regionsChuhong Yuan2019-12-101-2/+5
* staging: exfat: fix spelling mistakeSusarla Nikhilesh2019-12-101-2/+2
* staging: wilc1000: use GENMASK to extract wid typeAjay Singh2019-12-102-4/+5
* staging: wilc1000: use kernel provided struct cast to extract mac headerAjay Singh2019-12-101-6/+3
* staging: wilc1000: remove unused compile time featurizationAjay Singh2019-12-101-23/+0
* staging/octeon: Mark Ethernet driver as BROKENGuenter Roeck2019-12-101-0/+1
* Linux 5.5-rc1v5.5-rc1Linus Torvalds2019-12-081-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-08119-628/+1025
|\
| * r8169: fix rtl_hw_jumbo_disable for RTL8168evlHeiner Kallweit2019-12-071-1/+1
| * net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add()Eric Dumazet2019-12-071-1/+7
| * r8169: add missing RX enabling for WoL on RTL8125Heiner Kallweit2019-12-071-1/+1
| * vhost/vsock: accept only packets with the right dst_cidStefano Garzarella2019-12-071-1/+3
| * net: phy: dp83867: fix hfs boot in rgmii modeGrygorii Strashko2019-12-071-48/+71
| * net: ethernet: ti: cpsw: fix extra rx interruptGrygorii Strashko2019-12-071-1/+1
| * inet: protect against too small mtu values.Eric Dumazet2019-12-075-11/+20
| * gre: refetch erspan header from skb->data after pskb_may_pull()Cong Wang2019-12-071-1/+1
| * pppoe: remove redundant BUG_ON() check in pppoe_pernetAditya Pakki2019-12-071-2/+0
| * Merge branch 'tcp-fix-handling-of-stale-syncookies-timestamps'David S. Miller2019-12-062-8/+32
| |\
| | * tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE()Guillaume Nault2019-12-061-3/+3
| | * tcp: tighten acceptance of ACKs not matching a child socketGuillaume Nault2019-12-061-3/+13
| | * tcp: fix rejected syncookies due to stale timestampsGuillaume Nault2019-12-062-2/+16
| |/
| * Merge tag 'mlx5-fixes-2019-12-05' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2019-12-0610-75/+143
| |\
| | * net/mlx5e: E-switch, Fix Ingress ACL groups in switchdev mode for prio tagParav Pandit2019-12-052-38/+93
| | * net/mlx5e: ethtool, Fix analysis of speed settingAya Levin2019-12-051-10/+3
| | * net/mlx5e: Fix translation of link mode into speedAya Levin2019-12-051-0/+1
| | * net/mlx5e: Fix free peer_flow when refcount is 0Roi Dayan2019-12-051-2/+5
| | * net/mlx5e: Fix freeing flow with kfree() and not kvfree()Roi Dayan2019-12-051-1/+1
| | * net/mlx5e: Fix SFF 8472 eeprom lengthEran Ben Elisha2019-12-051-1/+1
| | * net/mlx5e: Query global pause state before setting prio2bufferHuy Nguyen2019-12-051-2/+25
| | * net/mlx5e: Fix TXQ indices to be sequentialEran Ben Elisha2019-12-054-22/+15