summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-27NFC: nci: Add some bounds checking in nci_hci_cmd_received()Dan Carpenter1-0/+8
2019-04-27sch_cake: Make sure we can write the IP header before changing DSCP bitsToke Høiland-Jørgensen1-0/+11
2019-04-27sch_cake: Use tc_skb_protocol() helper for getting packet protocolToke Høiland-Jørgensen1-1/+1
2019-04-27nfp: flower: remove vlan CFI bit from push vlan actionPieter Jansen van Vuuren2-3/+1
2019-04-27nfp: flower: replace CFI with vlan presentPieter Jansen van Vuuren2-9/+7
2019-04-27route: Avoid crash from dereferencing NULL rt->fromJonathan Lemon1-0/+4
2019-04-27net/mlx5: FPGA, tls, idr remove on flow deleteSaeed Mahameed1-28/+15
2019-04-27net/tls: prevent bad memory access in tls_is_sk_tx_device_offloaded()Jakub Kicinski1-1/+1
2019-04-27net/mlx5: FPGA, tls, hold rcu read lock a bit longerSaeed Mahameed1-9/+9
2019-04-27Revert "net/mlx5e: Enable reporting checksum unnecessary also for L3 packets"Or Gerlitz1-2/+1
2019-04-27net/mlx5e: Rx, Check ip headers sanitySaeed Mahameed1-1/+8
2019-04-27net/mlx5e: Rx, Fixup skb checksum for packets with tail paddingSaeed Mahameed3-15/+74
2019-04-27net/mlx5e: Switch to Toeplitz RSS hash by defaultKonstantin Khlebnikov1-1/+1
2019-04-27net/mlx5e: Protect against non-uplink representor for encapDmytro Linkin1-0/+4
2019-04-27net/mlx5e: XDP, Avoid checksum complete when XDP prog is loadedSaeed Mahameed3-3/+9
2019-04-27net: bridge: fix netlink export of vlan_stats_per_port optionNikolay Aleksandrov1-1/+1
2019-04-27net/tls: fix build without CONFIG_TLS_DEVICEJakub Kicinski1-0/+2
2019-04-27net: strparser: partially revert "strparser: Call skb_unclone conditionally"Jakub Kicinski1-7/+5
2019-04-27net/tls: don't leak partially sent record in device modeJakub Kicinski4-14/+32
2019-04-27net/tls: fix the IV leaksJakub Kicinski1-1/+4
2019-04-27net: thunderx: don't allow jumbo frames with XDPMatteo Croce1-0/+9
2019-04-27net: thunderx: raise XDP MTU to 1508Matteo Croce1-2/+11
2019-04-27mlxsw: spectrum_router: Do not check VRF MAC addressIdo Schimmel1-1/+1
2019-04-27mlxsw: core: Do not use WQ_MEM_RECLAIM for mlxsw workqueueIdo Schimmel1-1/+1
2019-04-27mlxsw: core: Do not use WQ_MEM_RECLAIM for mlxsw ordered workqueueIdo Schimmel1-1/+1
2019-04-27mlxsw: core: Do not use WQ_MEM_RECLAIM for EMAD workqueueIdo Schimmel1-1/+1
2019-04-27mlxsw: spectrum_switchdev: Add MDB entries in prepare phaseIdo Schimmel1-1/+1
2019-04-27ipv4: ensure rcu_read_lock() in ipv4_link_failure()Eric Dumazet1-2/+8
2019-04-27ipv4: recompile ip options in ipv4_link_failureStephen Suryaputra1-1/+9
2019-04-27vhost: reject zero size iova rangeJason Wang1-1/+5
2019-04-27tipc: missing entries in name table of publicationsHoang Le1-1/+2
2019-04-27team: set slave to promisc if team is already in promisc modeHangbin Liu1-0/+26
2019-04-27tcp: tcp_grow_window() needs to respect tcp_space()Eric Dumazet1-5/+5
2019-04-27net: fou: do not use guehdr after iptunnel_pull_offloads in gue_udp_recvLorenzo Bianconi1-1/+3
2019-04-27net: Fix missing meta data in skb with vlan packetYuya Kusakabe1-1/+9
2019-04-27net: fec: manage ahb clock in runtime pmAndy Duan1-9/+21
2019-04-27net: bridge: multicast: use rcu to access port list from br_multicast_start_q...Nikolay Aleksandrov1-1/+3
2019-04-27net: bridge: fix per-port af_packet socketsNikolay Aleksandrov1-9/+14
2019-04-27net: atm: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva1-1/+5
2019-04-27failover: allow name change on IFF_UP slave interfacesSi-Wei Liu3-4/+21
2019-04-27bonding: fix event handling for stacked bondsSabrina Dubroca1-1/+5
2019-04-20Linux 5.0.9v5.0.9Greg Kroah-Hartman1-1/+1
2019-04-20paride/pcd: Fix potential NULL pointer dereference and mem leakYueHaibing1-1/+13
2019-04-20paride/pf: Fix potential NULL pointer dereferenceYueHaibing1-1/+11
2019-04-20IB/hfi1: Failed to drain send queue when QP is put into error stateKaike Wan1-1/+1
2019-04-20bpf: fix use after free in bpf_evict_inodeDaniel Borkmann1-14/+18
2019-04-20include/linux/swap.h: use offsetof() instead of custom __swapoffset macroPi-Hsun Shih1-2/+2
2019-04-20f2fs: fix to add refcount once page is tagged PG_privateChao Yu6-23/+36
2019-04-20f2fs: fix to use kvfree instead of kzfreeChao Yu1-5/+5
2019-04-20f2fs: fix to dirty inode for i_mode recoveryChao Yu1-4/+1