Age | Commit message (Expand) | Author | Files | Lines |
2019-07-18 | net/mlx5: Replace kfree with kvfree | Chuhong Yuan | 1 | -1/+1 |
2019-07-18 | MAINTAINERS: update netsec driver | Ilias Apalodimas | 1 | -0/+1 |
2019-07-18 | ipv6: Unlink sibling route in case of failure | Ido Schimmel | 1 | -1/+17 |
2019-07-18 | Merge tag 'wireless-drivers-for-davem-2019-07-18' of git://git.kernel.org/pub... | David S. Miller | 6 | -6/+93 |
2019-07-18 | liquidio: Replace vmalloc + memset with vzalloc | Chuhong Yuan | 1 | -4/+2 |
2019-07-18 | udp: Fix typo in net/ipv4/udp.c | Su Yanjun | 1 | -1/+1 |
2019-07-18 | net: bcmgenet: use promisc for unsupported filters | Justin Chen | 1 | -31/+26 |
2019-07-18 | ipv6: rt6_check should return NULL if 'from' is NULL | David Ahern | 1 | -1/+1 |
2019-07-18 | tipc: initialize 'validated' field of received packets | Jon Maloy | 1 | -0/+1 |
2019-07-18 | Merge branch 'ipv4-relax-source-validation-check-for-loopback-packets' | David S. Miller | 2 | -1/+39 |
2019-07-18 | selftests: add a test case for rp_filter | Cong Wang | 1 | -1/+34 |
2019-07-18 | fib: relax source validation check for loopback packets | Cong Wang | 1 | -0/+5 |
2019-07-18 | Merge branch 'mlxsw-Two-fixes' | David S. Miller | 4 | -8/+25 |
2019-07-18 | mlxsw: spectrum: Do not process learned records with a dummy FID | Ido Schimmel | 3 | -0/+17 |
2019-07-18 | mlxsw: spectrum_dcb: Configure DSCP map as the last rule is removed | Petr Machata | 1 | -8/+8 |
2019-07-18 | net: ag71xx: Add missing header | Rosen Penev | 1 | -0/+1 |
2019-07-17 | net_sched: unset TCQ_F_CAN_BYPASS when adding filters | Cong Wang | 3 | -4/+1 |
2019-07-17 | Merge branch 'net-rds-RDMA-fixes' | David S. Miller | 5 | -49/+109 |
2019-07-17 | net/rds: Initialize ic->i_fastreg_wrs upon allocation | Gerd Rausch | 1 | -1/+1 |
2019-07-17 | net/rds: Keep track of and wait for FRWR segments in use upon shutdown | Gerd Rausch | 3 | -6/+45 |
2019-07-17 | net/rds: Set fr_state only to FRMR_IS_FREE if IB_WR_LOCAL_INV had been succes... | Gerd Rausch | 1 | -1/+2 |
2019-07-17 | net/rds: Fix NULL/ERR_PTR inconsistency | Gerd Rausch | 1 | -2/+2 |
2019-07-17 | net/rds: Wait for the FRMR_IS_FREE (or FRMR_IS_STALE) transition after postin... | Gerd Rausch | 2 | -27/+40 |
2019-07-17 | net/rds: Get rid of "wait_clean_list_grace" and add locking | Gerd Rausch | 2 | -38/+19 |
2019-07-17 | net/rds: Give fr_state a chance to transition to FRMR_IS_FREE | Gerd Rausch | 2 | -1/+27 |
2019-07-17 | net/sched: Make NET_ACT_CT depends on NF_NAT | YueHaibing | 1 | -1/+1 |
2019-07-17 | net: sctp: fix warning "NULL check before some freeing functions is not needed" | Hariprasad Kelam | 1 | -8/+4 |
2019-07-17 | caif-hsi: fix possible deadlock in cfhsi_exit_module() | Taehee Yoo | 1 | -1/+1 |
2019-07-17 | fix: taprio: Change type of txtime-delay parameter to u32 | Vedang Patel | 2 | -4/+4 |
2019-07-17 | skbuff: fix compilation warnings in skb_dump() | Qian Cai | 1 | -1/+1 |
2019-07-16 | be2net: Signal that the device cannot transmit during reconfiguration | Benjamin Poirier | 1 | -1/+5 |
2019-07-16 | net: ethernet: mediatek: mtk_eth_soc: Add of_node_put() before goto | Nishka Dasgupta | 1 | -1/+3 |
2019-07-16 | net: ethernet: mscc: ocelot_board: Add of_node_put() before return | Nishka Dasgupta | 1 | -1/+4 |
2019-07-16 | net: ethernet: ti: cpsw: Add of_node_put() before return and break | Nishka Dasgupta | 1 | -8/+18 |
2019-07-16 | Merge tag 'mlx5-fixes-2019-07-15' of git://git.kernel.org/pub/scm/linux/kerne... | David S. Miller | 1 | -6/+7 |
2019-07-15 | net/mlx5e: Allow dissector meta key in tc flower | Vlad Buslov | 1 | -1/+2 |
2019-07-15 | net/mlx5e: Rely on filter_dev instead of dissector keys for tunnels | Vlad Buslov | 1 | -5/+1 |
2019-07-15 | net/mlx5e: Verify encapsulation is supported | Eli Cohen | 1 | -0/+4 |
2019-07-15 | ISDN: hfcsusb: checking idx of ep configuration | Phong Tran | 1 | -0/+3 |
2019-07-15 | vmxnet3: Remove call to memset after dma_alloc_coherent | Fuqian Huang | 1 | -1/+0 |
2019-07-15 | hippi: Remove call to memset after pci_alloc_consistent | Fuqian Huang | 1 | -2/+0 |
2019-07-15 | ethernet: remove redundant memset | Fuqian Huang | 14 | -27/+0 |
2019-07-15 | atm: idt77252: Remove call to memset after dma_alloc_coherent | Fuqian Huang | 1 | -1/+0 |
2019-07-15 | net: neigh: fix multiple neigh timer scheduling | Lorenzo Bianconi | 1 | -0/+2 |
2019-07-15 | rt2x00usb: fix rx queue hang | Soeren Moch | 1 | -6/+6 |
2019-07-15 | ath10k: work around uninitialized vht_pfr variable | Arnd Bergmann | 1 | -0/+2 |
2019-07-15 | iwlwifi: pcie: add support for qu c-step devices | Luca Coelho | 4 | -0/+83 |
2019-07-15 | iwlwifi: add new cards for 9000 and 20000 series | Ihab Zhaika | 1 | -0/+2 |
2019-07-14 | sky2: Disable MSI on P5W DH Deluxe | Tasos Sahanidis | 1 | -0/+7 |
2019-07-14 | sis900: correct a few typos | Sergej Benilov | 1 | -3/+3 |