aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-01-16xfrm: Make set-mark default behavior backward compatibleBenedict Wong1-1/+4
2019-01-10xfrm: refine validation of template and selector familiesFlorian Westphal1-4/+9
2019-01-09vti4: Fix a ipip packet processing bug in 'IPCOMP' virtual tunnelSu Yanjun1-0/+50
2019-01-09xfrm: policy: fix infinite loop when merging src-nodesFlorian Westphal2-10/+9
2019-01-09selftests: xfrm: alter htresh to trigger move of policies to hash tableFlorian Westphal1-4/+40
2019-01-09xfrm: policy: fix reinsertion on node mergeFlorian Westphal1-6/+8
2019-01-09xfrm: policy: delete inexact policies from inexact list on hash rebuildFlorian Westphal1-13/+10
2019-01-09xfrm: policy: increment xfrm_hash_generation on hash rebuildFlorian Westphal1-0/+2
2019-01-09xfrm: policy: use hlist rcu variants on inexact insert, part 2Florian Westphal1-2/+2
2019-01-09selftests: xfrm: add block rules with adjacent/overlapping subnetsFlorian Westphal1-18/+91
2019-01-08packet: Do not leak dev refcounts on error exitJason Gunthorpe1-2/+2
2019-01-08Merge branch 'mlxsw-fixes'David S. Miller11-35/+74
2019-01-08selftests: forwarding: Add a test for VLAN deletionIdo Schimmel1-1/+14
2019-01-08mlxsw: spectrum_switchdev: Set PVID correctly during VLAN deletionIdo Schimmel1-1/+1
2019-01-08selftests: forwarding: Fix test for different devicesIdo Schimmel1-1/+1
2019-01-08net: bridge: Fix VLANs memory leakIdo Schimmel2-13/+14
2019-01-08selftests: mlxsw: Add a test case for VLAN addition error flowIdo Schimmel1-0/+18
2019-01-08mlxsw: spectrum_nve: Replace error code with EINVALIdo Schimmel1-2/+2
2019-01-08mlxsw: spectrum_switchdev: Avoid returning errors in commit phaseIdo Schimmel1-12/+9
2019-01-08mlxsw: spectrum: Add VXLAN dependency for spectrumIdo Schimmel1-0/+1
2019-01-08mlxsw: spectrum: Disable lag port TX before removing itJiri Pirko1-2/+5
2019-01-08mlxsw: spectrum_acl: Remove ASSERT_RTNL()s in module removal flowNir Dotan1-2/+0
2019-01-08mlxsw: spectrum_acl: Add cleanup after C-TCAM update error conditionNir Dotan1-1/+9
2019-01-08r8169: load Realtek PHY driver module before r8169Heiner Kallweit1-0/+1
2019-01-08lan743x: Remove phy_read from link status change functionBryan Whitehead1-7/+4
2019-01-08ptp: uapi: change _IOW to IOWR in PTP_SYS_OFFSET_EXTENDED definitionEugene Syromiatnikov1-1/+1
2019-01-08ptp: check that rsv field is zero in struct ptp_sys_offset_extendedEugene Syromiatnikov1-1/+2
2019-01-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller18-46/+262
2019-01-07Merge branch 'bpf-doc-updates'Alexei Starovoitov2-6/+19
2019-01-07bpf, doc: add note for libbpf's stand-alone buildDaniel Borkmann1-0/+14
2019-01-07bpf, doc: update design qa to reflect kern_version requirementDaniel Borkmann1-6/+5
2019-01-07selftests/bpf: fix incorrect users of create_and_get_cgroupStanislav Fomichev12-20/+20
2019-01-07smc: move unhash as early as possible in smc_release()Cong Wang1-1/+3
2019-01-07phy: ti: Fix compilation failures without REGMAPJason Gunthorpe1-0/+1
2019-01-07net: bridge: fix a bug on using a neighbour cache entry without checking its stateJianJhen Chen1-1/+1
2019-01-07tipc: fix memory leak in tipc_nl_compat_publ_dumpGustavo A. R. Silva1-1/+3
2019-01-07cdc_ether: trivial whitespace readability fixBjørn Mork1-15/+11
2019-01-07rds: use DIV_ROUND_UP instead of ceilJacob Wen4-9/+5
2019-01-07r8169: don't try to read counters if chip is in a PCI power-save stateHeiner Kallweit1-2/+4
2019-01-07can: gw: ensure DLC boundaries after CAN frame modificationOliver Hartkopp1-3/+27
2019-01-07net/mlx4: replace pci_{,un}map_sg with dma_{,un}map_sgStephen Warren1-8/+7
2019-01-07net/mlx4: Get rid of page operation after dma_alloc_coherentStephen Warren2-39/+75
2019-01-05Merge branch 'reject-ptr-scalar-mix'Alexei Starovoitov3-13/+169
2019-01-05bpf: add various test cases for alu op on mixed dst register typesDaniel Borkmann1-0/+120
2019-01-05bpf: fix sanitation of alu op with pointer / scalar type from different pathsDaniel Borkmann2-13/+49
2019-01-05ipv6: Take rcu_read_lock in __inet6_bind for mapped addressesDavid Ahern1-1/+4
2019-01-04Merge branch 'udpv6_sendmsg-addr_any-fix'Alexei Starovoitov2-7/+54
2019-01-04selftests/bpf: Test [::] -> [::1] rewrite in sys_sendmsg in test_sock_addrAndrey Ignatov1-3/+50
2019-01-04bpf: Fix [::] -> [::1] rewrite in sys_sendmsgAndrey Ignatov1-4/+4
2019-01-04ipv6: Consider sk_bound_dev_if when binding a socket to a v4 mapped addressDavid Ahern1-1/+10