summaryrefslogtreecommitdiffstats
path: root/net/iucv (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-08dpaa2-mac: Add a missing of_node_put after of_device_is_availableChristophe JAILLET1-0/+1
2020-12-08mptcp: print new line in mptcp_seq_show() if mptcp isn't in useJianguo Wu1-0/+1
2020-12-08bridge: Fix a deadlock when enabling multicast snoopingJoseph Huang3-9/+41
2020-12-08enetc: Fix reporting of h/w packet countersClaudiu Manoil2-6/+14
2020-12-07udp: fix the proto value passed to ip_protocol_deliver_rcu for the segmentsXin Long1-1/+1
2020-12-07net: hns3: remove a misused pragma packedHuazhong Tan1-4/+0
2020-12-06net: mscc: ocelot: fix dropping of unknown IPv4 multicast on SevilleVladimir Oltean6-11/+11
2020-12-05net: marvell: prestera: Fix error return code in prestera_port_create()Zhang Changzhong1-1/+3
2020-12-05vrf: packets with lladdr src needs dst at input with orig_iif when needs strictStephen Suryaputra2-2/+103
2020-12-05can: softing: softing_netdev_open(): fix error handlingZhang Qilong1-2/+7
2020-12-05ch_ktls: fix build warning for ipv4-only configArnd Bergmann1-5/+1
2020-12-05mac80211: mesh: fix mesh_pathtbl_init() error pathEric Dumazet1-3/+1
2020-12-05openvswitch: fix error return code in validate_and_copy_dec_ttl()Wang Hai1-1/+1
2020-12-05net: bridge: vlan: fix error return code in __vlan_add()Zhang Changzhong1-1/+3
2020-12-05ipv4: fix error return code in rtm_to_fib_config()Zhang Changzhong1-1/+1
2020-12-04ethernet: select CONFIG_CRC32 as neededArnd Bergmann10-0/+10
2020-12-04net: ipa: pass the correct size when freeing DMA memoryAlex Elder1-1/+6
2020-12-04net/sched: fq_pie: initialize timer earlier in fq_pie_init()Davide Caratti1-1/+1
2020-12-04mac80211: set SDATA_STATE_RUNNING for monitor interfacesBorwankar, Antara1-0/+2
2020-12-04cfg80211: initialize rekey_dataSara Sharon1-1/+1
2020-12-04mac80211: fix return value of ieee80211_chandef_he_6ghz_operWen Gong1-1/+1
2020-12-03net/mlx5: DR, Proper handling of unsupported Connect-X6DX SW steeringYevgeny Kliteynik4-1/+15
2020-12-03net/mlx5e: kTLS, Enforce HW TX csum offload with kTLSTariq Toukan1-7/+15
2020-12-03net: mlx5e: fix fs_tcp.c build when IPV6 is not enabledRandy Dunlap1-0/+2
2020-12-03net/mlx5: Fix wrong address reclaim when command interface is downEran Ben Elisha1-2/+19
2020-12-03net/sched: act_mpls: ensure LSE is pullable before reading itDavide Caratti1-0/+3
2020-12-03net: openvswitch: ensure LSE is pullable before reading itDavide Caratti1-0/+3
2020-12-03net: skbuff: ensure LSE is pullable before decrementing the MPLS ttlDavide Caratti1-0/+3
2020-12-03net: mvpp2: Fix error return code in mvpp2_open()Wang Hai1-0/+1
2020-12-03chelsio/chtls: fix a double free in chtls_setkey()Dan Carpenter1-0/+1
2020-12-03uapi: fix statx attribute value overlap for DAX & MOUNT_ROOTEric Sandeen1-3/+6
2020-12-03pwm: sl28cpld: fix getting driver data in pwm callbacksUwe Kleine-König1-2/+4
2020-12-03lib/syscall: fix syscall registers retrieval on 32-bit platformsWilly Tarreau1-2/+9
2020-12-03rtw88: debug: Fix uninitialized memory in debugfs codeDan Carpenter1-0/+2
2020-12-03vxlan: fix error return code in __vxlan_dev_create()Zhang Changzhong1-1/+3
2020-12-03net: pasemi: fix error return code in pasemi_mac_open()Zhang Changzhong1-2/+6
2020-12-03cxgb3: fix error return code in t3_sge_alloc_qset()Zhang Changzhong1-0/+1
2020-12-03net/x25: prevent a couple of overflowsDan Carpenter1-2/+4
2020-12-02dpaa_eth: copy timestamp fields to new skb in A-050385 workaroundYangbo Lu1-1/+9
2020-12-02net: ip6_gre: set dev->hard_header_len when using header_opsAntoine Tenart1-3/+13
2020-12-02mt76: usb: fix crash on device removalStanislaw Gruszka1-8/+9
2020-12-02iwlwifi: pcie: add some missing entries for AX210Golan Ben Ami1-0/+5
2020-12-02iwlwifi: pcie: invert values of NO_160 device config entriesLuca Coelho1-2/+2
2020-12-02iwlwifi: pcie: add one missing entry for AX210Luca Coelho1-0/+1
2020-12-02iwlwifi: update MAINTAINERS entryJohannes Berg1-3/+0
2020-12-02s390: fix irq state tracingHeiko Carstens2-18/+2
2020-12-02s390/pci: fix CPU address in MSI for directed IRQAlexander Gordeev1-3/+11
2020-12-02vhost_vdpa: return -EFAULT if copy_to_user() failsDan Carpenter1-1/+3
2020-12-02vdpa: mlx5: fix vdpa/vhost dependenciesRandy Dunlap2-0/+2
2020-12-02geneve: pull IP header before ECN decapsulationEric Dumazet1-4/+16